Jump to content

I'm new to web design. Trying to get my contact form to work.


Verin

Recommended Posts

I've recently purchased a template from templatesfactroy.net and i'm trying to get my contact form to work. I went through their tutorial and have gotten to the point where I can fill out the form and submit the information. But when the e-mail is received, I see no information. "Just Name:" and "Email:". Does anyone understand what I am doing wrong here?

Link to comment
Share on other sites

What are your form inputs called? According to your PHP:

 

$your_name = $_GET['your_name'];

$your_email = $_GET['your_email'];

$your_message = $_GET['your_message'];

 

they need to be called "your_name", "your_email" and "your_message".

 

I'm not totally familiar with Flash, so I am not sure how different it is, but with regular HTML, you would give them the name attribute:

 

 

etc.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...