For the complete documentation index, see llms.txt. This page is also available as Markdown.

Forms Conditional Logic

Welkin's Form Designer supports conditional logic to show and hide fields on forms. To use this functionality, the sections, questions and answer fields must be added to the form first. Once all of the questions and answer fields have been added, go to the "Conditions" tab within the form configuration to add your show/hide logic.

In the following scenario, I want to show a question "Enter LMP" or "Enter EDD" based on which date type will be used to calculate the gestational age.

Condition logic needed:

If date type = LMP then show "Enter LMP" question

If date type = EDD then show "Enter EDD" question

Steps to configure the conditions for the scenario above:

  1. Go to the "Conditions" tab in the form configuration.

  2. Click "Add Element".

  3. Choose the section of the form where the fields you want to show/hide are located

  4. Choose the field you want

Last updated

Was this helpful?