Details
The first column show the exact form on the tevalabit page.
Validation appears to be working, but we cannot identify what is causing it to fail on the tevalabit page.
-
Options aren't visible on the page
The select fields have to <option/> tags. Required to show options.
-
Disappearing Error Message on Invalid Submit
The same form works here, and it doesn't submit due to being invalid.
-
Disappearing Checkbox on Invalid Submit
The same form works here. Checkbox stays visible when invalid and submitted.
We believe the branching container implements fields based on contextual form field logic. If so, the implementation is missing the div.collapse wrapper.
-
Content-fed password pattern preventing submit
This is implemented and beyond our control.
-
Incorrect use of grid.
The form makes use of grid classes on the .form-group elements, but without being wrapped in the required grid container (.vi-grid > .vi-grid-row).
We added an example of how to correctly implement the grid in the second column.
-
Pattern matching.
We do not know if the pattern matching is used for the password, but we added an example in the second column.