Login or Register

RSS IconRecent posts in this topic

avatar
jarilo on Jul 14. 2006. 7:33 am
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. 7:56 am
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. 8:20 am
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