What's new

Web How can I make an feedback form for my website?

  • Thread starter Zoid in Code
  • Start date
  • Views 314
Z

Zoid in Code

Enthusiast
Messages
447
Reaction score
49
Points
85
Sin$
0
An example would be appreciated alot. Would it be in php?

Thanks
 
Im4eversmart

Im4eversmart

The hacks are real
Glitcher Modder Programmer
Messages
2,156
Reaction score
1,903
Points
455
Sin$
7
Put your email in the footer for people to submit feedback.
 
Chris7S

Chris7S

Nerd by definition, programmer by trade
Grammar Nazi Chatty Kathy Seasoned Veteran
Messages
1,506
Reaction score
490
Points
515
Sin$
7
An example would be appreciated alot. Would it be in php?

Thanks
It seems like you are asking people to create this site piece by piece for you from the other threads posted. I would recommend looking into W3 Schools and learning some more about HTML5, CSS3, Javascript and PHP. I would look into Javascript for the form validation and then PHP to handle the work if you want the server to handle the submission of the form (which for a simple form I would not recommend). You can do as Im4eversmart Im4eversmart mentioned and just have an anchor tag in the footer or around the button in a form like so:

Code:
<a href="mailto:[email protected]"></a>
 
Top Bottom
Login
Register