RealArtDesigns
Jul 21 2009, 02:58 AM
i need a contact form... really fast... an easy one.....
plz.. help!
emberfly
Jul 21 2009, 03:41 AM
Don't be a patsy.
itanium
Jul 21 2009, 03:43 AM
Details. What information do you need in it?
RealArtDesigns
Jul 21 2009, 09:41 AM
mmm.. simple stuff.. name email and stuff like that...
easy i just want them to send me a messague that's all
but if you could put
Name:
Email:
Messague:
i could translate it... so dont worry...
Mike
Jul 21 2009, 09:52 AM
Posts merged. Are you using Wordpress or some sort of blogging software?
AutumnSunsets
Jul 21 2009, 10:18 AM
i have a php form i use for my sites, i've made a tutorial on it i'll send it to you
i sent it :D
RealArtDesigns
Jul 21 2009, 10:21 AM
thnx love you od all my heart :P
AutumnSunsets
Jul 21 2009, 10:24 AM
ehh don't thank me yet, make sure you can understand the tut.
but your welcome! glad i could help
Mike
Jul 21 2009, 10:26 AM
So is this alright for closing then?
AutumnSunsets
Jul 21 2009, 10:35 AM
not yet, still helping em figure out the html part...
an here i thought the php would lose ya
RealArtDesigns
Jul 21 2009, 01:38 PM
can somebody amke a contact form.. that i just got to put my email?
plz... i need this!
itanium
Jul 21 2009, 07:05 PM
CODE
<form action="mailto:YOUR_EMAIL_HERE" method="post" ENCTYPE="text/plain">
Name: <textbox id="name"></textbox><br>
Email: <textbox id="email"></textbox><br>
Message: <textarea id="message"></textbox><br>
<input type="submit" value="Submit" />
</form>
Change "YOUR_EMAIL_HERE" in the first line to your email address.
AutumnSunsets
Jul 21 2009, 08:29 PM
i fixed the faults, your host is very slow when it comes to saving, the form should work now :P you're just bad at reading tutorials!
also make sure to change where it says admin@autumnsunsets.com to YOUR EMAIL or else i'll get all the sent forms
RealArtDesigns
Jul 21 2009, 09:49 PM
mmm
buttsex do i just got to copy & paste that?
mipadi
Jul 21 2009, 10:10 PM
QUOTE(Buttsex @ Jul 21 2009, 08:05 PM)

CODE
<form action="mailto:YOUR_EMAIL_HERE" method="post" ENCTYPE="text/plain">
Name: <textbox id="name"></textbox><br>
Email: <textbox id="email"></textbox><br>
Message: <textarea id="message"></textbox><br>
<input type="submit" value="Submit" />
</form>
Change "YOUR_EMAIL_HERE" in the first line to your email address.
Yeah, that doesn't work unless the visitor has his email client set up.
AutumnSunsets
Jul 21 2009, 10:31 PM
xD if only making contact forms was THAT easy....
RealArtDesigns
Jul 21 2009, 10:52 PM
it's easy for ya...
itanium
Jul 21 2009, 11:12 PM
QUOTE(mipadi @ Jul 21 2009, 10:10 PM)

Yeah, that doesn't work unless the visitor has his email client set up.
OP asked for simple. When you go simple here, there will be a few bugs.
Also I made one mistake. I closed a tag with the wrong tag.
RealArtDesigns
Jul 22 2009, 01:12 AM
i need this.. just for my ebsite for designs... get it...!!
but noody could only put
Subject:
Email:
Mesagee:
Send Button
like that and i am fine..
mipadi
Jul 22 2009, 06:52 AM
QUOTE(Buttsex @ Jul 22 2009, 12:12 AM)

OP asked for simple. When you go simple here, there will be a few bugs.
Also I made one mistake. I closed a tag with the wrong tag.
There's the implication that the form should be "usable", too.
RealArtDesigns
Jul 22 2009, 11:55 AM
i did't even get any help! :S now i am tiight
synatribe
Jul 22 2009, 02:20 PM
QUOTE(Buttsex @ Jul 21 2009, 07:05 PM)

CODE
<form action="mailto:YOUR_EMAIL_HERE" method="post" ENCTYPE="text/plain">
Name: <textbox id="name"></textbox><br>
Email: <textbox id="email"></textbox><br>
Message: <textarea id="message"></textbox><br>
<input type="submit" value="Submit" />
</form>
Change "YOUR_EMAIL_HERE" in the first line to your email address.
That code is right, the only reason it dosent work with everyone is because the mailto: function usually brings up an email client like outlook or something and not everyone can have that installed on their computers. This form will work, just change this part
action="mailto:YOUR_EMAIL_HERE" it should be
action="PHP_file". so whatever PHP file that AutumnSunset made for you, just plug it in there.
Or there is always
Amailzing
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.