Made as a way to familiarize learners (myself included) to form data handling.
-
Clone the project
git clone https://github.com/AaronMTS/contact-form.git
-
Visit the project's live preview
-
Test the form using dummy data
-
Download XAMPP here and install it to your computer.
-
Transfer the project directory to htdocs.
C:\xampp\htdocs
-
Edit index.html: Remove the form ID and add contact.php as a value to the action attribute
<form action="contact.php" method="post" id="">
-
Open XAMPP and start the server
-
Start Apache
-
In your web browser, go to index.html
localhost/contact-form/index.html
-
Test the form using dummy data
-