You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output looks like this:
{'Check Box1': '', 'Check Box4': 'Yes', 'CB-1-1': 'On', 'CB-1-2': '', 'CB-1-3': '', 'CB-1-4': '', 'CB-1-5': 'On', 'Agency Case Number': 'asdasd', 'Lender Case Number': 'sadsadsa'}
I do not want the keys like 'CB-1-1' instead it should give me its lable like for which check box is being maked as yes or empty.
Is there a way to do this?
The text was updated successfully, but these errors were encountered:
I have a form in which there are some checkboxes. I am reading field names. All names are correctly retrieved except for the check boxes.
Here is the code.
The output looks like this:
{'Check Box1': '', 'Check Box4': 'Yes', 'CB-1-1': 'On', 'CB-1-2': '', 'CB-1-3': '', 'CB-1-4': '', 'CB-1-5': 'On', 'Agency Case Number': 'asdasd', 'Lender Case Number': 'sadsadsa'}
I do not want the keys like 'CB-1-1' instead it should give me its lable like for which check box is being maked as yes or empty.
Is there a way to do this?
The text was updated successfully, but these errors were encountered: