So I want to implement a e-mail subscribtion formular on my webpage.
Im using Mailchimp, I know that I can just copy the HTML code and paste it in to the SignupForm in Umbraco.
But the problem here is that in the SignupForm, there are only 400 characters available.
How can I impelment my MailChimp subscribtion formular?
If you look in the Settings section for your site and find the Document Type for the 'signupform' page you'll see a definition for the 'Html' property - it is using a property editor with a character limit set to 400, you might be able to remove that limit there, or change the underlying property editor to be a textarea, which doesn't have a character limit.
Mailchimp integration via HTML code
Hi
So I want to implement a e-mail subscribtion formular on my webpage. Im using Mailchimp, I know that I can just copy the HTML code and paste it in to the SignupForm in Umbraco.
But the problem here is that in the SignupForm, there are only 400 characters available.
How can I impelment my MailChimp subscribtion formular?
Hi Kasper
If you look in the Settings section for your site and find the Document Type for the 'signupform' page you'll see a definition for the 'Html' property - it is using a property editor with a character limit set to 400, you might be able to remove that limit there, or change the underlying property editor to be a textarea, which doesn't have a character limit.
regards
Marc
Hi Marc
Amzaing, thank you so much!
Kasper
is working on a reply...