[ad_1]
Hi,
I am facing difficulty in sending my form data to contact form 7 on wordpress. I am sending it through api post request and it does trigger the email. The thing is , when i open the email it doesn’t have any field value which i sended from reactjs from.
I have posted my question with code on stackoverflow. Please take a look at my code and let me know if i am doing something wrong in contact component.
Link :
[https://stackoverflow.com/questions/73408879/getting-empty-field-values-in-email-sending-from-reactjs-to-wordpress-contact-f])Thanks
[ad_2]
Your form field names don’t match up with the post data field names.
You’re using “-” in your react script (“your-name”), but not in your CF7 field names (“yourname”).