website with custom registration form
Permalink
I have a website to build and as usual it is needed in a few days, it is a members only site with a few particular features that after a few days of looking at the forums I can't seem to find the answer to:
1. Registration form to be shown on the home page - I have used the login block to show the login stuff on the home page, but need the registration form there as well.
2. Registration form is to have check boxes for the user to pick favourite activities - I have had a look at the custom user attribute for checkbox but I need two groups of these instead of just a list of checkboxes and values
3. Admin to be emailed when new user registers - think I found the solution to this on the forum
4. New user to be emailed their details when they are activated.
I would really appreciate any help.
Many Thanks
Steve
1. Registration form to be shown on the home page - I have used the login block to show the login stuff on the home page, but need the registration form there as well.
2. Registration form is to have check boxes for the user to pick favourite activities - I have had a look at the custom user attribute for checkbox but I need two groups of these instead of just a list of checkboxes and values
3. Admin to be emailed when new user registers - think I found the solution to this on the forum
4. New user to be emailed their details when they are activated.
I would really appreciate any help.
Many Thanks
Steve
Typical, the client has made another request, they are asking for the form to check the email address and if it contains for example gmail, hotmail, yahoo.co.uk then it should warn the user that these can't be used?
Is this even possible?
Steve
Is this even possible?
Steve
Hi,
you can check email by using javascript.
By using events like onclick, onblur, onsubmit etc.
And for registration block, you can duplicate the concrete/single_pages/register.php and concrete/controllers/register.php
and by using this two files create you own registration block.
you can check email by using javascript.
By using events like onclick, onblur, onsubmit etc.
And for registration block, you can duplicate the concrete/single_pages/register.php and concrete/controllers/register.php
and by using this two files create you own registration block.
Thanks for the reply,
I will have to dust off my knowledge of javascript...
Is it as simple as just putting those two files in a folder in the block directory?
Steve
I will have to dust off my knowledge of javascript...
Is it as simple as just putting those two files in a folder in the block directory?
Steve
Any help on the others would be great.
Steve