It seems that it constantly shows me an error message as data will not be correct.
I kindly ask you to send me instructions how o fix this issue.
I have put the following into FORM:
<td class="text_form1"><input name="vatidcon" type="radio" value="1" checked="checked" /></td>
<td class="text_form1"><input name="vatidcon" type="radio" value="0" /></td>
and above into validator:
$example->add_text_field("VATID", $_POST['vatidcon'], "radio", "y");
Why it shows and error that input is not valid?
I noticed there are tow possibilities: checkbox and radio button.
I kindly ask you to help me soon as possible.