Hello, I am trying to submit a form through email, that is then submitted again by the recipient to another person, and again the recipient of that email submits it again to someone else. It all starts with a form and then a separate script sends each email. I have use stripslashes function to remove the slashes when special characters appear - most notably the " . This has been a thorn in my side as everyperson seems to want to put quotations marks into the form. The problem is the first submittal of the form works fine, but after the second submittal of the form with the same information anything after the " is cut off. I am at a loss on how to fix this.
I appreciate any help
Thanks