I wonder if anyone could explain how I pass the field values in my request form to the PHP processor page. My doSubmit() function is as follows:
function doSubmit() {
self.focus() #Not sure whether I need this line!
window.location='<pathtoprocessor/page.php>'
}
When I click on the Submit button the error page is shown and seems to indicate that fields have not been filled in when, in fact, they have.
Any help with this would be appreciated. Thanks in advance.
function doSubmit() {
self.focus() #Not sure whether I need this line!
window.location='<pathtoprocessor/page.php>'
}
When I click on the Submit button the error page is shown and seems to indicate that fields have not been filled in when, in fact, they have.
Any help with this would be appreciated. Thanks in advance.