
For instance, if I hit a modify on my webpage where grouping start in their aggregation “name, address, email, etc”, and Submit the form, how am I as the someone of the webpage healthy to admittance the information?

For instance, if I hit a modify on my webpage where grouping start in their aggregation “name, address, email, etc”, and Submit the form, how am I as the someone of the webpage healthy to admittance the information?
The for input is send to the web server at the address specified in the form “action” attribute. The script that would capture that data can either insert it into a database or the script can format that information as an email to be send to the address of your choice.
If you save that info in the databse then you need a script to pull it and display it in a web browser.
you willl need a script to do the job for you. try to find “php mail form” and you will get some free scripts available on the web.
put it up to your webpage, and basically it will allow you to receive the information to a particular email setup in the script.
just so simple