|
-
Mar 2nd, 2005, 08:59 PM
#1
Thread Starter
Fanatic Member
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
-
Mar 3rd, 2005, 02:21 AM
#2
Re: html Prayer forum
Only god can help you now. 
What's your question?
-
Mar 3rd, 2005, 02:28 AM
#3
Thread Starter
Fanatic Member
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
-
Mar 3rd, 2005, 04:30 AM
#4
Re: html Prayer forum
I'll ask you again, what is your question? What are you trying to do?
-
Mar 3rd, 2005, 04:34 AM
#5
Thread Starter
Fanatic Member
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
-
Mar 3rd, 2005, 05:01 AM
#6
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?
-
Mar 3rd, 2005, 09:28 AM
#7
Fanatic Member
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?
-
Mar 3rd, 2005, 11:27 AM
#8
Thread Starter
Fanatic Member
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
-
Mar 6th, 2005, 03:57 PM
#9
Fanatic Member
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>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|