Hello Community Experts,
How to save the radio button value to sharepoint list
Kindly guide,
Best Regards
Sumaira

Hello Community Experts,
How to save the radio button value to sharepoint list
Kindly guide,
Best Regards
Sumaira
Hi @Sumaira ,
A radio button "Items" property can be referred to as (I will use Radio1 as the control name) as
Radio1.Selected.Value
This would normally be the Update property of the card in which they are contained.
How are you exactly wanting to save this to SharePoint as the normal SubmitForm process would do this.