I'd like to write a form with a radio button that opens an optionnal input text field.
e.g. radio button : Do you have a wife/husband ? If the user says yes input fields dd, mm and yyyy appear (for wife/husband birthday day month and year) and correct values must be written for the form to be submitted (01 plus 12 plus 1978 are accepted but not 1a plus yy plus 1945).
If the user answers no at the question then this fields have no reason to appear (no wife/husband therefore no wife/husband birthday) and their default value dd, mm, yyyy are transmitted.
I know how to make a div visible with the style property on the onclick event of the radio button but I have no idea of how to make the input fields compulsory for the yes answer and optionnal for the no answer (actually not visible and the default values are going to be transmitted)