html_code_clinic thread: Re: I want to send form data by mail using frontpage extensions
In Page View, right click and go to Form Properties, enter the email
address you want the data sent to. It will look like this code below.
If it is not working make sure frontpage extensions are available on your
server and you must FTP the page using frontpage for frontpage to
configure its webbot to handle this action. If you FTP with another
program, it is likely it will not work.
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" S-Email-Address="email@e..."
S-Email-Format="TEXT/PRE" -->
<p><input type="text" name="T1" size="20"><input type="submit"
value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
> I want to send data from a form using frontpage extensions. I think ths
is
quite simple, Bu I just Can't make it work
Please, help!