|
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); |
|






