Tag: wpmem_register_form
-
Move form label for checkboxes with a filter
Suppose you want to move the text label for a checkbox the default layout of the registration form. You would like to move it to be to the right of the checkbox. How can that be done? The WP-Members registration form has a basic default layout. This is necessary for it to be functional in…
-
Workaround for registration form layout issues
In some cases, you may find some strange wrapping with the default WP-Members registration form. While the best solution is to customize the CSS with a custom stylesheet for your site, there is also a quick workaround that can be applied.
-
Adding user display name to the registration form
WordPress does not allow for users to change their username, so neither does WP-Members. However, it does allow for the use of “display name” which is the name that is displayed on the site when showing users’ names. The default install of WP-Members does not make use of display name. In fact, by default, it…
-
Add section headings to the registration form
In cases where you have a long registration form, you may want to add section headings to the form for an easier user experience. This post will give you a simple example to add headings to your form. For this example, we will be using the default values that install with the plugin and be adding an…
-
Show optional form fields only on user update
Suppose you have some additional form fields that are not required for registration and you don’t want to show those as part of the registration process; but you would like them to be included when a user updates their registration info. Here is an elegant way of doing that without resorting so hiding the fields…