Adding subscribe form to my website

Hi,

I am interested to add a subscribe form to my website and I was wondering if there is a way I can do that with phplist while not using iFrame.

I have managed to create a Subscribe page and what I would like to do is basically integrate the “Subscribe to our newsletters” in my website’s footer. Is it possible?

Thank you guys!

You can use the instructions for implementing AJAX at https://www.phplist.org/manual/books/phplist-manual/page/creating-a-subscribe-page#bkmrk-add-an-ajax-subscrib.

Thanks, I have implemented it as a demo on this page: https://www.couponsexplorer.com/boieusa.html
According to the guidelines of course.
But it does not seem to work. I receive this error: Sorry, we were unable to process your subscription. when trying to subscribe.
Do you know why? Should I customize something in the script given in the documentation you provided me?

Thanks!

Any help please? I tried to research for a solution and could not find anything.

@moris You need to customise the script to refer to your own phplist installation. In particular

url: 'https://installationname.yourdomain.com/lists/?p=subscribe&id=1'

needs your domain and subscribe page id.

https://couponsexplorer.com/lists/?p=subscribe&id=1