I am looking for a little help. I am using the latest version of LimeSurvey - version 2.5+. I have a "Multiple numerical input" question for which I have assigned a default value of 0. To make the end user experience better, I'd like to also include within the below <input *> the parameter of onclick="this.value='' " ... this will remove the need to delete the zero prior to entering a value within the field.
<input class="text form-control numeric em_sq_validation good" name="899495X11X223SQ005" id="answer899495X11X223SQ005" value="0" onkeyup="fixnum_checkconditions(this.value, this.name, this.type, 'onchange',1)" title="Only numbers may be entered in this field." maxlength="25" type="text">