How do we put a contact form on a plain-vanilla web page?
We'd like to put a conventional "Contact Us" form on an ordinary web page. No WordPress or other framework; just ordinary HTML5 and PHP. Is there a resource here which explains how to accomplish this? Thanks.
How would you rate the customer service you received?
Satisfaction mark by 1 5 years ago
Add a comment about quality of support you received (optional):
Thanks for checking in with us!
So, the downside of building everything from scratch is that there is no simple answer for questions like this. With WordPress, it's easy to recommend a reliable form plugin. When you're building from scratch, you're going to have a lot of considerations to factor in. How are you validating input? Which PHP function are you going to use to send the data?
All that said, we do have a tutorial to help you get started on making a PHP form! Just keep in mind that this is a starting point and, once you have an idea of what you're doing, you will want to adjust things to suit your specific site needs.