• Resolved handremak

    (@handremak)


    Hi,

    I would like to have 2 submit buttons in one form and display the selection in the email :

    Button 1 = Participate
    Button 2 = To be contacted

    If button 1 is pressed, then it will submit the form and the value “Participate” will be inserted in the email.
    If button 2 is pressed, then it will submit the form and the value “To be contacted” will be inserted in the email.

    I tried to put in the form : <input type=”submit” name=”your-submit” value=”Participate” /> <input type=”submit” name=”your-submit” value=”To be contacted” />
    And put in the email : [your-submit]

    However in the email I don’t have to display the choice of the button but the tag [your-submit]

    Thanks you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘display multiple button response in email’ is closed to new replies.