This method applies for RSForm! Pro revision 29 or for previous revisions.
- Browse the /components/com_rsform/languages folder
- Open your default language file (usually default.php)
- Locate and change the following line:
DEFINE('_RSFORM_FRONTEND_THANKYOU_BUTTON','to:
');DEFINE('_RSFORM_FRONTEND_THANKYOU_BUTTON','');This will remove the Continue button completely. You can change it any way you want, since it's only HTML code, just remember to keep the onclick="%s" attribute.
The following method applies for RSForm! Pro revision 30 or later revisions.
- Browse the /language/en-GB/ folder(or the corresponding folder for your language)
- Open your default language file (for the English language is en-GB.com_rsform.ini)
- Locate and change following line:
RSFP_THANKYOU_BUTTON=<br/><input type="button" name="continue" value="Continue" onclick="%s"/>
to:RSFP_THANKYOU_BUTTON=
This will remove the Continue button completely. The same as for RSForm! Pro revision 29, you can customize the button as you wish, just remember to keep the onclick="%s" attribute.
Since RSform!Pro revision 34, this is a configurable option, available in the Form Info area.






