Britt Malka
Member
Hi,
With my old autoresponder system, I just added the form to the payment processor, and if it was a new customer, he was added. If it was an existing customer, his data was updated with the field I used for the product he bought.
This doesn't work with Mailwizz. If a subscriber exists, the fields aren't updated.
How can I make a form that adds new customers and updates existing ones?
This is an example of the form I tried, but it didn't work as expected (I had my real domain name there):
With my old autoresponder system, I just added the form to the payment processor, and if it was a new customer, he was added. If it was an existing customer, his data was updated with the field I used for the product he bought.
This doesn't work with Mailwizz. If a subscriber exists, the fields aren't updated.
How can I make a form that adds new customers and updates existing ones?
This is an example of the form I tried, but it didn't work as expected (I had my real domain name there):
HTML:
<form action="http://DOMAIN.com/index.php/lists/rp577273cf8aa/subscribe" method="post" accept-charset="utf-8" target="_blank">
<input type="text" name="EMAIL" placeholder="email" value="" required />
<input type="text" name="PARTRIDGE" placeholder="" value="Partridge" />
<input type="text" name="FNAME" placeholder="fname" value=""/>
<input type="text" name="LNAME" placeholder="lname" value=""/>
<button type="submit">Subscribe</button>
</form>