Hello.
I have a nice working form, but I need to put a link after the confirmation message.
Can you tell me how to do this?
For example this is the end of the form that tells the client that his information has been recieved... but I would like to add a link as well...
[/code]
echo("
Your information has been recieved.
Thanks
"); //Confirmation message.
[/code]
Thanks in advance!!!