I want something like when I select a value on the drop-down list, that particular value has to show on my submit button. Please check the link below for what I mean
https://www.elefant-tours.de/ueber-uns/reiseanmeldung/?wetu_id=15FAC4B2-C939-4179-918D-E3140BA3177E
2
Answers
Example of that behavior with jquery.
You need to match the select id
and also insert a span tag inside the button with a matching class
Live example:
https://jsfiddle.net/1qjvtc86/
From gravityforms site:
Your JavaScript solution is: