I am not sure this is possible, but wanted to ask.
I am dynamically populating fields based on GET parameters. This works fine.
however, I would like to use these dynamic values in an HTML field. For example, if the GET is
http://somesite.com/?date=2011-8-3
I would like to 1) populate a hidden field and 2) use that date value in an HTML field for display only. I can do 1) but not 2).
I could probably use jQuery to copy the data from the hidden field and put it into the HTML on the page, but this seems like a kludge.
any ideas? or... maybe in the future?