Multi page join

Hi everybody,

I apologize in advance if this information is already on this forum but I couldn't find it.

How can I build a multi-page join process?

Is possible to create a conditional join too?

For example redirecting users who give certain answers to some questions toward external web sites.

Or maybe preventing access to some users that respond incorrectly to some questions.

 

Thanks

Quote · 14 Apr 2011

You can create a multi-page join form from Administration > Builders > Profile Fields > Join Form. You can either add or edit a currently active block, which will bring up a page with several options, including the ability to specify which page of the join form the fields under it will appear on. I'm not sure about your second question, but you can set fields to check for and only accept certain information.

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

Ahaaaaaaa  T-H-A-N-K Y-O-U !!!

I really think I'm almost blind but that micro- "join page"-dropdown in the block definition is veeery hard to find...

Ok, first issue solved.

Now: to obtain a redirect during join procedure I figured to read the $_POST['my_field'] variable in join.php but it seems there is no effect.
Something like this:

if(isset($_POST['my_field'])){
if($_POST['my_field'] == 'No'){
header("location:http://www.externalsite.net");
exit;
}
}

I'm in the right direction or I'm totally wrong?

 

Thanks again

Quote · 14 Apr 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.