Search results

  1. Britt Malka

    How to remail people who didn't open email

    Excellent, perfect! :)
  2. Britt Malka

    How to remail people who didn't open email

    I've checked this forum, but never found an answer that could help me with this problem: How do I send an email to those who didn't open a particular campaign?
  3. Britt Malka

    Link to unsubscribe from all lists

    Hi, There's something I haven't been able to figure out, and one of them is: How can I offer my subscriber a link to unsubscribe from all lists? or give them a choice of the lists they want to unsubscribe from?
  4. Britt Malka

    How do I add/update subscribers to more than one list through a form?

    After I found an error in my form code (not using capital letters for the field), it works, yes ;) Yay! :)
  5. Britt Malka

    How do I add/update subscribers to more than one list through a form?

    You're a brilliant genius :) I love MailWizz. I had to make one correction, though, based on what you wrote to me earlier: This is what I have in line 41 to 50: // subscriber not found. if ($response->isError && $response->httpCode == 404) { $response = $endpoint->create($l...
  6. Britt Malka

    How do I add/update subscribers to more than one list through a form?

    Thanks to the script you gave me, I can now add new subscribers and update existing subscribers to a list. I use the following form code to add them one list and to add a custom field: <form accept-charset="utf-8" action="http://DOMAIN.com/custom/list-subscribe/" method="post" target="_blank">...
  7. Britt Malka

    How to add or update subscriber through form

    That works :D Thanks a lot!
  8. Britt Malka

    Default template - getting 404 when saving "common template"

    Yes, that's what I've done. I was just lazy and wanted to skip that step, because 99% of the times I would use that template.
  9. Britt Malka

    How to add or update subscriber through form

    When I use the form with a new subscriber, the first time it gives me a 404 error. Then if I use my browser's back button and submit again, it works. I'll add the error log below. Could this be because we're not on a VPS yet? (Will be, soon) Our cron jobs can max run every 15 minutes right...
  10. Britt Malka

    How to add or update subscriber through form

    Yay! It works! Thanks a lot :)
  11. Britt Malka

    How to add or update subscriber through form

    Thank you for the API example. You make it seem doable. I'll get started :) Thank you.
  12. Britt Malka

    Default template - getting 404 when saving "common template"

    For writing campaigns. There seem to be a plain, white one now, and I would love to add only the HTML code and have it posted as content in the email without having to choose a template each time.
  13. Britt Malka

    How to add or update subscriber through form

    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...
  14. Britt Malka

    Default template - getting 404 when saving "common template"

    Could be. I couldn't see anything about it in the PHP info... but I found that it wasn't the default template anyway. I can't find the default template :(
  15. Britt Malka

    Default template - getting 404 when saving "common template"

    Hi, I tried to find out how to make a template default for the customer (myself). I couldn't find anything, but found the Email Template - Common under the Settings. But when I try to change it, I get a 404 error: Unable to resolve the request "backend/index.php/settings/email-templates". My...
Back
Top