I'd like to be able to use Gravity Forms for to contain UNC path data such as \\share\directory\filename.ext.
However, when I submit the data the backslashes are properly written to the database (verified by direct mysql query) but when I go to view the entry the backslashes are gone, displaying sharedirectoryfilename.ext and if I edit the entry and submit the backslashes are now removed from the db entry as well, now leaving sharedirectoryfilename.ext in the database as well.
Ideas?