Hi,
Since we updated both Joomla 3.7.2 and Chronoform 5 (5.0 RC5) the Signature pad widget appears in all the forms. When deleted in Wizard designer mode, it respawns upon saving. The only way to get ride of it is to switch to Code/Form type/Custom code and remove in the code itself.
This is what we remove:
<div class="gcore-line-tr gcore-form-row" id="ftr-fld1"><div class="gcore-line-td" id="ftd-fld1"><label for="fld1" class="gcore-label-left">Please sign</label>
<div class="gcore-display-table gcore-input" id="fin-fld1">
<div id="<?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["wrapper_id"]; ?>" class="m-signature-pad">
<div class="m-signature-pad--body">
<canvas width="<?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["width"]; ?>" height="<?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["height"]; ?>"></canvas>
</div>
<div class="m-signature-pad--footer">
<button type="button" class="button clear" data-action="clear"><?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["clear_text"]; ?></button>
</div>
<input type="hidden" name="<?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["field_name"]; ?>" value="" />
</div>
</div></div></div>
Any idea ?
Regards,
Since we updated both Joomla 3.7.2 and Chronoform 5 (5.0 RC5) the Signature pad widget appears in all the forms. When deleted in Wizard designer mode, it respawns upon saving. The only way to get ride of it is to switch to Code/Form type/Custom code and remove in the code itself.
This is what we remove:
<div class="gcore-line-tr gcore-form-row" id="ftr-fld1"><div class="gcore-line-td" id="ftd-fld1"><label for="fld1" class="gcore-label-left">Please sign</label>
<div class="gcore-display-table gcore-input" id="fin-fld1">
<div id="<?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["wrapper_id"]; ?>" class="m-signature-pad">
<div class="m-signature-pad--body">
<canvas width="<?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["width"]; ?>" height="<?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["height"]; ?>"></canvas>
</div>
<div class="m-signature-pad--footer">
<button type="button" class="button clear" data-action="clear"><?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["clear_text"]; ?></button>
</div>
<input type="hidden" name="<?php echo $form->form["Form"]["extras"]["fields"][_XNX_]["field_name"]; ?>" value="" />
</div>
</div></div></div>
Any idea ?
Regards,