I’m trying to create new ways of working in my team and I’m trying to implement checkboxes into existing content.
All the standard ways of adding a text box worked in the editing panel, then once saved, the boxes disappeared.
I’ve managed to pull some code from a different type of page that has a check box in and that now shows the checkbox in my content but it’s not clickable!
Very very much a beginner here…
Here’s my code:
I've managed to pull some code from a different type of page that has a check box in and that now shows the checkbox in my content but it's not clickable!
Very very much a beginner here...
Here's my code:
<!--********** GT_WEBCheckBox **********-->
<div class="GTCheckBox PageSetCheckboxGroupCheckBox Confirmation_5621227_666_1_4_10_sc GTNatural " id="f813_Confirmation_5621227_666_1_4_10_sc_envelope">
<input class='GTRCheckbox' type="checkbox" value="The device is in full working order" id="f813_Confirmation_5621227_666_1_4_10_sc" name="f813_Confirmation_5621227_666_1_4_10_sc"checked="checked" tabindex="5" title="" onfocus="gainFocus('f813_Confirmation_5621227_666_1_4_10_sc');" onblur="looseFocus();" onClick="clientAPI.postEvent('f813_Confirmation_5621227_666_1_4_10_sc',1);this.focus()" onkeypress="GrahamTechnology.util.tryConfirm(event, 'f813_Confirmation_5621227_666_1_4_10_sc');"><label for="f813_Confirmation_5621227_666_1_4_10_sc" id="f813_Confirmation_5621227_666_1_4_10_sc_label" style="">The device is in full working order</label>
</div>
<input type="hidden" id="f813_Confirmation_5621227_666_1_4_10_sc_info" value="formID=813,objectID=4,componentType=2" />
<!--********** GT_WEBCheckBox ****END****-->
</div><!--typeofHeight:undefined --><div class="vertical-layout-cell" style='' >
<!--********** GT_WEBCheckBox **********-->
<div class="GTCheckBox PageSetCheckboxGroupCheckBox Confirmation_5621227_666_1_4_11_sc GTNatural " id="f813_Confirmation_5621227_666_1_4_11_sc_envelope">
<input class='GTRCheckbox' type="checkbox" value="The device was purchased less than 37 months ago" id="f813_Confirmation_5621227_666_1_4_11_sc" name="f813_Confirmation_5621227_666_1_4_11_sc"tabindex="6" title="" onfocus="gainFocus('f813_Confirmation_5621227_666_1_4_11_sc');" onblur="looseFocus();" onClick="clientAPI.postEvent('f813_Confirmation_5621227_666_1_4_11_sc',1);this.focus()" onkeypress="GrahamTechnology.util.tryConfirm(event, 'f813_Confirmation_5621227_666_1_4_11_sc');"><label for="f813_Confirmation_5621227_666_1_4_11_sc" id="f813_Confirmation_5621227_666_1_4_11_sc_label" style="">The device was purchased less than 37 months ago</label>
</div>
<input type="hidden" id="f813_Confirmation_5621227_666_1_4_11_sc_info" value="formID=813,objectID=5,componentType=2" />
<!--********** GT_WEBCheckBox ****END****-->
Danni Maisner is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.