How would I populate buddypress registration fields?
-
I have a “Referred By” custom field set up within BuddyPress and I want to do something like this:
http://www.mysite.com/register?ref=facebook
“
And then just echo $ref as the value of the “Referred By”. How would I go about this?
____________
[Update]
I tried this but it’s putting the text field name as the value of the text box and above the text box as well.
`<input type="text" name="” id=”” value=”” />`
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How would I populate buddypress registration fields?’ is closed to new replies.