This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
3.2 Plain Text Issue
Started 12 years ago by jblackburn | 3 posts |
-
Now that we moved to 3.2, the Plain Text emails that we are receiving are having trouble with punctuation. See this example:
We'll likely order between 30-50 shirts, with a 4 or 5 color front design and a 1 color back design. I think we'll get white 50/50 cotton/polyester blend shirts. I'd like to
Did something change in the program?
Jim
Posted 12 years ago # -
Oops.. there was some change indeed and this is a bug.
The fix is quite simple though. Edit your "includes/helper-functions.php" file, search around line 464 for this code:
foreach ($entry_details as $data){
exactly below that line, add this code:
$data['value'] = htmlspecialchars_decode($data['value'],ENT_QUOTES);
that should fix it.
Thanks for reporting this Jim!MachForm Founder
Posted 12 years ago # -
Pefect, thanks for the quick fix!
Posted 12 years ago #
Reply
You must log in to post.