I have a form on our web where users can request a trial version of our software. Sometimes, some users get a run- time error, with the option "do you wish to debug?" when they submit. If you choose to debug it points to the trial_request_form.htm and highlights the line below
<form method="POST" action="--WEBBOT-SELF--" onSubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
If you want to look at the entire form go to and then choose trial version. If you actually submit a form please put a note in the comments that this is just a test (unless of course you really do want to trial version)
I'm sure I'm missing something here but not sure what. Any suggestions?
<form method="POST" action="--WEBBOT-SELF--" onSubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
If you want to look at the entire form go to and then choose trial version. If you actually submit a form please put a note in the comments that this is just a test (unless of course you really do want to trial version)
I'm sure I'm missing something here but not sure what. Any suggestions?