Hi Community.
I am creating an Auth0 form where I am using HTML Block widget to create a custom component with HTML, JS & CSS. Reason for going with custom build is because I need to show hide a text field which takes a number from user based on the radio button. I also have other fields like firstname, lastname, DOB etc. When that form is submitted in the network call, I can see other fields created using OOTB widget are part of payload. But my custom text field accepting number is not submitted and hence the next step (Auth0 Flow) where I validate that number via an API call doesn’t receive the number user inserted in the form.