• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: form in article joomla

form in article joomla 7 years 2 days ago #36791

Hello
There is the possibility to insert the form in article of joomla??
Or just can link the form in the menu item??


Thanks
Frank
The administrator has disabled public write access.

form in article joomla 6 years 11 months ago #36818

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

You can use the Content Plugin available for RSForm!Pro:

www.rsjoomla.com/support/documentation/r...m-in-an-article.html
The administrator has disabled public write access.

form in article joomla 5 years 6 months ago #38516

If you are unable to download the Plugin - Content (cause you are not the owner of the account membership), here is how you do it...
1) Preview the Form using the preview button.
2) Copy the all of the code within the div that contains the form using your browsers element inspector. Example below:
- <div>
<form method="post" id="userForm" action="yoursiteinfor/index.php?option=com_rsform&formId=1">
<-- form content -->
</form>
</div>
3) Create a Custom HTML module and paste all of that which you just copied into the Custom HTML module.
a. If you are using custom CSS or Javascript within your form, you will need to paste the CSS first, then the Javascript just before the HTML you copied within the Custom HTML module you created.
b. Be sure that you encase your CSS in <style></style> and the Javascript in <script></script>.
c. Save your new Module
4) Open the article you want to insert the form into and scroll to the bottom of the article editor and select Insert Module - select your Custom HTML module.
5) Save the article and you will now have the RSForm within your article without using the plugin.

Yes the plugin makes it easier and you will have to repeat step 2 and add it to your Custom HTML module, but this is a last resort fix.

Hope that helps others who cannot get the plugin!
Last Edit: 5 years 6 months ago by betheredge. Reason: Misspelled word
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!