Need to make a Form which also creates user with automated password
Posted 16 years 9 months ago
I need to create a form with the following fields
Full Name
Email
Product
Description
Then when they submit the form, it sends to an email address (This email address is being protected from spambots. You need JavaScript enabled to view it.), and then creates a user with:
name = full name
username = email
email = email
password = auto generated
I can create the form and send it to the address, but does anyone know how to make it generate the user?