New to Power pages and javascript
My goal is to set the date of birth field as required unless the DOB unknown field is set to No. I can't seem to get PPages to recognize the value selected of the radio set. Here is what I found through inspect
How do I return the value of the selected radio button
$('#fieldlogicalschemaname').is(':checked')); or $("#fieldlogicalschemaname").find("input[type='radio']:checked").val();
WarrenBelz
146,745
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,091
Most Valuable Professional