Building a Homepage for WFMs
1. Create a new WFM form
2. Add a Radio box, label it "Please select which Form you are trying to access", and name it "choice"
3. Add a text box, label it URL, and name it url. Save your progress
4. Go to "Rules", create a new rule, select "Rule" Code", and select "Edit Code"
5. Create rules with a script to link the radio section to the appropriate link. You will create the noted script for every option in the text box. The only items that need to be changed from the script is: the choice.value and url.value

" var event=form.load; "
if (choice.value==='Left Side of Radio Button Goes Here')
{
}
6. Go to Settings>Form Actions>Forward users to a web page of your choice and enter the following in the "URL" section:
{url!encode=false}
*take a smoke break
Related Articles
How to change from SOTI MDM to Samsung Knox Manage
Before you can setup a device in Knox Manage, you must first factory reset the device. In order to that you must remove the SOTI MDM software/license Remove SOTI License 1. Send an email to service-request@e2cc.com and request removal of the SOTI ...
Adding user to TFW database
To add a user to the TFW database, you will first need to open up SQL. Once this is complete, you will see this homepage: Select "Databases" and then click on "Security and open the "Logins" folder as shown below: You will need to right click on ...