I am working on a new user account request form. I got the html form worked out already. Each time a submit button is pressed, it sent me an email with the info on the form. I have a couple of questions.
1. There are checkboxes that user can checked for access request. I only want those that are checked to be included in the form that is sent to me.
2. How do I get the info sent to be converted to a form format like the html form. if anyone want to take a look at the source code to get a better understanding of what I meant, please let me know.
Thank you.
1. There are checkboxes that user can checked for access request. I only want those that are checked to be included in the form that is sent to me.
2. How do I get the info sent to be converted to a form format like the html form. if anyone want to take a look at the source code to get a better understanding of what I meant, please let me know.
Thank you.