Hi all, is there any method to add a checkbox in s...
# support-questions-legacy
n
Hi all, is there any method to add a checkbox in signup form?
r
hey @nox
not at the moment
you could override the sign up form and make your own
or then ask for more detials of the user post sign up
if you want a checkbox like "I agree to XYZ", then you can add something like that to the end of the form by overriding the react component. And then also override the sign up function to check if it's checked and only proceed if it is
n
ok ty