Passing Default Value to Checkbox So Its Checked When Displayed
If you create a single checkbox field on a Contour form and want it checked by default, there does not seem to be a way to do this. I tried "1" and "true" and the checkbox still displays as empty.
Is there a way to do this or would this be a feature request.
If the goal is to check a checkbox on the intended (save as) Umbraco document this works, but only if you make this a hidden field and use 1 or 0. There is no way to use a check box field to check a box by default in the form itself.
Passing Default Value to Checkbox So Its Checked When Displayed
If you create a single checkbox field on a Contour form and want it checked by default, there does not seem to be a way to do this. I tried "1" and "true" and the checkbox still displays as empty.
Is there a way to do this or would this be a feature request.
I'm not that much into Contour but I guess you have to make a if statement to check on that inside the macro where you output your form.
This is part of the main UI for editors in Contour. You should be able to specify a default value that will check the box w/out programming.
@Tim G. Where are you? Have you checked out? This is my 5th post w/no response.
If the goal is to check a checkbox on the intended (save as) Umbraco document this works, but only if you make this a hidden field and use 1 or 0. There is no way to use a check box field to check a box by default in the form itself.
Set default value to true works in Umbraco Forms on Umbraco v7.2.4...
is working on a reply...