I want to create hyperlinks to a section of my form. Can I link to a section field?
Best Answer
Sure. Use the form field container ID that you want to go to. Use the web browser developer tools to inspect the different elements. Should look something like:
#frm_field_94_container (94 here is the field ID)
Thanks Bobby! That worked.
Can you share the complete link as example for me, this look really interesting.
<code>
<a href="#frm_field_94_container">Section Field</a>
</code>
where "94" is the id of the Section Field in your form.
Thanks a lot
Please login or Register to submit your answer