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

  1. Double-click a control such as a textbox control to open the Control settings.
  2. Change the default value to Specify default value.
  3. Click the Insert Reference icon for the Default value box.
  4. Click the Inline Functions tab, and find the name of your function, such as PigLatin.
  5. Add a valid input parameter to the function in the Dynamic text to insert box, such as: fn-PigLatin(string).
  6. Click OK.
  7. Preview the form to verify that the function has worked. In this example, that fn-PigLatin(string) translated to the string to "tringsay."

Related information

Nintex Forms 2013 SDK Samples

PowerShell Reference