Can I let user register in my application

Which form can I use so that I can let users get registered in my site.
thanks

Re: Can I let user register in my application

Create your own control form … you will have to configure it to accept input and validate, then redirect.

Regards,
Scott.

Re: Can I let user register in my application

Generate the standard security apps and tables (search webhelp for “security”). There’s no register module generated however, you have to generate it yourself, a control form as Scott mentioned. Should not be that hard. The table is already part of the security app!