MyBB Community Forums

Full Version: How do i add a field to registration?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i want to add a field into the registration page and make it required. Any ideas?
ACP >> Configuration >> Custom Profile Fields >> Add New Profile Field

Make sure Required? is set to Yes and it will appear on the registration page.
Thank you! Is there a code that links to that field. In example. {username} represents the users username. What would it be for the custom profile field?
That depends how you want to use it.

If you want to show it in the postbit you'd use {$post['fidX']} where X is the actual profile field ID.
Thank you Big Grin