I'm using this on an internal LAMP server.
Many of the forms I've got have fields like the user's name, the user's email, etc.
In these cases I'd like to cut down on some of the data entry.
is there a simple way to pull data like this from a cookie on the client's browser (without me doing heavy code)?
Obviously I can put the domain in the e-mail field as a default value, but still it would seem incomplete.
If not, can I request this as a future feature?
Additionally, I suppose I could front end the form with my own page and populate the referring link to the forms in question from my own cookie. It would be kind of handy, though, to have a check box in the form builder for something like this.
