Send Button not working
-
Greetings. I have created 3 forms using contact Form 7 v. 4.4.2. All three have a send button located at the bottom of the form. The first form I created works fine. The Mail sends the form to my email address without a hitch.
The second two don’t work at all. I have spent the last four hours going over them, comparing the code, making certain the tags were clean [your-name] [your-email] etc. I even copied and pasted the Mail code from the first form into the other two and the submit still didn’t work.
In the Form area the code appears like this: [submit “Send”]
Does anyone know how to correct this?
Thank you.
-
Please include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface on 1 of the forms not working. This will help others here to understand your actual problem.
Greetings, Buzztone. Thank you for agreeing to take a look at this. Here is the info on one form that is not working. If you want the same info on the one form that is working let me know.
Here is the link to one of the forms that is not sending:
http://anchellworkshops.com/santiago-de-cuba-registration-2/Here is the Form code:
<head><script src=’https://www.google.com/recaptcha/api.js’></script></head>
<h2><p><b>Santiago de Cuba
</b></p></h2><h3><p><b>Travel Options (choose one)
</b></p></h3><h4><b>[checkbox* checkbox-652 exclusive “U.S. Citizen – Double” “U.S. Citizen – Single” “non-U.S. Citizen – Double” “non-U.S. Citizen – Single” “Student”]</b></h4>
<h3><p><b>Contact Information</b>
</p></h3><h4><p>Full Name as it appears on your passport (required)
[text* your-name] </p><p>Address (required)
[text* address] </p><p>Address 2
[text address-2] </p><p>City (required)
[text* City]</p><p>State (required)
[text* state] </p><p>Zip or Postal Code (required)
[text* zip] </p><p>Phone (required)
[text* tel-712] </p><p>e-mail (required)
[email* email-99 your-email] </p></h4><h3><p><b>Required by the Charter Airlines</b>
</h3><h4><p>Mother’s Maiden Name (required)
[text* maiden-name] </p><p>Country of Residence (required)
</h4>
[text* residence-country] </p><h3><p><b>Would you like for us to try and find a roommate for you? (required)</b>
</h3>
<h4><b>[checkbox* checkbox-763 exclusive “Yes” “No”]</b>
<b>For those requesting double occupancy, we will do our best to pair you with a suitable roommate. Participants will be notified if a roommate is not available, in which case the single supplement must be charged.</b> </p></h4><h3><p><b>Payment Options
</h3>
<h4><b>You may pay in full or send a $500 non-refundable deposit to reserve your place.<b></h4>
<h4><b>[checkbox* checkbox-199 exclusive “Paypal (4% will be added to the total)” “Check or M.O. (please mail your payment or deposit to the address below)”]</b></h4>
<h3><p><b>Anchell Workshops LLC
216 Whitman Street S
Monmouth, OR 97361-2035</b>
</p></h3><h4><p><b>Do you have any dietary or other restrictions? If so please let us know in the space below.</b>
</h4>
[textarea textarea-73] </p><div class=”g-recaptcha” data-sitekey=”6Lc-qxcTAAAAAGRBMe9KKJgiioSSId7n0Pyj-WZC”></div>
<p>[submit “Send”]</p>
Here is the Mail Code:
From: [Anchell Workshops] <[info@anchellworkshops.com]>
Subject: [Registration for Cuba 2016]<p><b>Contact Information</b>
</p><p>Name (required)
[your-name] </p><p>Address (required)
[address] </p><p>Address 2
[address-2] </p> </p><p>City (required)
[City] </p><p>State (required)
[state] </p><p>Zip (required)
[zip] </p><p>Phone (required)
[tel-712] </p><p>Email (required)
[your-email] </p><p><b>Required by the Charter Airlines</b>
<p>Mother’s Maiden Name (required)
[maiden-name] </p><p>Country of Birth (required)
[birth-country] </p><p>Country of Residence (required)
[residence-country] </p><p><b>Would you like for us to try and find a roommate for you? (Yes or No)</b>
[roommate] </p><p><b>Please let us know which of the above 2 payment options you prefer (required).</b>
[payment-option]</p><p><b>Do you have any dietary or other restrictions? If so please let us know in the space below.</b>
[textarea-73]</p>
<head><script src='https://www.google.com/recaptcha/api.js'></script></head>Why is this included in your CF7 Form section? That is likely to cause problems.
From: [Anchell Workshops] <[info@anchellworkshops.com]>– could also cause problems.CF7 is looking for CF7 shortcode tags which I think you didn’t setup. You probably intended
From: Anchell Workshops <info@anchellworkshops.com>That is included because under Conact Form 7 there is a link to integration that is supposed to add Google Recaptcha to the form. The directions on Google say to place that code inside the header. I thought exactly what you did and tried removing the code and then replacing it. Neither worked. At your prompting I just removed the code again and it still does not “submit.” The button is there bold and red at the bottom of the form but it is dead. The form that is working is here and it works perfectly – almost:
http://anchellworkshops.com/contact/
You will notice the recaptcha code in the header. The Recaptcha appears at the bottom of the page but the submit ignores it! It sends a beautiful perfectly formatted form whether you use the recaptcha or not!
Anyway, I have removed the recaptcha from the form that is not working and will leave it off until further notice. This is a lot of effort on your part and I appreciate your doing it.
You’ve misunderstood Google’s directions – they mean the head of the HTML file. This should be not placed inside the CF7 Form section.
Thank you for the clarification. As I mentioned, I have removed it entirely from the form that is not working. The shortcode for that form is: [contact-form-7 id=”4488″ title=”Cuba Registration Form – Santiago”]. This was copied from the top of the form and pasted into a Page entitled: Santiago de Cuba Registration. The same procedure was used for the Contact Form that is working.
You also have an unclosed tag here:
<h3><p><b>Would you like for us to try and find a roommate for you? (required)</b> </h3>The
<p>is unclosed & unnecessary. Any unclosed tags can cause form sending problems.In fact you have several unclosed tags.
The topic ‘Send Button not working’ is closed to new replies.