Does anybody know how i handle multiple actions on a form. In my case i want to add an action that sends a subscribed member of a newsletter to Mailchimp but i all ready have form action on the html form. Does anybody know a work around?
<form action="/form/post/13" id="cta-form" method="post" enctype="multipart/form-data" data-h5-instanceid="0" novalidate="novalidate">
as you can see i all ready have an actions which pushes the data into the database.
But i also need this:
<form action="http://mailchimp.us8.list-manage.com/subscribe/post" method="POST">
how can i do this?