Tagged: CONTACT FORM
Hi,
I have a website which has a title that contains a single quote.
When people fill in the contact form the sender of the mail has the HTML value.
e.g: Bart's Website
will show: Bart&# 039;s Website
Please fix this issue.
Kind regards
Kpellikaan
Hey Kpellikaan!
Try adding this at the very end of your theme / child theme functions.php file:
remove_filter('the_title', 'wptexturize');
Cheers!
Josue
I have added it to my child theme’s functions.php but no effect.
What to do next?
Hi!
Thank you for the update.
Do you mind if we take a look at the actual website? Please post the contact page url here.
Best regards,
Ismael
Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
Josue
Hi!
Its fixed on all forms, i just changed the apostrophe character in the title.
Best regards,
Josue