Registration code on sign up

Hi there,

I'd like to add a code to my join form so that only people who have this code can register.

Any one knows if its possible to do? and how to do it.

Thanks.

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 20 Aug 2011

One of Boonex's programmers suggested that I do the following but it didn't work for me and I think I'm missing something here. Can anyone help me do this?

1) Proceed to [admin panel -> builders -> profile fields]

2) Create a text field on join page, giving it any name and caption(question) you want

3) Switch to "Advanced tab", and make that field mandatory

4) In the "Check" section put the following:

return strtolower($arg0) == 'proper answer';
Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 22 Aug 2011

This should work as stated in your post. If you need help with it, PM me admin details.

Quote · 22 Aug 2011

 

This should work as stated in your post. If you need help with it, PM me admin details.

Thanks, but where do I define the code I want to use?

For example, if I want the code to be 98765 where do I define that this is the code?

If I write it in 'caption' it will be visible for everyone and that wont work. Am I right? or am I still missing something?

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 22 Aug 2011

Unless I'm mistaken you should replace 'proper answer' with '98765', right?

 

In other words if you want 98765 to be the answer then add this to "check":

return strtolower($arg0) == '98765';
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 22 Aug 2011

You have the instructions in your second post.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 22 Aug 2011

 

Unless I'm mistaken you should replace 'proper answer' with '98765', right?

 

In other words if you want 98765 to be the answer then add this to "check":

return strtolower($arg0) == '98765';

 ohhh..thank you man!! it works.

I appreciate the help.

Thanks a lot!!!

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 22 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.