C
Claude
Hello:
I have a form that begins like this:
<!---Begin Form Handler---->
<form action="/server-scripts/formmail/FormMail.pl">
This particular form is a fairly long with over 60 textfields...
My question is:
Is it possible to put comments inside this form that will not show up in a
browser at the website - that will be hidden, but once the contents of the
form is submitted to the recipient and printed out - then my comments WILL
print out along with the input of the form.
In other words, I'd like to add a few comments at certain key areas inside
the form that can be read - along with the input of that form - for the
people who actually deal with the submitted form information.
How would I do that?
I hope this makes some sense. Thank you so much in advance.
Gloria
I have a form that begins like this:
<!---Begin Form Handler---->
<form action="/server-scripts/formmail/FormMail.pl">
This particular form is a fairly long with over 60 textfields...
My question is:
Is it possible to put comments inside this form that will not show up in a
browser at the website - that will be hidden, but once the contents of the
form is submitted to the recipient and printed out - then my comments WILL
print out along with the input of the form.
In other words, I'd like to add a few comments at certain key areas inside
the form that can be read - along with the input of that form - for the
people who actually deal with the submitted form information.
How would I do that?
I hope this makes some sense. Thank you so much in advance.
Gloria