URL is - http://www.cvsquirrel.co.uk
I have created an application page in my website. It contains a submit button which I have called "apply". I took note of the advice in the BlueVoda tutorial about not using the "mailto" approach and used "action: PHP2 instead, following the instructions. I also created a "Thank you" page. When a client completes the application form and clicks the apply button, the contents of the form should come through to my email address - mail@cvsquirrel.co.uk and there should be an automatic redirection to the "Thank you" page. This does not happen. Instead, clicking the apply button brings up a box containing the message:
"Action is not a registered protocol"
The contents of the form are not delivered to my e-mail address and the client is not automatically redirected to the "Thank you" page.
Does anyone know what to do to make this right?
Grateful for your help.
Thanks
Tony
I have created an application page in my website. It contains a submit button which I have called "apply". I took note of the advice in the BlueVoda tutorial about not using the "mailto" approach and used "action: PHP2 instead, following the instructions. I also created a "Thank you" page. When a client completes the application form and clicks the apply button, the contents of the form should come through to my email address - mail@cvsquirrel.co.uk and there should be an automatic redirection to the "Thank you" page. This does not happen. Instead, clicking the apply button brings up a box containing the message:
"Action is not a registered protocol"
The contents of the form are not delivered to my e-mail address and the client is not automatically redirected to the "Thank you" page.
Does anyone know what to do to make this right?
Grateful for your help.
Thanks
Tony
Comment