• Hey All:

    I am using Registration Plus Plugin. But I want to be able to pass a query string of parameters and let my fields be pre-populated by them. Does anyone know I could go about doing this?

    For More Clarification I should be able to put in a URL like the following and it should fill my fields:

    https://gutrg.org/wordpress/wp-login.php?action=register&[email protected]&FirstName=test&LastName=test&Title=Dr.&PositionTitle=test&Organization=test&OrgType=NCI&Department=test&Street=test&City=test&addressstate=MD&Zipcode=21701&Country=USA&Phone=703&fax=703

    Thanks for your help guys.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter shahrh

    (@shahrh)

    I’m sure someone has done this?

    I’ll see if I can add support for this in the next release. It should be fairly simple.

    Support for this is now added. I forgot to include documentation of this in v3.0 so here are the queries available:

    &user_login=UserName
    &[email protected]
    &firstname=Firstname
    &lastname=Lastname
    &website=www.website.com
    &aim=aolname
    &yahoo=yahooname
    &jabber=jabbergtalkname
    &about=aboutme
    &code=invitecode

    For any custom fields use your label lowercase with underscores instead of spaces. For example if your custom field was called “Middle Name” your query would be &middle_name=Middle

    I think that should cover everything. Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Passing a Query String to Registration Fields’ is closed to new replies.