[quote:2ll6paml]I need the user to send an email containing some form fields when he creates a new record.
The user can choose to send or not send the email and the fields contained in that email[/quote:2ll6paml]
Well - the way you stated the problem indicates, that you don't really have an understanding of how applications work. Why "when creates new record"? What does it have to do with the concept at all? You either have a field or not. It exists when you create new record, view or or delete.
First of all - if you want to send an e-mail you need to have e-mail address. Which means that you are dealing with a CRM Contact or CRM Company.
"Some fields" - is a very descriptive explanation, thank you very much 😃
So do you want every single contact in the database to have these "some fields" or not?
If your answer is yes - then create new page split add as many fields as you want and you are done. Then write a custom module to send an e-mail with data from these fields.
If your answer is no - then create new module/recordset and store your data there.