Help - Search - Members - Calendar
Full Version: Need Help With Contact Form Html!
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
Red-Spiral
Here is the contact form code

CODE
<form id="contactform" method="post" action="index.php">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><label for="contactform-name">Name: <span>(required)</span></label>
<input type="text" name="contactform-name" id="contactform-name" />
</td>
<td><label for="contactform-email">Email Address: <span>(required)</span></label>
<input type="text" name="contactform-email" id="contactform-email" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-subject">Subject: <span>(required)</span></label>
<input type="text" name="contactform-subject" id="contactform-subject" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-message">Message: <span>(required)</span></label>
<textarea cols="50" rows="10" id="contactform-message"></textarea>
<input type="image" alt="send message" class="imagesubmit" src="i/GM11_form_submit.jpg" />
</td>
</tr>
</tbody>
</table>
</form>


Where do i put the code it so I can get their query?

Also what code?
MrTouz
well what query ?

this HTML form sends information to a INDEX.PHP page where there is the php code that works the form... are you saying that you do NOT have the actual index.php page ?

You should type "php contact form" on google and im sure you will find a very easy one
Jacob
Unfortunately you need to know PHP to be able to send information via forms. Google for a simple one and use it to learn how to use PHP in forms.

Jacob.
Banjo
You don't have to know php/asp to send the information. There are websites that will send and store the information for you on there server.
Jacob
What it looks like they want to do here is send an email with the info sent as well. You need PHP for that.

Jacob.
MrTouz
Btw if you are going to use it here... sorry to tell you that it is not going to be possible. It has been disabled... i think its the "mail" function... which is a MUST in a contact form !
Banjo
I mean you can use other websites like Creactive created where they will process the form and send the information to your email for you. Or you can use php or asp to store the data in a flat file or database so you don't need the mail function.
Jetteh22
Yep - since the mail function isn't working on zymic I made a site (though it's deleted temporarily since i accidentally deleted my picture hosting site that i used for my other sites) that will process and email the form information.

Otherwise there are other ones, though most of them have ads (i hate ads)
Valency
Ah, Cool.
I didn't know about Creactive's one ^
Hurry up and get it fixed! smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.