Snippet for a simple form example
A simple snippet posted here as a note and for all those who are looking with the form submit example. A very simple example that demontrates on creating a form with a submit and action.
The snippet would get the data submitted by a user using the form and will send an email to the admin.
First let’s create a page with the form ,let’s name it as our index.html.
Continue Reading »