G
Guest
Does anyone know how to change remove the automatic
confirmation that FP puts into the code upon creating a
form submission to a database? I would like the
confirmation to be a page I created. Below is the code
that is the problem.
FP_FormConfirmation "text/html; charset=windows-1252",_
"Form Confirmation",_
"Thank you for submitting the following information:",_
"post.asp",_
"Return to the form."
When I edit this code it messes up my database connection.
There must be a way to get rid of this automatic page and
redirect to the desired page but I am not a coder. Any
ideas?
confirmation that FP puts into the code upon creating a
form submission to a database? I would like the
confirmation to be a page I created. Below is the code
that is the problem.
FP_FormConfirmation "text/html; charset=windows-1252",_
"Form Confirmation",_
"Thank you for submitting the following information:",_
"post.asp",_
"Return to the form."
When I edit this code it messes up my database connection.
There must be a way to get rid of this automatic page and
redirect to the desired page but I am not a coder. Any
ideas?