Send submit button ID in email
-
Is it possible to configure CF7 to send the ID of the button pressed in the email?
I want to create a response form where users can enter a short message then click either a “I’m Going” or an “I’m Not Going” button so my code is like this:
<p>[textarea your-message] </p> <p>[submit id:accept "I'm Going"]</p> <p>[submit id:decline "I'm Not Going"]</p>
As you can see, I thought maybe I could use the submit’s ID to distinguish between the two and send this in the email. Can anyone tell me if this is possible?
I’d considered having a drop-down list or a radio button to choose the response but the two-button option makes for a much nicer layout in my opinion.
Thanks ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Send submit button ID in email’ is closed to new replies.