a solution could also be to use the "Post form to url" workflow, which is embedded as default in Umbraco Forms.
You then only need the post-url and map fields to MailChimp fieldname. All info for this you can find in MailChimp -> (Choose list) -> Signup Forms -> Embedded Forms -> (Copy/paste onto your site) textarea.
In this code you can find the action-url + the names of the fields in MailChimp.
Then all you have to do is filling out the "Post form to url" Workflow.
Umbraco Forms + MailChimp
Hi all,
Im new to Forms and im looking to set up a newsletter sign up form for MailChimp.
Has anyone tried this before? Is it simple enough for an editor to do? Any help would be grateful.
Martin
Hi Martin,
I would say that it's simple enough if you are dev.
All what you need is to add custom workflow, and implement submitting data to Mailchimp.
Look documentation - https://our.umbraco.org/Documentation/Products/UmbracoForms/Developer/Extending/Adding-a-Workflowtype
Thanks,
Alex
Thanks Alex,
I'm one of those designer types, so it looks a little beyond me.
Thanks for replying though.
If anyone has tried this or has a workflow, id be grateful.
Martin.
Hi there,
a solution could also be to use the "Post form to url" workflow, which is embedded as default in Umbraco Forms.
You then only need the post-url and map fields to MailChimp fieldname. All info for this you can find in MailChimp -> (Choose list) -> Signup Forms -> Embedded Forms -> (Copy/paste onto your site) textarea.
In this code you can find the action-url + the names of the fields in MailChimp.
Then all you have to do is filling out the "Post form to url" Workflow.
Best regards René
Hello Martin, Please try with this package using nuget https://www.nuget.org/packages/UmbracoForm.MailChimp.WorkFlow/
or https://our.umbraco.com/projects/backoffice-extensions/umbracoformmailchimpworkflow/
Hi,
Has this been tested to work in Umbraco Cloud at all?
Kind regards,
Don
Yes, It's working on cloud very well.
is working on a reply...