Category: Tips and Tricks
-
Add a separator line of text in the registration form (wpmem_register_form_rows version)
Using the wpmem_register_form_rows filter allows you a simple way to add custom fields and text to the WP-Members registration form using the wpmem_array_insert() API function.
-
Request additional fields on user profile
Sometimes, you might want to have a limited set of fields during the registration process, but would still like additional fields available for the user to complete in the user profile. If these are not required fields, the process is relatively simple and can be completed with a single filter function.
-
Customize form fields based on specific page or post criteria
This is a general discussion of how to customize the fields that are displayed in the registration form based on the page or the post that it is being displayed on. There are some more advanced ways to approach this, but for most users, this will be the easiest to implement.