Email forms. |
Email forms. |
Aug 8 2006, 11:40 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2006 Member No: 444,287 |
I'm looking for a submit form that allows people to send things to my email from my site. I'm just telling you. I have NO idea on how to work PHP.
|
|
|
|
![]() |
Aug 9 2006, 06:43 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Yea. Well ok. Just edit the bold stuff with what it says:
QUOTE <FORM METHOD="POST" ACTION="http://cgi21.Freedback.com/mail.pl" target="_blank"> <INPUT TYPE="hidden" NAME="to" VALUE="PUT YOUR EMAIL HERE"> <INPUT TYPE="hidden" name="subject" VALUE="EMAIL SUBJECT"> <INPUT TYPE="hidden" NAME="form" VALUE="PUT YOUR URL HERE"> <INPUT TYPE="hidden" NAME="admin" VALUE="PUT YOUR EMAIL HERE AGAIN"> <INPUT TYPE="hidden" NAME="language" VALUE="en"> Example if I was doing it I would change: <INPUT TYPE="hidden" NAME="to" VALUE="PUT YOUR EMAIL HERE"> to <INPUT TYPE="hidden" NAME="to" VALUE="toya@dramatiq.org"> Then in this part of the code edit the colors to what you want: QUOTE <p> <input name="name" value="name" size=20 style="background-color:COLOR; color: COLOR; font-face: FONT NAME; font-size: 8pt; border: 1 black solid"> <br>
<input name="email" value="email" size=20 style="background-color:COLOR; color:COLOR; font-face: FONT NAME; font-size: 8pt; border: 1 black solid"> <br> <input name="url" value="url" size=20 style="background-color:COLOR; COLOR; font-face: FONT NAME; font-size: 8pt; border: 1 black solid"> <br> <TEXTAREA NAME="tell me" ROWS="5" COLS="13" style="background-color:COLOR; color: COLOR; font-face: FONT NAME; font-size: 8pt; border: 1 black solid">Comments go here</TEXTAREA> <br> <INPUT TYPE="submit" NAME="Submit" value="Send!" style="background-color:COLOR; color: COLOR; font-face: FONT NAME; font-size: 8pt; border: 1 black solid"> </FORM> |
|
|
|
aeroplane. Email forms. Aug 8 2006, 11:40 PM
toyo loco Dodo's mail really easy: http://regretless.com... Aug 8 2006, 11:48 PM
aeroplane. Thanks Toya. But it says to edit whats in CAPS. Wh... Aug 9 2006, 03:54 PM
toyo loco Which one are you using? Aug 9 2006, 04:00 PM
aeroplane. http://pixelfx.org/v2.php
That one. Did I choose ... Aug 9 2006, 04:02 PM
toyo loco Thats the link to the tutorial page. She uses ifra... Aug 9 2006, 04:10 PM
aeroplane. Ok. So I don't change the value part? Aug 9 2006, 06:29 PM
aeroplane. OHHH ok. Thanks so much Toya. You can close this ... Aug 9 2006, 07:26 PM![]() ![]() |