Custom Field Integration

I'm currently using PHPBB3 as my forum system,

I run a minecraft server where when you sign up it asks for a Field called "Minecraft Username" during registering. Once the user has registered they can click UPGRADE! once that is clicked they have a a button that says upgrade to member, when that is clicked we use JSONAPI to upgrade them.

I was wondering on XenForo is there a way so that on the page i can get the custom fields data and when sending the PHP Code it sends the username.

Thanks,
Harry
 
To answer your question in its most simple form: Yes, it is possible to have custom user fields and also it's possible to display that to a user who is registering.

If you check out the registration process over at our site, http://www.valvetime.net/register you will see that you're asked for your Steam ID and your preference of the width of the style.

I'm sure with some sort of add on it would be entirely possible to do what you want.
 
Top Bottom