M
Mr B
Well my first post isn't showing up yet so I'm posting again.
My form doesn't keep it's name and I can't figure out why. If I turn on a field to be VALIDATED
through FP, then when I open up the page with the form the form has it's name. If I turn off all
the field sin the form from doing FP Validation, then when I view the page with the form, the form
doesn't have a name....
Anyone know why? It used to work but I guess I changed something and now it's broken. I originally
had all the fields being Validated through FP. Then I copied the code into my own script and
modified it a bit. THen I turned OFF all the validation through FP and then somehow the form
stopped keeping it's name.
Here's what it looks like in HTML View in FP with NO fields being validated:
<form name="FrontPage_Form1" action="--WEBBOT-SELF--" method="POST">
And then after I open p the actual HTM file and view source it looks like this:
<form action="_derived/nortbots.htm" method="POST" webbot-action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit>
THEN if I turn on one field to be validated, in HTML view it looks like this:
<form name="FrontPage_Form1" action="--WEBBOT-SELF--" method="POST">
And then when I open up the HTM fiel and view source I get:
<form name="FrontPage_Form1" action="_derived/nortbots.htm" method="POST"
onsubmit="location.href='_derived/nortbots.htm';return false;" language="JavaScript"
webbot-action="--WEBBOT-SELF--" webbot-onSubmit="return FrontPage_Form1_Validator(this)">
All I want is to NOT do validation through FP but to have the form have a name. I tried setting the
name to other things and such with no effect.
Help!
Thanks.
My form doesn't keep it's name and I can't figure out why. If I turn on a field to be VALIDATED
through FP, then when I open up the page with the form the form has it's name. If I turn off all
the field sin the form from doing FP Validation, then when I view the page with the form, the form
doesn't have a name....
Anyone know why? It used to work but I guess I changed something and now it's broken. I originally
had all the fields being Validated through FP. Then I copied the code into my own script and
modified it a bit. THen I turned OFF all the validation through FP and then somehow the form
stopped keeping it's name.
Here's what it looks like in HTML View in FP with NO fields being validated:
<form name="FrontPage_Form1" action="--WEBBOT-SELF--" method="POST">
And then after I open p the actual HTM file and view source it looks like this:
<form action="_derived/nortbots.htm" method="POST" webbot-action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit>
THEN if I turn on one field to be validated, in HTML view it looks like this:
<form name="FrontPage_Form1" action="--WEBBOT-SELF--" method="POST">
And then when I open up the HTM fiel and view source I get:
<form name="FrontPage_Form1" action="_derived/nortbots.htm" method="POST"
onsubmit="location.href='_derived/nortbots.htm';return false;" language="JavaScript"
webbot-action="--WEBBOT-SELF--" webbot-onSubmit="return FrontPage_Form1_Validator(this)">
All I want is to NOT do validation through FP but to have the form have a name. I tried setting the
name to other things and such with no effect.
Help!
Thanks.