<param name="validation" control="list" label="Validation" default='' valueType='string' translate='0'> <option value='NoValidation'>No validation</option> <option value='Email'>E-mail</option> <!-- Your new validation rule --> <option value='ValidationRule'>Your Validation Rule</option> <option value='Other'>Other (Specify)</option> </param>
Note that the file name in the “1st step” MUST match the 'value property' in the “option” tag “3rd step” ( Case sensitive )
The new validation rule should be visible now in the validation list in the WYSIWYG Form editor screen.
<param name="commonList" label="Common List" control="list" default='Manual' valueType='string' translate='0'> <option value='Manual'>Manual</option> <!-- Your custom list --> <option value='newlist'>Your New List</option> <option value='states'>US States</option> <option value='countries'>Countries</option> </param>
Note that the file name in the “1st step” MUST match the 'value property' in the “option” tag “3rd step” ( Case sensitive )
You should now be able to use your custom list in the WYSIWYG Form editor screen.