Home » HTML » HTML_QuickForm » Bug #6340
Quickform 'Strips' BackSlashes From Text
Details
| Submitted | 2005-12-23 23:11 UTC |
|---|---|
| From | darren dot bowen at freestylegames dot com |
| Status | No Feedback |
| Package | HTML_QuickForm |
| PHP Version | 4.4.0 |
| OS | Windows |
| Roadmaps | (Not assigned) |
Comments
[2005-12-23 23:11 UTC] darren dot bowen at freestylegames dot com
Description:
------------
If the form contains a *text element* field and the user enters something like "C:\path\to\stuff" then the value that will be retireved in the process() callback function will be missing the slashes:
"C:pathtostuff"
I suppose this could be a feature(?) but it's not doing me any favours anyways.
Test script:
---------------
none yet.