Integrate your PhpList subscription forms in Wordpress, including user attributes in phpList.
This plugin imports forms from you PhpList host into wordpress.
Your subscription forms can be used anywhere in wordpress using shortcodes.
Custom user attributes defined in phplist are also taken into account.
The plugin uses async calls (ajax) for registrations. You can fully customize the respone on success or failures.
NOTE: This plugin will only work with self hosted PhpList environments. It does not work with phplist.com accounts.
Requirements
Get started in three easy steps
Adding CORS headers to PhpList requests
Connect to your PhpList server using ftp or ssh and edit the .htaccess file in the root folder of phplist. Add these two commands and replace the origin url with your wordpress domain:
access-control-allow-methods: POST, GET
access-control-allow-origin https://your.wordpress.site
Change the url to your phplist doamin. I strongly recommend using https only.
Currently none