C
Chris
Using FP2003 with FPSE enabled.
I'm trying to validate a form using a custom Javascript because the FP
built-in validation is not sufficient for my needs. None of the fields are
tagged to be validated by FP. The page code appears to be OK when saved and
also after reformatting HTML, but when re-opening the page in FP, my
"onsubmit" tag is amended to "webbot-onsubmit" and a new tag gets added:
onsubmit="location.href='_derived/nortbots.htm';return false;"
As a consequence, the custom script is not run.
I need webbot functionality to process the form results later on, but how do
I prevent this apparent hijacking?
TIA
Chris
I'm trying to validate a form using a custom Javascript because the FP
built-in validation is not sufficient for my needs. None of the fields are
tagged to be validated by FP. The page code appears to be OK when saved and
also after reformatting HTML, but when re-opening the page in FP, my
"onsubmit" tag is amended to "webbot-onsubmit" and a new tag gets added:
onsubmit="location.href='_derived/nortbots.htm';return false;"
As a consequence, the custom script is not run.
I need webbot functionality to process the form results later on, but how do
I prevent this apparent hijacking?
TIA
Chris