Closed left23 closed 7 years ago
is the input element necessary? Can it be changed to <span class="label"></span> as are most other jigs modules?
<span class="label"></span>
<input class="text_area" type="text" name="name" id="name" size="12"maxlength="12" value="'. $name[$i] . '" />
not necesary
is the input element necessary? Can it be changed to
<span class="label"></span>
as are most other jigs modules?