hi there,
I just came across a potential issue when adding some test data
if when adding a new entry I enter something with double quotes in a text box it s posted alright to db.
when editing the entry where I had entered something with double quotes only that part of the string before the double quotes would be displayed. I would need to reenter the double quoted part (provided I notice that its missing) or advise users to only use single quotes if necessary (whereas the use of single quotes is unusual in the user side language - German)
when displaying data the double quoted string would properly be displayed
is there a way to display double quoted strings in text boxes when editing an entry?
I just came across a potential issue when adding some test data
if when adding a new entry I enter something with double quotes in a text box it s posted alright to db.
when editing the entry where I had entered something with double quotes only that part of the string before the double quotes would be displayed. I would need to reenter the double quoted part (provided I notice that its missing) or advise users to only use single quotes if necessary (whereas the use of single quotes is unusual in the user side language - German)
when displaying data the double quoted string would properly be displayed
is there a way to display double quoted strings in text boxes when editing an entry?