Results 1 to 9 of 9

Thread: html Prayer forum

  1. #1

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

    Angry html Prayer forum

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

    my e-mail ir [email protected]

    I ueing Lil' http server.
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: html Prayer forum

    Only god can help you now.








    What's your question?

  3. #3

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

    Angry Re: html Prayer forum

    <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>
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: html Prayer forum

    I'll ask you again, what is your question? What are you trying to do?

  5. #5

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

    Angry Re: html Prayer forum

    I need your help. My form doesn't send me email when the user clicks the submit button. How do I fix it?
    Would you help and make the changes for me?

    Thanks.
    P.S. God Love You And Have A Good Day!!!My web page

    I need to get a free Iphone

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: html Prayer forum

    This seems to be incorrect:

    <FORM METHOD="POST" ACTION="http://www.geocities.com/kelly50ass>

    Where is the page that processes your form requests?

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

    Re: html Prayer forum

    This is the same thread here:

    http://vbforums.com/showthread.php?t=324792

    What isn't working now? I thought that this issue was settled. Without a better description of who is processing the form data I can't really help that much. Is it Yahoo/Geocities?
    Chris

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

  8. #8

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

    Re: html Prayer forum

    It was yahoo but It did not work for me.
    So i will do it.
    What do I need to do it?
    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

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

    Re: html Prayer forum

    Try this:

    HTML Code:
    <html>
    <head>
    <title>Prayer Form</title>
    
    <meta name = "description" content = "Prayer">
    <meta name = "keywords" content = "pray, prayer, church, religion">
    
    <style = type = "text/css">
    body {color:#000000; background: #A4C8F0 URL("bluesand.gif"); margin:auto; text-align:center;}
    div {padding:10px;}
    label {font-weight:bold;}
    </style>
    
    </head>
    <body>
    
    <form method=post action="http://geocities.yahoo.com/forms?login=kelly50ass">
    
    <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 type = "text" name = "email" size = "50" maxlength = "50" />
    </div>
    
    <div id = "dvDates">
    <span><label>Start Date</label></span>
    <input type = "text" name = "startdate" size = "10" maxlength = "10" />
    
    <span><label>End Date</label></span>
    <input type = "text" name = "enddate" size = "10" maxlength = "10" />
    </div>
    
    <span><input type = "submit" value = "Submit" /> <input type = "reset" value = "Reset" /></span>
    
    <input type = "hidden" name ="to" value = "[email protected]" />
    <input type = "hidden" name = "subject" value = "prayer" />
    <input type = "hidden" name = "from" value = "[email protected]" />
    <input type = "hidden" name = "nexturl" value = "http://pages.prodigy.net/daleharris/pos.htm" />
    
    </form>
    
    </body>
    </html>
    Chris

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

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