First post and glad to be here!
I am doing a project for college. I am stuck on a certain page though and hope you guys/ladies can help.
I have made a form that a user can enter there name(txtName), preferred user name(txtUserName), and preferred password(txtPassword). Also I made a table with several rows and two columns. On the left side there are several institutions and on the right column a drop down list for each institution where the user can select whether they would like to be able to view the specific instition or update information. At the end of the form is a submit button.
Here is the question...When the user clicks submit I want the textbox information entered and any selections made in the ddl's to be emailed to the siteadmin(for example: siteadmin@admin.com). I cannot find anything on the web about how to code that submit button to do something like this and the jargon in the textbook doesn't go this in depth. Any help with the code here would be appreciated!
This is a giant project with several databases, log in page, and all that good stuff and of course I get stuck on this supposedly easy page :(
Thanks