Wordpress 7 contact form transfers values ββfrom form to contact form
so I have a quote generator that generates a quote based on certain selected options. once the user is happy, they click on the "book" to send the data to the email address.
basically ... I have a select option on the form. the user selects an option from the dropdown list.
<label for="timehours">Hour<br><select name="time" id="timehours">
the user then after filling in some other bits in the form and once they are happy selects the submit button or the link and the contact form appears (using a fancy box and contact form 7) what I would like to do is grab the selected plus option other fields and put in the contact form as part of the message or as a separate field, if simpler
thank
source to share
This will require you to change CF7, which makes little sense, as any updates will destroy your changes. If you use Wordpress a lot, I highly recommend learning how to create your own form as part of a simple plugin. Then you don't have to rely on CF7 Hack to accept your user data.
source to share