WEBBOT-SELF. NEED HELP. (Full Version)

All Forums >> [Web Development] >> General Web Development



Message


guitartrash -> WEBBOT-SELF. NEED HELP. (4/13/2004 15:34:50)

Alright, I'm trying to make a form with Frontpage that people can write their guitar tabs in, and then it will e-mail them to me so I can put them on the website. So I used the Forms Wizard, but when I try to use it, it comes up with "HTTP 404 Not Found" and in the Address box it has "http://www.decile.net/guitartrash/--WEBBOT-SELF--". What is WEBBOT-SELF? It is screwing everything up and I really need to know how to fix this.
Need Help Soon,
~Charles




bobby -> RE: WEBBOT-SELF. NEED HELP. (4/13/2004 17:05:41)

That's a Front Page component "bot" - basically it's telling the form to post data to the same page and process it to the output you specify in the field parameters...

Are you trying to let them upload a file? Or simply input some text?




guitartrash -> RE: WEBBOT-SELF. NEED HELP. (4/13/2004 17:55:51)

I'm Just trying to get them to input some text. I have some text boxes asking the name of the song and the name of the artist, and then a scroll down to choose the type of tab. Then I have a large text area for them to write their tab into. I don't know how to make this work.
~Charlie




bobby -> RE: WEBBOT-SELF. NEED HELP. (4/13/2004 18:16:22)

In the form fields property dialog box (Right click the form, select Form Properties) have you indicated your email address as the target?

It's strange that you'd get a 404 error on a form..? Did you specify a custom confirmation page and forget to create it?




guitartrash -> RE: WEBBOT-SELF. NEED HELP. (4/13/2004 18:33:08)

When I right click on the forms box and select forms properties, I can chose where to store results(thats where I typed my e-mail), but the "Target Frame" is not able to be used. It does have a button to the side of it with three dots and a pencil. When I click it, I can set the common target. I'm not sure if this is what you are talking about. And I do not have a custom confirmation page set up, I tried setting one up, and it still didn't work.
~Charlie




AMysticWeb -> RE: WEBBOT-SELF. NEED HELP. (4/13/2004 23:22:40)

Hi Gituar Trash,

Welcome to the forum ... [:)]


Well, let's see.

You have an ending </Head> tag preceeded by a beginning <Form> tag, followed by a <Body> tag. But, you don't seem to have a beginning <Head> tag. Of course the beginning <Form> tag belongs inside the <Body> with your fields and ending </Form> tag.

You currently have your form fields and ending </Form> tag inside the <Body>

In addition, you are attempting to send your results to the Bravenet form handler.

If the FPSE (FrontPage Server Extensions) are in place on your server, then why not use the FrontPage form handler.

At any rate, I would recommend making a new page and a new form. If you start with Insert >> Form >> Form, then you will see the form surround (the dashed or dotted line around the Submit and Rest buttons.

Now hit Enter a couple times to make some working room.

For a basic heads up about FrontPage forms, stop by my site.

If you wish, you could now open this page back up and copy the fields. To make sure there are no unnecessary tags elsewhere, just right click each field one at a time and copy and paste into the new form.

If you wish to use the FrontPage form handler to send to email and file, check/tic Send to: This is where you set email and optional file.




greg1301 -> RE: WEBBOT-SELF. NEED HELP. (1/5/2006 14:51:25)

I am fairly new at this and prob sound stupid, I have a form that site visitors will fill out and submit the info to me, by email and the only ones i get are those of someone who has the outlook express, further more i know on the form properties i can send to a file which i don't understand, or send to database which i cant click on the radio, i have FPSE on my ftp but not sure how to go about getting all together and retrieve submitted information can someone please help few hairs left to pull out[;)]




AMysticWeb -> RE: WEBBOT-SELF. NEED HELP. (1/6/2006 13:44:51)

Hi Greg,

Welcome to OutFront

First I recommend in the future, starting your own new thread to ask a question.

This is an old thread and some might overlook this question.

Providing a URL for the form page would be a good next step.




greg1301 -> RE: WEBBOT-SELF. NEED HELP. (1/9/2006 17:57:53)

thanks, and where are you saying i should send it?




AMysticWeb -> RE: WEBBOT-SELF. NEED HELP. (1/10/2006 4:09:25)

Since you are already participating in this thread, post the URL for the "form page" here.




bulkmar -> RE: WEBBOT-SELF. NEED HELP. (8/9/2006 19:53:42)

We are trying to get a SUBMIT button to email us using FrontPage2003 but it is not working?

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 3</title>
<base target="main">
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}
function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
return null;
}
// -->
</script>
</head>

