I (finally!) successfully integrated PHPList plugin (1.7) from Jesse Heap.
The two most incompletely documented difficulties are:
- In General setting: Main problem was to get a correct ID for list. It goes that test() is ID n° 0 on PHPList. I added 2 lists choice for users under ID 1 and 2. In WP those 2 are ID n° 2 and 3 and NOT 1 and 2.
- In Form Setting : Text Field Label Name & Text Field ID are to be exactly as written in PHPList. BUT: having created more field in my PHPList data base (Name, Zip & City, etc…) I had to:
- unselect the “required” field in PHPList for Zip & City
Now it would be great to be able to include more Text Field Label Names, of course.
Point 1) above was the most head scratching though simple to solve.
You may have a look at my WP here blogartists
and PHPList here PHPList