How to create a link that would take me to different parts of the form?

  • acentria
    Asked on March 25, 2015 at 12:49 PM

    Looking for a widget or app that allows me when clicking a field or button that it takes me to a location in my form. 

     

  • Ben
    Replied on March 25, 2015 at 1:53 PM

    There is no widget that could do this, but you can do it with the Text field.

    To do it you should just insert the link with a hash and the ID of the filed that you want to go to.

    For example: <a href="#id_1"> go to field 1 </a> would take you to the field with the ID: "id_1"

    You can see the IDs by following the steps here: How to find Field IDs & Names

    If you give us the link to the jotform and the exact fields that you would like to go to we would be able to provide you with a bit more details or a sample.