<body bgcolor="#0066FF" background="clouds.jpg">

<table border="0" width="88%" id="table1" style="border-collapse: collapse">
<tr>
<td><a target="_top" href="index.html">
<img border="0" id="img24" src="button98.jpg" height="25" width="155" alt="Home" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0; fp-orig: 0" fp-title="Home" onmouseover="FP_swapImg(1,0,/*id*/'img24',/*url*/'button99.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img24',/*url*/'button98.jpg')"></a></td>
</tr>
<tr>
<td><a href="index_files/DoctorsPage.htm" target="main">
<img border="0" id="img33" src="button22.jpg" height="25" width="155" alt="Physicians" onmouseover="FP_swapImg(1,0,/*id*/'img33',/*url*/'button23.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img33',/*url*/'button22.jpg')" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Physicians"></a></td>
</tr>
<tr>
<td>
<a href="AME%20Email%20Brouchure%207-7-06_Page_2.jpg">
<img border="0" id="img36" src="button1.jpg" height="25" width="155" alt="Presentation Topics" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Presentation Topics" onmouseover="FP_swapImg(1,0,/*id*/'img36',/*url*/'button2.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img36',/*url*/'button1.jpg')"></a></td>
</tr>
<tr>
<td>
<a href="index_files/civil_litigation.htm">
<img border="0" id="img34" src="button10.jpg" height="25" width="155" alt="Civil Litigation" onmouseover="FP_swapImg(1,0,/*id*/'img34',/*url*/'button11.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img34',/*url*/'button10.jpg')" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Civil Litigation"></a></td>
</tr>
<tr>
<td>
<a href="index_files/disability_retirement_evaluation.htm">
<img border="0" id="img35" src="buttonA1.jpg" height="25" width="155" alt="Disability Retirement Eval." onmouseover="FP_swapImg(1,0,/*id*/'img35',/*url*/'buttonB1.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img35',/*url*/'buttonA1.jpg')" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Disability Retirement Eval."></a></td>
</tr>
<tr>
<td>
<a target="main" href="http://www.interpretingcentral.com">
<img border="0" id="img32" src="button8.jpg" height="25" width="155" alt="Certified Interpreters" onmouseover="FP_swapImg(1,0,/*id*/'img32',/*url*/'button9.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img32',/*url*/'button8.jpg')" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Certified Interpreters"></a></td>
</tr>
<tr>
<td>
<a target="main" href="index_files/Events.html">
<img border="0" id="img31" src="button7.jpg" height="25" width="155" alt="Links" fp-style="fp-btn: Brick Column 1; fp-img-press: 0; fp-proportional: 0" fp-title="Links" onmouseover="FP_swapImg(1,0,/*id*/'img31',/*url*/'button6.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img31',/*url*/'button7.jpg')"></a></td>
</tr>
<tr>
<td>
 </td>
</tr>
<td>
Name:<P>
<INPUT name="name" size="50"><BR>
E-mail:<P>
<INPUT name="email" size="50">
<P>
</FORM><form method="POST" name="SUBMIT1" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="info@medlegalfirst.com" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="TRUE" S-Email-Subject="Join Our Mailing List - " S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" S-Form-Fields="name email " B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="Thank You for Joining Our Mailing Group - " S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M:%S %p" U-Confirmation-Url="ConfirmPage.htm" -->
<p><input type="submit" value="Submit" name="B1"></p>
</form>
<P></td>
</tr>
</table>

</body>

</html>




AMysticWeb -> RE: WEBBOT-SELF. NEED HELP. (8/10/2006 0:52:58)

The published page tells more than the HTML itself.

You currently have Join Our Mailing List - as Subject line and you have Form field name selected. This isn't a form field name.

You have used the same process for Reply-to-line This isn't a form field name either.

Since I can't see the published page at this time, I don't know if this is the extent of the trouble, but it is enough in itself to prevent the form from working properly.

Also, if you take a look at the form in page view, you will notice a dashed or dotted line around the Submit button. This is the form surround. Any field outside of this isn't part of a form function.

Both of your fields are outside of the form, so there is nothing to submit even if it were working.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
5.078125E-02