Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,833
- How-to & Troubleshooting
- 129,809
- Creating & Extending
- 25,872
- Requests & Feedback
- 9,510
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,382
- Miscellaneous
- 9,177
-
Oh, forgot something. You also need to add
do_action( 'bp_NAME_OF_FIELD_IN_TEMPLATE_errors' );
where you want the error message to appear in your register.php file.