Add the Custom Inline Function to a Form
After you have registered your inline function, you can add your function to a form. Verity the function behaves has expected.
To add the line function to a form
- Double-click a control such as a textbox control to open the Control settings.
- Change the default value to Specify default value.
- Click the Insert Reference icon for the Default value box.
- Click the Inline Functions tab, and find the name of your function, such as PigLatin.
- Add a valid input parameter to the function in the Dynamic text to insert box, such as: fn-PigLatin(string).
- Click OK.
- Preview the form to verify that the function has worked. In this example, that fn-PigLatin(string) translated to the string to "tringsay."