Hi Team,
We have been facing issues with the Form Submission on our site
Site Url: https://stupefied-haibt-31c729.netlify.app/contact/
We have followed the documentation as described in the Forms Setup.
The Form Name has been detected in the Control Panel. We have also checked the Spam submissions section but no submissions were detected.
Could you please help us here.
Adding the code as well for reference
<form name="contact" method="POST" data-netlify="true"> <p> <label>Your Name: <input type="text" name="name" /></label> </p> <p> <label>Your Email: <input type="email" name="email" /></label> </p> <p> <label>Your Role: <select name="role[]" multiple> <option value="leader">Leader</option> <option value="follower">Follower</option> </select></label> </p> <p> <label>Message: <textarea name="message"></textarea></label> </p> <p> <button type="submit">Send</button> </p> </form>
Thanks
John