Login or Register

RSS IconRecent posts in this topic

avatar
jarilo on Jul 14. 2006. 12:33 pm
There is a problem with quotation marks handling in entry fields (Update company info).

Enter "My Firm" c.c.c in Name, entry is stored in database ("My Firm") but on update I get empty field because...

<input id="clientFormName" type="text" name="company[name]" value=""My Firm" c.c.c" />
avatar
remi on Jul 14. 2006. 12:56 pm
A simple htmlspecialchars() should do the trick. I don't think it would be hard for Ilija to implement it in the next release.

For now, you could use single quotes (') or double-single quotes ('') :)
avatar Staff
Ilija Studen on Jul 14. 2006. 1:20 pm
Fixed. I can't believe that I missed that one :|
activeCollab Team Member
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic