Unfortunately, the username and password you have entered do not match!

Registration

Unfortunately, this username is already taken!

Unfortunately, this e-mail address is already used!

Please retype the verification code.

All fields are required

How do I remove or edit the Continue button in the Thank You page ?

How do I remove or edit the Continue button in the Thank You page ?

This method applies for RSForm! Pro revision 29 or for previous revisions.

  1. Browse the /components/com_rsform/languages folder
  2. Open your default language file (usually default.php)
  3. 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.

  1. Browse the /language/en-GB/ folder(or the corresponding folder for your language)
  2. Open your default language file (for the English language is en-GB.com_rsform.ini)
  3. 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.

Note:

Since RSform!Pro revision 34, this is a configurable option, available in the Form Info area.

Feedback