I am creating a disclaimer form where once the user checks a few boxes and hits submit, a new joomla user is created and the user automatically logged in. They are then able to view some information on the website that was previously hidden. The problem I am running into is with joomlas restrictions on a unique email address for each user. Can I create a dynamic email address in the hidden field of my form so that each time it is submitted, the user account that gets created is with an incremented email address. Something like the first user would be [email]user@domain.com[/email], second user would be [email]user2@domain.com[/email], third user [email]user3@domain.com[/email], etc.
This topic is locked and no more replies can be posted.