2 May
2001
2 May
'01
2:19 p.m.
A better way to look at the form data is to create a dtml document containing <dtml "REQUEST.form"> Make this document the value of the "action" attribute of the form. Then you will get a clear, easy-to-understand display of the form contents. Tom P [Gitte Wange] Okay I have figured out that if a checkbox isn't marked, then no value will be sent. But when i tried this, the checkbox WAS checked .... I could see in the URL string that it doesn't pass the value ... i have other text fields in the form, e.g. name, and this one is passed like this: <URL>/index_html?name=fgbfgf&something=djfbjsgb ... but isPublic doesn't show up here ... not even without a value !!!