" class="m-signature-pad"> form["Form"]["extras"]["fields"][_XNX_]["width"]; ?>" height="form["Form"]["extras"]["fields"][_XNX_]["height"]; ?>"> form["Form"]["extras"]["fields"][_XNX_]["clear_text"]; ?> form["Form"]["extras"]["fields"][_XNX_]["field_name"]; ?>" value="" /> Any idea ?Regards,"> Signature pad Widget added by default to all forms - Forums

Forums

Signature pad Widget added by default to all forms

Rezopole 14 Jun, 2017
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,
GreyHead 14 Jun, 2017
Hi Rezopole ,

No idea at all - I've never seen this reported before, or anything similar to this.

You do appear to have a fairly old version of ChronoForms v5, updating that might solve the problem.

Bob
Rezopole 20 Jun, 2017
Hi,

Thank you for your prompt answer. Eventually we updated the full stack: it seems this corrected the issue since I fo not have anymore rogue codes. I will also try v6 in the future.

Regards,
This topic is locked and no more replies can be posted.