IT Spider
11-04-2003, 05:04 AM
Anyone know what I should be doing to get the 'realname' and 'email' inputs listed in the HTML that is presented to the user on submission of the form?
This doesn't seem to do it...
<input name="realname" type="text" size="30" tabindex="0">
<input name="email" type="text" size="30" tabindex="1">
<input type="hidden" name="print_config" value="realname,email">
<input type="hidden" name="print_blank_fields" value="1">
Thanks
Neil
(any advice on improving the appearanve of the return HTML page also gratefully received!)
This doesn't seem to do it...
<input name="realname" type="text" size="30" tabindex="0">
<input name="email" type="text" size="30" tabindex="1">
<input type="hidden" name="print_config" value="realname,email">
<input type="hidden" name="print_blank_fields" value="1">
Thanks
Neil
(any advice on improving the appearanve of the return HTML page also gratefully received!)