With apologies in advance if there's an easy answer to this question (I know just enough PHP to make stuff work, but I'm no expert!
), I have a form that's having several problems when 3 types of characters are used:
1) Double quotes (") along with all text following it disappear when the "click to make changes" link is used or form is submitted.
2) Ampersands ( & ) disappear when the "click to make changes" link is used (but OK if form is just submitted).
3) Percent signs (%) cause below error and disable the "click here to make changes" link (but OK if form is just submitted):
Warning: printf(): too few arguments in /var/www/html/contact/submit_case.php on line 94
You can see a mostly-filled in version of the form here (without the above characters):
Thanks in advance for any pointers or suggestions!
-Gabe