Registration Form 12.05.08
Need a registration form for a preschool with the following items:
Page that the end user sees:
- This will be a regular HTML form with the ability to edit the form as needed from year to year.
- When the form is filled out, they are emailed a confirmation that their registration has been submitted and at what time.
On the server side, the form needs to be parsed and the following should happen:
- Form should populate a data file and also emailed to me
- The data file should be able to be accessed from a page that just shows the name and time (down to the minute) the form was submitted. In essence, you would end up with a list of people sorted by the time they submitted their registration. Each name could be clicked on for more detail.
- It would be good to have the data populate an Excel file, but if that would greatly impact the price, I don’t need it.
Want this done in PHP. Also need install instructions.