php - How to get contact form 7 field value in mail? -


this form created on contact form 7. on mail option option choose field values want receive on email. used drop down list tag , pipe drop down thing , pick amount every time picks display value. how can send data of selected amount field mail. need create custom tag ?

<label> mobile number </label> [tel* tel-385 id:mobile] <label> amount </label> <select name="amount"  id="amount" aria-invalid="false"> <option value="30">30 pesos $1.00</option> <option value="100">100 pesos $2.70</option> <option value="200">200 pesos $5.20</option> <option value="300">300 pesos $7.60</option> </select> [paypalsubmit email:###### itemamount:amount "send load"] 

the fix quite simple .just create drop down list using tag ..and copy complete html drop down code .directly put on contact form 7 .


Comments