Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


wmstep_2

and the unique identifier for a text form element that is on step 2 is

last_name

then the format for uniquely identifying the form element is

wmstep_2.last_name

There is also a set of special identifiers for parts of a form that are not form elements. These are:


conditionThe result of a condition.
errorsError message(s) returned by the form as the result of invalid input.
messagesMessage(s) returned by the form.
prefillingPrefilling that is used in a form element.
valueA single value taken from a form element.
valuesUse for parts of a form that can contain multiple values.


The above identifiers are built in the same way as for form elements. For example:

...