Results 1 to 10 of 10

Thread: html help form is not e-mail me.

  1. #1

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    html help form is not e-mail me.

    help form is not e-mail me.
    I will be useing http://www.no-ip.com

    <META NAME="description" CONTENT="Prayer">
    <META NAME="keywords" CONTENT="stuff">
    </HEAD>
    <body text="000000" bgcolor="A4C8F0" background = "bluesand.gif">


    Brandon you must fill in your "ACTION" for the next line.
    <FORM METHOD="POST" ACTION="http://www.geocities.com/kelly50ass>

    <INPUT TYPE="HIDDEN" NAME="to" VALUE="[email protected]">
    <INPUT TYPE="HIDDEN" NAME="subject" VALUE="prayer">
    <INPUT TYPE="HIDDEN" NAME="from" VALUE="[email protected]">

    Brandon you must fill in your "nexturl" for the next line.
    <INPUT TYPE="HIDDEN" NAME="nexturl" VALUE="http://pages.prodigy.net/daleharris/pos.htm">






    <CENTER>
    Prayer<BR>
    <TEXTAREA NAME="prayer"ROWS="9" COLS="60"></TEXTAREA></CENTER><P><BR>


    <CENTER>E-Mail <INPUT TYPE="TEXT" NAME="email" SIZE="50" MAXLENGTH="70"></CENTER><P><BR>
    <CENTER>
    Start Date <INPUT TYPE="TEXT" NAME="start date" SIZE="10" MAXLENGTH="10"></CENTER><P><BR>
    <CENTER>
    End Date <INPUT TYPE="TEXT" NAME="end date" SIZE="10" MAXLENGTH="10"></CENTER><P><BR>


    </table>
    <CENTER><INPUT TYPE="SUBMIT" VALUE="Submit"> <INPUT TYPE="RESET" VALUE="Reset"></CENTER><P>
    </CENTER>
    </FORM>

    </body></html>
    Last edited by bob5731; Feb 18th, 2005 at 12:23 AM.
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  2. #2
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090

    Re: html help form is not e-mail me.

    Your action of the form is incorrect. It should point at the file which does the sending. I'm not sure what the geocities one is, but I'm ure the help pages on their site will help you out.
    Have I helped you? Please Rate my posts.

  3. #3
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602

    Re: html help form is not e-mail me.

    Try here:

    http://geocities.yahoo.com/v/ao/for.html

    Looks like you need to set your forms ACTION like this:


    <FORM METHOD="POST" ACTION="http://geocities.yahoo.com/forms?login=kelly50ass">
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  4. #4
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090

    Re: html help form is not e-mail me.

    Good link, here's a sample form which will work:
    Code:
    <form method=post action="http://geocities.yahoo.com/forms?login=kelly50ass">
    <font face="arial, helvetica">
    <b>Your first name:</b><br>
    <input type="text" name="Name" size="27">
    <p>
    
    <b>Your URL:</b><br>
    <input type="text" name="URL" size="27">
    <p>
    
    <b>How often do you visit my web site?</b><br>
    <input type="radio" name="Visit" value="Daily">Every day<br>
    <input type="radio" name="Visit" value="Weekly">Once per week<br>
    <input type="radio" name="Visit" value="Monthly">Once per month<br>
    <input type="radio" name="Visit" value="Yearly">Once per year<br>
    <p>
    
    <b>Please add any comments you have below:</b>
    </font><br>
    <textarea cols="40" rows="10" name="Comments"></textarea>
    
    <p><br>
    <input type="submit" value="Send">
    <input type="reset" value="Clear the form">
    
    <!-- Option 1 -->
    <input type="hidden" name="subject" value="Survey Results">
    
    <!-- Option 2 -->
    <input type="hidden" name="required_fields" value="Name,URL">
    
    <!-- Option 3
    <input type="hidden" name="next_url" value="http://www.geocities.com/kelly50ass/index.html">
    -->
    
    </form>
    Have I helped you? Please Rate my posts.

  5. #5

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Re: html help form is not e-mail me.

    I have work on the web form. But it is not working for me.
    Attached Files Attached Files
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  6. #6
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602

    Re: html help form is not e-mail me.

    What isn't working?

    From the link that I posted:
    Step 2: Save the file you are working on. When a visitor submits the form, the results will be emailed to the alternate email address you have listed in your Yahoo! Account Information.

    First, is your Yahoo name kelly50ass? Which would mean that your website is http://www.geocities.com/kelly50ass .

    Second, have you uploaded the file to your web server? I don't even see an index page on your account. Upload the file and run it from there.

    Make sure that you have an alternate email account registered in your Yahoo account. If you already do, check that email to see if you have received anything. If you are still having problems I would suggest using Yahoo/Geocities PageBuilder to add the email form in.
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  7. #7

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Re: html help form is not e-mail me.

    Member Form Email
    There was an error while processing your form input:
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  8. #8
    Banned
    Join Date
    Mar 2005
    Posts
    26

    Re: html help form is not e-mail me.

    Hi
    How do i make it go to http://bob5731.no-ip.info win done send e-mail?

  9. #9
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602

    Re: html help form is not e-mail me.

    <input type="hidden" name="next_url" value="http://bob5731.no-ip.info">
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  10. #10

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Angry Re: html help form is not e-mail me.

    I need help fixing it.
    It win not e-mail it to me.

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <!-- saved from url=(0044)http://www.geocities.com/kelly50ass/bob.html -->
    <HTML><HEAD><TITLE>Prayer Form</TITLE>
    <SCRIPT 
    language=JavaScript>var PUpage="76001090"; var PUprop="geocities"; </SCRIPT>
    
    <SCRIPT language=JavaScript src="index_files/pu5geo.js"></SCRIPT>
    
    <SCRIPT language=JavaScript> var thGetOv="http://themis.geocities.yahoo.com/themis/h.php"; var thCanURL="http://us.geocities.com/kelly50ass/bob.html"; var thSpaceId="76001090"; var thIP="70.249.80.17"; var thTs="1143744309"; var thCs="c285ccec63fb82bf6bd9d9b669d32f8d";</SCRIPT>
    <NOSCRIPT><LINK 
    href="http://themis.geocities.yahoo.com/jsoff.css?thIP=70.249.80.17&amp;thTs=1143744309" 
    rel=stylesheet></NOSCRIPT>
    <SCRIPT language=JavaScript src="index_files/geovck08.js"></SCRIPT>
    <!-- text above generated by server. PLEASE REMOVE --><!-- saved from url=(0045)http://www.geocities.com/kelly50ass/index.htm -->
    <SCRIPT 
    language=JavaScript>var PUpage="76001090"; var PUprop="geocities"; </SCRIPT>
    
    <SCRIPT language=JavaScript src=""></SCRIPT>
    
    <SCRIPT language=JavaScript> var thGetOv="http://themis.geocities.yahoo.com/themis/h.php"; var thCanURL="http://us.geocities.com/kelly50ass/index.htm"; var thSpaceId="76001090"; var thIP="70.240.136.45"; var thTs="1112752561"; var thCs="12799f3c90e5874cd2e1a3e45493cf93";</SCRIPT>
    <NOSCRIPT><LINK 
    href="http://themis.geocities.yahoo.com/jsoff.css?thIP=70.240.136.45&amp;thTs=1112752561" 
    rel=stylesheet></NOSCRIPT>
    <SCRIPT language=JavaScript src=""></SCRIPT>
    <!-- text above generated by server. PLEASE REMOVE --><!-- saved from url=(0045)http://www.geocities.com/kelly50ass/index.htm -->
    <META http-equiv=Content-Type content="text/html; charset=windows-1252">
    <SCRIPT language=JavaScript>
    <!--
    
    function SymError()
    {
      return true;
    }
    
    window.onerror = SymError;
    
    var SymRealWinOpen = window.open;
    
    function SymWinOpen(url, name, attributes)
    {
      return (new Object());
    }
    
    window.open = SymWinOpen;
    
    //-->
    </SCRIPT>
    
    <SCRIPT 
    language=JavaScript>var PUpage="76001090"; var PUprop="geocities"; </SCRIPT>
    
    <SCRIPT language=JavaScript src="index_files/kelly50ass.htm"></SCRIPT>
    
    <SCRIPT language=JavaScript> var thGetOv="http://themis.geocities.yahoo.com/themis/h.php"; var thCanURL="http://us.geocities.com/kelly50ass/index.htm"; var thSpaceId="76001090"; var thIP="68.97.18.30"; var thTs="1112650813"; var thCs="6bd4a29311b395a597870ee0fb6147b2";</SCRIPT>
    <NOSCRIPT><LINK 
    href="http://themis.geocities.yahoo.com/jsoff.css?thIP=68.97.18.30&amp;thTs=1112650813" 
    rel=stylesheet></NOSCRIPT>
    <SCRIPT language=JavaScript src="index_files/kelly50ass.htm"></SCRIPT>
    <!-- text above generated by server. PLEASE REMOVE -->
    <META content=Prayer name=description>
    <META content="pray, prayer, church, religion" name=keywords>
    <STYLE ="type">BODY {
    	BACKGROUND: url(bluesand.gif) #a4c8f0; MARGIN: auto; COLOR: #000000; TEXT-ALIGN: center
    }
    DIV {
    	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
    }
    LABEL {
    	FONT-WEIGHT: bold
    }
    </STYLE>
    
    <META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
    <BODY><!-- following code added by server. PLEASE REMOVE --><LINK 
    href="index_files/div.css" type=text/css rel=stylesheet>
    <SCRIPT language=JavaScript src="index_files/div03.js"></SCRIPT>
    <!-- preceding code added by server. PLEASE REMOVE --><!-- following code added by server. PLEASE REMOVE --><LINK 
    href="Prayer Form_files/div.css" type=text/css rel=stylesheet>
    <SCRIPT language=JavaScript src=""></SCRIPT>
    <!-- preceding code added by server. PLEASE REMOVE --><!-- following code added by server. PLEASE REMOVE --><LINK 
    href="Prayer Form_files/div.css" type=text/css rel=stylesheet>
    <SCRIPT language=JavaScript src="index_files/kelly50ass.htm"></SCRIPT>
    <!-- preceding code added by server. PLEASE REMOVE -->
    <FORM action=http://geocities.yahoo.com/forms?login=kelly50ass method=post>
    <DIV id=dvPrayer><SPAN><LABEL>Prayer</LABEL></SPAN> <BR><TEXTAREA name=prayer rows=9 cols=60></TEXTAREA> </DIV>
    <DIV id=dvEmail><SPAN><LABEL>E-Mail</LABEL></SPAN> <INPUT maxLength=50 size=50 
    name=email> </DIV>
    <DIV id=dvDates><SPAN><LABEL>Start Date</LABEL></SPAN> <INPUT maxLength=10 
    size=10 name=startdate> <SPAN><LABEL>End Date</LABEL></SPAN> <INPUT maxLength=10 
    size=10 name=enddate> </DIV><SPAN><INPUT type=submit value=Submit> <INPUT type=reset value=Reset></SPAN> <INPUT type=hidden 
    [email protected] name=to> <INPUT type=hidden value=prayer 
    name=subject> <INPUT type=hidden [email protected] name=from> <INPUT 
    type=hidden value=http://god1.no-ip.org name=next_url> </FORM><!-- text below generated by server. PLEASE REMOVE --></OBJECT></LAYER>
    <DIV></DIV></SPAN></STYLE></NOSCRIPT></TABLE></SCRIPT></APPLET>
    <SCRIPT language=JavaScript src="index_files/kelly50ass.htm"></SCRIPT>
    
    <SCRIPT language=JavaScript src="index_files/kelly50ass.htm"></SCRIPT>
    
    <SCRIPT language=javascript>geovisit();</SCRIPT>
    <NOSCRIPT><IMG height=1 alt=setstats src="index_files/kelly50ass.htm" width=1 
    border=0></NOSCRIPT> <IMG height=1 alt=1 src="index_files/kelly50ass.htm" 
    width=1>
    <SCRIPT language=JavaScript>
    <!--
    var SymRealOnLoad;
    var SymRealOnUnload;
    
    function SymOnUnload()
    {
      window.open = SymWinOpen;
      if(SymRealOnUnload != null)
         SymRealOnUnload();
    }
    
    function SymOnLoad()
    {
      if(SymRealOnLoad != null)
         SymRealOnLoad();
      window.open = SymRealWinOpen;
      SymRealOnUnload = window.onunload;
      window.onunload = SymOnUnload;
    }
    
    SymRealOnLoad = window.onload;
    window.onload = SymOnLoad;
    
    //-->
    </SCRIPT>
     <!-- text below generated by server. PLEASE REMOVE --></OBJECT></LAYER>
    <DIV></DIV></SPAN></STYLE></NOSCRIPT></TABLE></SCRIPT></APPLET>
    <SCRIPT language=JavaScript src=""></SCRIPT>
    
    <SCRIPT language=JavaScript src=""></SCRIPT>
    
    <SCRIPT language=javascript>geovisit();</SCRIPT>
    <NOSCRIPT><IMG height=1 alt=setstats src="" width=1 border=0></NOSCRIPT> <IMG 
    height=1 alt=1 src="" width=1> <!-- text below generated by server. PLEASE REMOVE --></OBJECT></LAYER>
    <DIV></DIV></SPAN></STYLE></NOSCRIPT></TABLE></SCRIPT></APPLET>
    <SCRIPT language=JavaScript src="index_files/mc.js"></SCRIPT>
    
    <SCRIPT language=JavaScript src="index_files/geov2.js"></SCRIPT>
    
    <SCRIPT language=javascript>geovisit();</SCRIPT>
    <NOSCRIPT><IMG height=1 alt=setstats src="index_files/visit.gif" width=1 
    border=0></NOSCRIPT> <IMG height=1 alt=1 src="index_files/serv.gif" width=1> 
    </BODY></HTML>
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width