Sometimes, you may find that you want to add or remove fields from the registration form based on the page you are on. This may be the case if you set up different registration pages, or you might want to have a specific registration page with certain fields and the automatic forms that show on blocked content have different fields. There are many ways to approach it, but ultimately, it is very simple to add or remove fields from the form with the wpmem_fields
filter.
wpmem_fields
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.
Continue Reading →