Skip to main content

Mobile Form Field IDs for Document Designer

Written by Denisa Arjoca
Updated over 2 months ago

To simplify and easily identify the fields used in the mobile form. The mobile form field ID (FID) can be used when designing the output print document, which makes mapping input easier.

The RW_smk_field which can access the value of any of the form fields has been enhanced:

  • You can use a Field ID (FID) instead of the <section>|<element>|<field> in the parameter.

  • “Label” has been added to the list of alternative fields to return.

For example, RW_smk_field^ConPhase|Label would return the field label from the mobile form for the field with FID of ConPhase.

This is useful for simple forms that do not have repetitive sections

Additionally, there is complex way available which is determined by use of Mobile Form Section element.

Did this answer your question?