Fill hidden field via default:get
-
I would like to call a contact form (build with Contact Form 7) and handover a lot of values by get – example:
https://conserve.de/bestellung/?Customer_Number=10000&Customer_Code=CNS )
But, I want to hide the field “Customer_Number” so the user cannot modify it. So I use Contact Form 7 Modules and the resulting code in the contact form is:
<label>Kunden-Nummer</label><br /> [hidden Customer_Number default:get] <label>Kunden-Kürzel</label><br /> [text* Customer_Code default:get] <p>[submit "Senden"]</p>
Unfortunately, The Customer_Number does NOT get into the form because the field value in the resulting eMail is blank. I already checked to HTML source code of the page in WordPress and the code looks good:
<p><label>Kunden-Nummer</label><br> <input type="hidden" name="Customer_Number" value="" class="wpcf7-form-control wpcf7-hidden"></p>
System enviroment: WordPress Version 3.3.3 / Contact Form 7 Version 4.3.1 / Contact Form 7 Modules Version 2.0.
Any help is appriciated. Thank you very much in advance.
- The topic ‘Fill hidden field via default:get’ is closed to new replies.