Submit button not working after update?
-
Dear
We use a simple Mailchimp subscribe form on our website. It has been working for a while, but recently we discovered that it does not work anymore (clicking the button does not do anything). The only thing changed between then and now are updates to WordPress and the plug-in…
What is wrong? Is it a bug?
Kind regards,
Jan Claes
SNOR vzwWhere to find the form:
– https://www.snorvzw.be (at the right on big screens)
– it consists of “first name”, “name”, “email” and “subscribe” (but in Dutch)Versions:
– WordPress 5.3.2
– MC4WP: Mailchimp for WordPress 4.7.4Behavior:
– Clicking the button does not do anything
– Empty log even after activating full logging
– Connection with Mailchimp is okay. I removed a dummy user from our list in Mailchimp, and it shows one less subscriber in the list overview of the Mailchimp settings in the plugin.This is the form code copied form the from settings in the plugin:
Op de hoogte blijven?
<table>
<tr>
<td><label>Voornaam*</label></td>
<td><input type=”text” name=”FNAME” required=”1″></td>
</tr>
<tr>
<td><label>Familienaam*</label></td>
<td><input type=”text” name=”LNAME” required=”1″></td>
</tr>
<tr>
<td><label>E-mail* </label></td>
<td><input type=”email” name=”EMAIL” required=”1″ /></td>
</tr>
<tr>
<td colspan=”2″><input style=”float: right; background: #00afea;” type=”submit” value=”SCHRIJF MIJ IN!” /></td>
</tr>
</table>The page I need help with: [log in to see the link]
- The topic ‘Submit button not working after update?’ is closed to new replies.