Can you make a form for my page?

Avatar
  • Answered
I need a simple form to have info sent to my email address but I'm having difficulty getting it to work on your server. I don't have experience with CGI. It should look like this: First Name Last Name Phone Check Box 1: Red Maple Acer Check Box 2: Chinese Pistache Check Box 3: Raywood Ash Submit to******@*********.com
Avatar
jamesr

Thank you for your question RONNYSINC!

PHP is a great scripting language that allows many dynamic functions in your site. You can create custom forms, form validation, and email responses using PHP. The following article link will explain the basics in creating an email form that validates the inputs, produces errors when inputs are typed incorrectly, and send an email to you when submitted. Please see the link below.

How to create a custom PHP contact form

We have more tutorials with other methods at the following links.
Using phpMailer to Send Mail through PHP
How to set up FormMail

Hope this helps.
Best Regards,
James R