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

RSForm!Pro - Anchor point

Anchor point
I have a form on the bottom of the page and if the validation fails the page will reload and display the top of the page.

In order to set a anchor point for RSForm!Pro on your form you will have to edit the Form Layout existing code (uncheck the Auto Generate Layout checkbox) and add this at the beginning of the already existing code:

<a name="freedemocd"></a></em>

To make things complete you will have to also add the following script, placed on the Scripts called on form display area:

$formLayout = str_replace('action="http://link_to_your_form_here"',
'action="#freedemocd"',$formLayout);
RSForm!Pro anchor point
RSForm!Pro redirect anchor point
Feedback