I have created two radio button with value Yes and No, when i check any of this its not going to next page its says please enter a value.Please give me a solution.
If you can get away with a drop down this will work. You can just switch the question type you don't need to re create the question. It is only a work around.
On this issue, are you using the bootstrap3-horizontal theme for the form.
On further investigation the issue is the template (FieldType.RadioButtonList.cshtml) in the Fieldtypes folder for the bootstrap3-horizontal theme. If you use the default Radio Button template the form works ok.
The fix I have found for this if you are using the "bootstrap3-horizontal" theme, is to add the missing class back into the FieldType.RadioButtonList.cshtml template in:-
Radio button mandatory not working
I have created two radio button with value Yes and No, when i check any of this its not going to next page its says please enter a value.Please give me a solution.
I have same problem any help ?
I have had the same issue...
https://our.umbraco.org/forum/umbraco-forms/89010-auto-population-of-form-title-in-emails-and-single-choice-mandatory-check-fails#comment-89010
If you can get away with a drop down this will work. You can just switch the question type you don't need to re create the question. It is only a work around.
Sorry.
On this issue, are you using the bootstrap3-horizontal theme for the form.
On further investigation the issue is the template (FieldType.RadioButtonList.cshtml) in the Fieldtypes folder for the bootstrap3-horizontal theme. If you use the default Radio Button template the form works ok.
The fix I have found for this if you are using the "bootstrap3-horizontal" theme, is to add the missing class back into the FieldType.RadioButtonList.cshtml template in:-
Views\partials\forms\themes\bootstrap3-horizontal\fieldtypes\
should be
This will allow the validation to work correctly.
I hope this helps someone.
is working on a reply...