I have an input box that allows the user to enter some company information. It is a free form text entry and I have come across a problem. If the user enters a quote in the box and then come back to edit the information he loses everything after the quote.
This is too obvious a problem for there not to be a fix, but I can't figure it out for the life of me.
[tt]
<input type='text' name='compname' value='Bob's Services'>
<input type='text' name='compnote' value="Bob is "helpful"">
[/tt]
See the problem?
This is too obvious a problem for there not to be a fix, but I can't figure it out for the life of me.
[tt]
<input type='text' name='compname' value='Bob's Services'>
<input type='text' name='compnote' value="Bob is "helpful"">
[/tt]
See the problem?