nodesman / wp-autoresponder

Email marketing and newsletter plugin for WordPress
40 stars 22 forks source link

Optin crusher #136

Closed zeekad closed 12 years ago

zeekad commented 12 years ago

I'm trying to use your wp responder plugin with another plugin called optin crusher http://optincrusher.com/training/wp-responder-integration/

If you look at my website www.visalusteamaussie.com you will see that the webforms do not display properly. I also added custom fields such as 'name' email' and 'phone' and they didn't seem to transfer into the code...

Please help.

Kugelblitz78 commented 12 years ago

Hello, It works for me.. I use optincrusher 1.3 and WP Autoresponder 5.2.8

The Form in optincrusher looks like this.

< form action="http://editha.net/?wpr-optin=1" method="post" /> < input type="hidden" name="blogsubscription" value="all" /> < input type="hidden" name="newsletter" value="1" /> < input type="hidden" name="fid" value="1" /> < span class="formidentifier">Name: < span class="formidentifier">E-Mail: < input type="submit" class="submitbutton" value="Abonnieren" /> < /form> (I made spaces after the < so the code is shown in this comment.)

The User gets to see this Error Message: WordPress database error: [Benutzer 'sql**'@'%' hat keine Zugriffsberechtigung f�r Datenbank 'db****'] CREATE TEMPORARY TABLE IF NOT EXISTS editha_wp_wpr_subscribers_1_informationen as SELECT a.sid id, a.value informationen from editha_wp_wpr_custom_fields_values a, editha_wp_wpr_custom_fields b where a.nid=1 and a.cid=b.id and b.name='informationen';

But the User gets the Confirmation E-Mail and is a subscriber after clicking the Link in the Database

nodesman commented 12 years ago

@zeekad

Line 298 of your stylesheet file(http://www.visalusteamaussie.com/wp-content/themes/reaction/assets/stylesheets/base.css) has this line:

display:block

If you remove it the elements will line up in the same line

nodesman commented 12 years ago

@Kugelblitz78 The database error showing up is because the MySQL user your WordPress installation runs as doesn't have permission to create temporary tables. Add that permission to resolve this error.