Screen: Email Registration
Last Revision: October 8, 2004
Overview
This screen allows you to have your users submit registration information to you during the installation process. The information will be submitted to a PHP script (provided below) which will in turn email the information to you. This screen can easily be modified to include more information, perform data validation, etc. The PHP script can also be easily modified to store the informaiton in a database, etc. As well as being useful in your projects, this screen will also teach you how to:
- Use the HTTP.Submit action
- Use the Edit Fields screen
- Work with strings
Author Information
This screen was created for use by registered owners of Setup Factory 7.0 by Brett Kapilik. Indigo Rose Corporation does not provide support for any 3rd party screens or addons.
Installation Instructions
To make this screen available to your Setup Factory 7.0 projects, follow the steps below:
- Close Setup Factory 7.0, if it is running.
- Browse to the folder where Setup Factory 7.0 is installed on your system. By default it is C:\Program Files\Setup Factory 7.0.
- Locate the "Screens" folder.
- Unzip the contents of Email_Registration.zip (see bottom of article) into the Setup Factory 7.0 Screens folder, making sure you preserve the folder structure.
- Restart Setup Factory 7.0.
- Unzip the file suf7_reg.php from suf7_reg.zip and upload to your Web site.
- To use this new screen in your project, select Project > Screens from the main menu and click the Before Installing or After Installing tab. Click the Add button and select "Email Registration" from the screen gallery.
- After you have added the screen to your project, edit the On Next event and fill in the appropriate variables.
You should now be able to build and test the screen.
Screen Name: Email Registration
Type: Setup Factory 7.0 Screen
Created By: Brett Kapilik
Comments? Please post them here.

Reply With Quote
