J
Jerry
Help, please! I'm running FP2000. I inherited a website that I am moving to
a new server with FP Extensions installed. The existing website includes a
form, which uses action="mailto:" to deliver the form, as follows:
<form id="ContactForm" action="mailto:[email protected]" method="post"
name="ContactForm" enctype="text/plain">
I want to change this, in order to use the FP extensions to handle the form,
but I really don't want to create the form again from scratch if I can avoid
it. I temporarily created a new form, and copied the following <form> data:
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults"
U-File="file:///C:/Documents and Settings/JLauder/My
Documents/smartkids/_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
If I replace the existing <form> information with the above copied <form>
info, and then publish it to the new server, should that allow me to be able
to set up the form properties after I get it online? Thanks very much for
your help.
a new server with FP Extensions installed. The existing website includes a
form, which uses action="mailto:" to deliver the form, as follows:
<form id="ContactForm" action="mailto:[email protected]" method="post"
name="ContactForm" enctype="text/plain">
I want to change this, in order to use the FP extensions to handle the form,
but I really don't want to create the form again from scratch if I can avoid
it. I temporarily created a new form, and copied the following <form> data:
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults"
U-File="file:///C:/Documents and Settings/JLauder/My
Documents/smartkids/_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
If I replace the existing <form> information with the above copied <form>
info, and then publish it to the new server, should that allow me to be able
to set up the form properties after I get it online? Thanks very much for
your help.