This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 4

Sendy Autoresponder integration


  1. marcoforconi
    Member

    Sendy is a very popular frontend autoresponder for Amazon Ses

    the app is very "clean" and the form code for a list is what you can check below

    also API are available

    question: how to send basic Form data (email + name) from MachForm to such autoresponder?

    <form action="http://MYDOMAINNAME.COM/sendy/subscribe" method="POST" accept-charset="utf-8">
    <label for="name">Name</label><br/>
    <input type="text" name="name" id="name"/>
    <br/>
    <label for="email">Email</label><br/>
    <input type="text" name="email" id="email"/>
    <br/>
    <input type="hidden" name="list" value="XXXXXXXXXXXXXXXXXXXXXXXXX"/>
    <input type="submit" name="submit" id="submit"/>
    </form>

    Posted 9 years ago #

RSS feed for this topic

Reply