Forum Moderators: phranque

Message Too Old, No Replies

What's the fault in this Form?

Can you spot my problem?

         

Familyman501

3:32 am on Aug 31, 2007 (gmt 0)

10+ Year Member



My form should send the captured information to Frog@example.co.nz via the server or however it is usually achieved in forms without the user having to do anything.

Then it should route the user to the "thanks" page at http:// www.example.com /tadpole/ thanks.htm (NOT A REAL LINK)

I have no item what all this weird code says or what language it is. Can some Magican help me to make some sense of it so I can get my form to work. This code used to work on a different form so I copied it but can't make it sing.

*************** WEIRD AND SCARY CODE BELOW **************************

//--></script><!--webbot BOT="GeneratedScript" endspan -->
<form action="http://www.example.com/tadpole/contact.htm" method=POST onsubmit="return FrontPage_Form1_Validator(this)" language="JavaScript" name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">

<!--webbot bot="SaveResults" S-Email-Format="HTML/UL" S-Email-Address="Frog@example.co.nz" B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="Email" B-Email-Subject-From-Field="FALSE" S-Email-Subject="New High School Form Response" S-Date-Format="%d-%b-%Y" S-Time-Format="%I:%M:%S %p %Z" S-Builtin-Fields="REMOTE_NAME HTTP_USER_AGENT Date Time" U-Confirmation-Url="http://www.example.com/tadpole/thanks.htm" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
<input type=hidden name="id" value="8658"><input type=hidden name="subject" value="Frog Contact: ">

[edited by: encyclo at 11:22 am (utc) on Sep. 3, 2007]
[edit reason] obscured real email address [/edit]

vincevincevince

4:28 am on Aug 31, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Those are FrontPage extensions. You need a webhost which supports them (or preferably, to rewrite your script not to use them).

Familyman501

7:07 am on Aug 31, 2007 (gmt 0)

10+ Year Member



My web host used to support them. Now they don't work.

Can you give me any direction on how to find out how to write the script without being dependent on Frontpage extentions?

[edited by: Familyman501 at 7:08 am (utc) on Aug. 31, 2007]

vincevincevince

7:46 am on Aug 31, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would recommend finding out if your host supports PHP or ASP and then read about the mail functions for whichever one your host does support. There are excellent tutorials easily available for both.

Familyman501

2:34 am on Sep 1, 2007 (gmt 0)

10+ Year Member



Can you recommend a good tutorial on php supported forms?

Marshall

3:44 am on Sep 1, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Start here: [w3schools.com...]
It's also good for ASP form scripts. Otherwise, try a web search. There are a lot of free asp and php form scipts available.

Marshall