You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with a contact form for a website!
Posted:

Need help with a contact form for a website!Posted:

iEnvyious
  • New Member
Status: Offline
Joined: Jan 31, 20159Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Jan 31, 20159Year Member
Posts: 13
Reputation Power: 0
So I am making a website for my dad and his company and he asked for it to atleast have a basic contact form. Well I have not a clue how to do that and I was hoping you guys could help me.

Remember, just a simple one.
It doesnt have to be fancy or anything.

Thanks In advance!
#2. Posted:
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
Do you have any web design/development experience ? if you are going to design and program it from scratch you are going to need to learn HTML and CSS and for everything else you will need javascript and probably PHP.

You could use an easier option and build the site using something like a website that allows you to build websites. but if you are looking to build it from the ground up by yourself you will need to learn those 3 web scripting languages
#3. Posted:
BurnedDesigns
  • New Member
Status: Offline
Joined: Dec 21, 201211Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Dec 21, 201211Year Member
Posts: 13
Reputation Power: 0
A basic contact form can consist of just html and css i can make you one just message me on skype BurnedDesigns and As for AxG you dont need php for a mailto code
#4. Posted:
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
Status: Offline
Joined: Jun 19, 201112Year Member
Posts: 1,148
Reputation Power: 52
I was more thinking of other things that are probably going to be added to the website
#5. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Never use HTML and/or Javascript to send an email. Both are client-side languages and can easily be manipulated by users. Rely on HTML only and you will risk people using your website to spam you or other people on your behalf.

Use HTML and CSS to create a basic form, and submit the input data to a PHP script. Let PHP handle the validation, filtering and sending of the email. No need to reinvent the wheel either; search Google for a PHP email script and you'll find loads.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.