Good morning, I had the following question, can it be done that when a input type="date
"have passed more than 65 years difference between today's date and the one put by the users, a input type="radio"
will be deactivated?
That is, first of all I need to take the value from the "date" field, and then subtract from today's date the date entered, and if it gives more than 65 years apart, that a radio type field is deactivated, Would that be possible?