Add and configure Matrix Input Element in WPEForm

Group of text or textarea in a tabular format. Useful to take feedback of related topics.

ADDING ROWS AND COLUMNS

Row Column Screenshot
Row Column Screenshot

Rows and columns can be added through their respective tabs. For every column you can set its width too.

CHOOSING SINGLELINE OR MULTILINE

Interface Screenshot
Interface Screenshot

From INTERFACE you can set whether the input would be singleline or multiline. You can also change the style of the table and heading width from the same tab.

DEFAULT VALUE

Attributes Screenshot
Attributes Screenshot

You can set the default value through ATTRIBUTES > Default value UI. Prefil is not available for matrix choice element.

SCORE

Score will be calculated per the given option in the UI. Following comparisons are accepted.

EQUALS TO

If an exact match with the user input for all cells.

CONTAINING

If user selected value contains the given value. A row can have extra values across the cells, but those which are given, must be contained in user input.

For example the following tables will match

SCORE VALUE

-Column 1Column 2Column 3
Row 1correctincorrect
Row 2not applicable

USER INPUT

-Column 1Column 2Column 3
Row 1this is correctseems incorrectcould be wrong
Row 2this is not applicable

because

  • Row 1/Column1: User input "this is correct" contains score value "correct".
  • Row 1/Column2: User input "seems incorrect" contains score value "incorrect".
  • Row 1/Column3: Score value is empty.
  • Row 2/Column1: User input "this is not applicable" contains score value "not applicable".
  • Row 2/Column2: Score value is empty.
  • Row 2/Column3: Score value is empty.

NUMERIC VALUE

A sum of the numeric value of user input across all the cells. If user enters something which is not numeric, then it is considered 0.

CONDITIONAL EVENT

LENGTH BASED

Total number of cells filled by the user (i.e, not containing empty string).

VALUE BASED

Set the matrix value in the given UI. Following comparisons are accepted, just like score.

  • EQUALS TO - If an exact match.
  • CONTAINING - If user selected value contains the given value. A row can have extra values across the cells, but those which are given, must be contained in user input.