Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Re: I want to send form data by mail using frontpage extensions


Message #1 by "Paul Whittington" <deadliver@v...> on Wed, 5 Jun 2002 14:27:46
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!



  Return to Index