I'm not sure I fully understand your question, and usually use Template to take care of the HTML parts, but I notice you don't have the double quotes around the value of the input field billname2. What happens when there are no double quotes is that, if the value is a space separated string, only the first word is considered. So 'blah blah' will be considered as only 'blah'.
Update: On your update. You set the attribute 'value' if you want to show some default value when displaying the form. If you do not set the 'value' attribute, the form displays an empty text input field. Either way, whatever a user writes in that field will be passed to the script when the form is submited.
In reply to Re: HTML Fieldset messing up self referencing CGI?
by olus
in thread HTML Fieldset messing up self referencing CGI?
by Popcorn Dave
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |