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.
@rbAuth0,
Were you able to find any workaround for this issue?
I’m working with a fully custom form built using an HTML block (not the built-in components), and I’m running into the same problem. If you managed to handle the submission, could you share how you approached it?
Also, did you figure out how to access the var, fields, context, or actions variables within the <script> block?