I have a form that saves all the fields into a database.
I am trying to find a way to send those fields to an email address (always the same address) automatically as well as the database. Is there a way I can automate this procedure by somehow accessing the database or should I have the fields sent to the email at the time the user submits the fields?
It's basically a student application that I need the student's info to go directly to my admissions department. Currently it just saves in the database and I don't know what to do with it next.