My static WordPress site is hosted on Netlify and I want to make use of Netlify Forms.
All I need to do is add data-netlify="true"
to the <form>
tag and Netlify will parse the form for me and link it to Netlify Forms.
I am using the Contct Form 7 WordPress plugin for my forms but not sure how to add data-netlify="true"
.
Is there another WordPress Contact Form plugin that allows me to add the required data-netlify="true"
to the <form>
tag?