i2-Services, Inc. Forums

Full Version: How To Tip: Additional registration pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings,

For those of you who would like to create a second or however many of different registration pages you can do the following:

(1) Duplicate /interface/register.php

Example: /interface/register2.php

(2) To call the new registration page use URL to register.php?x=register2

Example: http://www.your-domain.com/mm2/register.php?x=register2

(3) In /interface/register2.php add to the form action line: ?x=register2

Example:
Code:
<form action="{$SCRIPT_NAME}?x=register2" method="Post">

Thats it!
ok it's enough to modify the file called admin_list.php and include the custom fields..

this script is really good (if only one could have the source code to cutomize it a little more would be perfect)
This post is in a different post then your original but glad you got the custom fields in the admin.
i2-Services, Inc. Wrote:Greetings,

For those of you who would like to create a second or however many of different registration pages you can do the following:

(1) Duplicate /interface/register.php

Example: /interface/register2.php

(2) To call the new registration page use URL to register.php?x=register2

Example: http://www.your-domain.com/mm2/register.php?x=register2

(3) In /interface/register2.php add to the form action line: ?x=register2

Example:
Code:
<form action="{$SCRIPT_NAME}?x=register2" method="Post">

Thats it!

Is there a way to do the same thing with the registered.php? That is after registration you get redirected to the Thanks for Registering! page - registered page. I do not want to modify the registered.php but create a copy and do the exact same thing.

Thank you
Would involve custom modifications to get this working as the registration page handles it currently.
Reference URL's