Multiple choice technology programming languages

Your form module's Validation Unit property is set to Form. The module includes a data block that has a PRE-TEXT-ITEM trigger. At what point will the trigger fire?

  1. Never

  2. When data is committed

  3. Before the form is validated

  4. After the form is validated

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When Validation Unit is Form, item-level validation (and thus PRE-TEXT-ITEM triggers) is bypassed. Validation occurs only at form level (e.g., on commit), so PRE-TEXT-ITEM never fires.