Hi,
I try to create a consistent experience in a form.
Have multi-steps with checkbox and radio in it.
with checkbox there is NO Validation-Message shown like in the radios.
With same Settings
General :
- required: true
- required count: 2
VALIDATION:
- Live Validation: true
- Show Validation Message: true
When the validation «required» is NOT fulfilled, In Radio-Wrapper there is added the class «brf-invalid» to the brxe-brf-pro-forms-field-radio-wrapper and also a brf-validation-message attached.
BUT in the the checkbox-wrapper also validation «required» is NOT fulfilled there is NO class «brf-invalid» and NO brf-validation-message attached.
The attribute «data-validation» has the same value (expect the different message).
There is only the “browser-default-information”:
«Klicke dieses Kästchen an, wenn du fortfahren möchtest.»
I would like to create a consistent User-experience and for this, I would like to have also in checkbox Validation-fail the red-border and the Message set in VALIDATION > Validation Rules > Required > Validation Message.
Questions:
-
How does I have to use the Validation > Required for chebox-wrapper so the Validation Message will shown instead of the default Browser-info?
-
Is this a bug?
Have tried different approaches and searched in documentation, forum and google, but can not figure out, what could be the problem.
Sugestion:
- Is there maybe missing a preventDefault(); in the code for «Next Step»- «Previous Step»-Elements, if for radio there is set a Validation “required”, with Live-Validation and Validation Message?
If this should be not a bug and it would generally not possible, a note in the documentation would helpfull.