• Hey there.

    I want to create a form with multiple single option list:

    Imagine a grid with 10 diferent services, every service with a button called “get more info”, when i click in a button it will automaticly scroll the page to the form and select the option i want.

    is it possible to do it?
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • why not use only one form per page and fill the form with the selected data? forms needs to be different?

    Thread Starter Zeus1921

    (@asr134)

    one form per page is not really practical, and my client wants it that way.
    thanks for the suggestion tho!

    in this case you can wrap your forms into div with id=”form-xyz” and add to each button a links to “#form-xyz” (the corresponding form)

    something like:
    link

    <div id=”form-1″>
    [form shortcode]
    </div>

    in addition, you want to fill the form with js but for this task, just select the input and fill it with value()

    there are many smooth scrollers written in js, you may also consider implementing this functionality to give users a better user experience

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Element with Anchor to multiple options’ is closed to new replies.