Hi all, is there any method to add a checkbox in signup form?
r
rp_st
10/14/2022, 9:26 AM
hey @nox
rp_st
10/14/2022, 9:26 AM
not at the moment
rp_st
10/14/2022, 9:26 AM
you could override the sign up form and make your own
rp_st
10/14/2022, 9:26 AM
or then ask for more detials of the user post sign up
rp_st
10/14/2022, 9:27 AM
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