I would like to add a small form, to be filled out by the user at time of program installation, using Inno Setup. The form then needs to be emailed back to me and a pre-defined email address.
The form needs in few fields like;
- User Name
- Address
- Phone # etc.
Once I have an example, I would hopefully be able to refine the fields I am looking for.
Any help with this would be appreciated, other wise I am very happy with the performance of Inno Setup, and have been able to perform all other tasks.
For the data capture, you can call the CreateInputQueryPage function to create a new page inside the wizard.
The page is specialized in get input in form of edits.
Example:
For the email part, since Inno Setup lacks of send e-mail support, my advise is