popmillipede
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error when submitting formI figured this out and think it may be a bug in the Mailchimp API. You were correct that I had set ENDTYPE to required. I was looking in the form builder but should have looked in the master list of fields. It was set there and should not have been since it’s not required on every form (whereas first/last name and email are).
However, this doesn’t matter unless you’re using the API. And it doesn’t matter if ENDTYPE is included in the form (as it is with my MC4WP test form) and sent by the API. It still fails if a custom field is required in the master list. I figured this out when using a Mailchimp integration on Anedot (campaign donation service). It sends a few donor fields to Mailchimp but knows nothing about ENDTYPE. However it generated this error:{
"type": "https://mailchimp.com/developer/marketing/docs/errors/",
"title": "Invalid Resource",
"detail": "Your merge fields were invalid.",
"errors": [{
"field": "ENDTYPE",
"message": "Please enter a value"
}],
"status": 400,
"instance": "bf2c9d47-aa6b-e740-c703-cb1be742c086"
}Unchecking Required in the master list for ENDTYPE fixed the issue for both apps.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error when submitting formThanks for the reply Lap. I’m confused about a few things:
1. The ENDTYPE field is on the form.
ENDORSEMENT TYPE: ELECTED OFFICIAL COMMUNITY MEMBER<p> <label>Endorsement Type:</label> <label> <input name="ENDTYPE" type="radio" value="0" required=""> <span>Elected official</span> </label> <label> <input name="ENDTYPE" type="radio" value="1" required=""> <span>Community member</span> </label> </p>2. ENDTYPE is not required in my master field setup in Mailchimp. But a response is required on this form. Regardless, it’s on the form so this shouldn’t matter.
3. I ran a test removing all fields but name and email and it still generates the same error.Thanks Dave. Deleted and reinstalled. Seems to be working fine now. Also turned off auto-updates so I can monitor the process in the future and fix it immediately if it happens again.
Forum: Plugins
In reply to: [Media Deduper] Update to 1.3.2 failedThanks for the response. Yes, the PHP version is my problem. I’m using 5.2.17. Not sure why we have such an old version given we just did a major site redesign in 2016. I will look into this with our web devs and start a project to upgrade to a newer version of PHP.
Forum: Plugins
In reply to: Contact form 7 not working with Godaddy hostingI’m not getting a red box. I just get the spinning icon when I submit the form. It goes on forever.
Has anyone found a solution?