Community Support Forums — WordPress® ( Users Helping Users ) — 2010-09-07T20:21:44-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=594 2010-09-07T20:21:44-05:00 http://www.primothemes.com/forums/viewtopic.php?t=594&p=3006#p3006 <![CDATA[Re: Using another form to pass registration data]]> Hi Derek. Thanks for your inquiry.

There really isn't much to it.
You just create a form that submits POST variables to:
/wp-login.php?action=register

You can use your own existing form located at:
/wp-login.php?action=register
as a reference model if you like.

You may also want to have a look at this thread;
which covers some advanced topics:
viewtopic.php?f=4&t=657

Statistics: Posted by Jason Caldwell — September 7th, 2010, 8:21 pm


]]>
2010-09-05T01:58:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=594&p=2918#p2918 <![CDATA[Re: Using another form to pass registration data]]>
Derek

Statistics: Posted by Guest — September 5th, 2010, 1:58 am


]]>
2010-08-27T12:05:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=594&p=2608#p2608 <![CDATA[Re: Using another form to pass registration data]]> I'm very sorry for the delayed response.

OK. This will work.
However, you'll need to prepare your Custom Fields under:
s2Member -> General Options -> Custom Registration Fields

Then, just submit the form to:
/wp-login.php?action=register

Your Custom Fields MUST be submitted with these variable names.
$_POST["ws_plugin__s2member_custom_reg_field_".$field_var]

If your Custom Field is:
Company Name

the field var is:
company_name
( e.g. $_POST["ws_plugin__s2member_custom_reg_field_company_name"] )

s2Member replaces all spaces with underscores.

Statistics: Posted by Jason Caldwell — August 27th, 2010, 12:05 pm


]]>
2010-08-18T22:24:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=594&p=2478#p2478 <![CDATA[Using another form to pass registration data]]>
How do I set it up to pass the data to the s2Member registration?

Statistics: Posted by ericrasch — August 18th, 2010, 10:24 pm


]]>