I have a FormSnap form successfully sending out email, and posting to a database. The only slight issue is that a word like I’m ends up as I'm in the database. It’s not a biggy, but it’s annoying. For FormSnap I have Email encoding set to quoted-printable and Email charset set to utf-8 (8-but unicode). Columns in the database table are all set to utf8_unicode_ci.
I did fill in a support request on the developer’s site, but have heard nothing. Anybody any idea of where I’m going wrong?
Thanks for your suggestion. I’m on MySQL 5.6.23. I tried changing the collation to utf8mb4_bin but I’m still getting the same thing. I checked PHP config and magic quotes are turned off, so I’m at a loss. ANy other ideas?
I appreciate your suggestions - thanks so much. I’ve just inserted a new record via PHPMyAdmin and the apostrophes insert correctly with no escaping. I’m assuming, therefore, that it’s what’s being sent from the form which is incorrectly formatted. The form emails and adds to database, email arrives in this format:
In rapidweraver 8 I am trying to connect my formsnap3-form to the mysql database. All connection data are correct but I always get the 1064-Error for Line 1. I try it with only 2 fields giving them the TEXT-attribute in formsnap and in the mysql-Database. Do you haven idea what ist wrong ?
Thanks for your answer !