Matrix Version: 5.5.6.4
Trying to use custom markup alongside a Custom Form - and losing the contents of inputs on a submit that has the form indicate errors.
Can anyone provide guidance on which parts of the base squiz markup e.g. the following I need to replicate in my custom markup
<div class="sq-form-question sq-form-question-text " id="sq_form_field_wrapper_q712853_q1">
<label class="sq-form-question-title" for="q712853_q1">First name</label>
<div class="sq-form-question-answer"><input type="text" name="q712853:q1" value="" size="30" maxlength="300" id="q712853_q1" class="sq-form-field" /></div>
</div>