Skip to main content
All CollectionsFAQsBuilding πŸ‘·β€β™‚οΈ
Using anchor links to scroll to specific questions within your form
Using anchor links to scroll to specific questions within your form

lets explore how you can use anchor links to automatically jump to a specific question within your form

Updated over a month ago

You can include hyperlinks in your form using the content component (or even html components). Normally these links will go to external sites, however it is also possible to use a hyperlink to jump to a specific section of a form. This uses anchor links to achieve this. Here how to set them up:

  1. Drag and drop a content component into your form and add what ever content (text, images ect) your wish. Using the tool bar add a hyper link what the link set to #myQuestion


    ​

  2. Now open the component settings for the question you wish to jump to when a user clicks the hyper link. Navigate to the Layout tab and under HTML Attributes add an attribute called id with a value of myQuestion.
    ​

  3. Now, clicking the hyperlink will scroll the form to the linked question. Ensure the id values match exactly. This simple method improves form navigation!

Did this answer your question?