On a new form I have a simple task. When the user start typing in one field the contents of another fiend should be wiped out.
I made the field a custom code field:
<input id="ExhibitDesiredPrice" class="validate['digit','nospace'] form-control A" title="" maxlength="" name="ExhibitDesiredPrice" size="5" type="text" onkeydown="this.form.ExhibitDesiredNet.value=''" placeholder="If not for sale - enter 0" data-inputmask="" data-load-state="" data-tooltip="" />
Doesn't seem to work. I'm doing the same thing on a manually created non chronoform form - but I'd love to replace it with a chronoform.
Do you see anything I'm doing wrong? Or is there something special I need to do to get it work in chronform 5.
Ken
I made the field a custom code field:
<input id="ExhibitDesiredPrice" class="validate['digit','nospace'] form-control A" title="" maxlength="" name="ExhibitDesiredPrice" size="5" type="text" onkeydown="this.form.ExhibitDesiredNet.value=''" placeholder="If not for sale - enter 0" data-inputmask="" data-load-state="" data-tooltip="" />
Doesn't seem to work. I'm doing the same thing on a manually created non chronoform form - but I'd love to replace it with a chronoform.
Do you see anything I'm doing wrong? Or is there something special I need to do to get it work in chronform 5.
Ken