asked on July 8, 2019
•
Show version history
Hi All,
In the field rules I have a drop down and depending on the option this will show a radio button and then depending on the radio button selection this will show a second drop down.
When the form continues to another user. I have used the below to clear the fields however the Radio button and second drop down are not re hidden even though they are clear any help on this please?
$(document).ready(function(){
$('.radio input').prop('checked', false);
$('.NextStep select').val('');
});
Thanks
Mark
0
0