Use a hidden Ratio for your option .. and use trigger click in JavaScript
$('.option_one_div').click(function(){
$('.option_one_Ratio').trigger('click');
});
and then check for Ratio checked in your form when submit
3
solved A PHP selection based on forms [closed]