All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Please read about the changes to BoldMinded add-on licensing.

Ticket: URL problem with Mailchimp

Status Resolved
Add-on / Version Publisher 3.1.5
Severity
EE Version 5.3.2

Verve -Webdesign und Grafik

Apr 30, 2020

Hi
I try to include a code für a newsletter form from mailchimp
The form doesn’t work because something changes the url in the form action code of mailchimp in the template.

<form action="https://eco-safari.us5.list-manage.com/subscribe/post?u=f6c55261e7f472bf55b064e26&id=8172bb4b69" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

And this is the code from the source of the browser (after copying the code above to the template in EE

<form action="https://www.eco-safari.ch/de/service/newsletter?u=f6c55261e7f472bf55b064e26&id=8172bb4b69" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" data-publisher-updated="true" novalidate="novalidate">

Any idea to solve this?
Thanks
Res

#1

BoldMinded (Brian)

Take a look at the docs https://docs.boldminded.com/publisher/docs/template-tags/forms

Login to reply