code to submit a forn via email

J

John

Hi,

I have setup up a contact form with the following code to submit the info by
email,

<form onSubmit="return (isReady(document.details))"
action="--WEBBOT-SELF--"
method=POST name=details>
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="FALSE" S-Email-Subject="JC Service Inquiry"
S-Builtin-Fields U-Confirmation-Url="thank.htm" --><input type="hidden"
name="subject" value="Data Page"><table
border="0" width="420" class="form">

When I click the submit button nothing happen or is sent, do I need to have
some kind of data file on the server, also could anyone explain about
--webbot bot=.

I be grateful for any help. Thanks.

John.
 
T

Tom Willett

Has the web host set up the forms to email transport in the FP server
extensions on your web?

Have you http published to your remote site?
 
D

David Berry

The problem could also be with the JavaScript function you're calling when
the form is submitted:

onSubmit="return (isReady(document.details))"

Try removing it and see if the form works. if it does then there's an error
somewhere in the script.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top