Form fields in widget don't cast to boolean #7049
Answered
by
edalzell
notflip
asked this question in
Troubleshooting
-
I'm using a radio button in my form, to capture someone attending/not attending. As values I entered true/false for this. In the dashboard I'm using a widget (set in cp.php), with the following data
As you can see in the screenshot this is not being casted.
|
Beta Was this translation helpful? Give feedback.
Answered by
edalzell
Nov 16, 2022
Replies: 1 comment 1 reply
-
maybe try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
notflip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maybe try
'true'
and'false'
?