Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #212447

    Hello,

    I’ve got a question. On a page i have 3 pricing tables whereby all 3 tables contains a button. When you click a button i would like to open a new page with a contactform and whereby a specific dropdown button is selected. Only when you clicked that button. I’ve 3 buttons and a contactform with 3 options in the dropdown list. Each specific button needs to select a specific item in the dropdown list.

    How can i do this?

    Regards
    Mathijs

    #212994

    Hi mathijs-huisman!

    The only easy solution I can think of would be to create three different pages and then insert the same contact form on each page. The only difference must be the order of the dropdown option. For the first button use:

    
    Option 1, Option 2, Option 3
    

    for the second

    
    Option 2, Option 1, Option 3
    

    and for the third

    
    Option 3, Option 1, Option 2
    

    instead of Option 1, Option 2, Option 3, etc. insert your option values.

    All other solutions would require a developer and some custom jquery/javascript code.

    Cheers!
    Peter

    #214596

    Thanks it works!

    Greetings
    Mathijs

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Autofill select drop down menu’ is closed to new replies.