Register Helper allows you to add fields to variety of places within Membership Checkout page using Paid Memberships Pro.
ENHANCEMENT Added logic to load CSS and JS on the checkout and profile pages on the frontend and profile and edit user pages in the dashboard.. 1.3.4.
ENHANCEMENT Added option html attributes to fields that can be used to add arbitrary attributes to the HTML elements e.g set it to => array to set the placeholder attribute.. 1.3.
BUG ENHANCEMENT Now loading the select2 CSS and JS on the frontend to avoid conflicts with other plugins using select2 in the backend..
The depending field will show up if any of the selected values in the multiselect equals the value given e.g. depends =>array ) will show the depending field if category1 is one of the options selected in the #category multiselect field ...5.17.1.
Added displayValue to the field class and using it in displayInProfile method.
When set to true, the field will show up as in Members List CSV export..
displayInProfile method for fields will show dump of the value if the user does not have the authority to edit the profile user...4.
The helper plugin has been updated to update user meta fields during this hook addition to the pmpro after checkout hook ( Because for PayPal Standard, when pmpro after checkout is called, the $ SESSION vars are unavailable to it.
Added pmprorh add checkout box which will add new section and description to the checkout page that you can then use in as the in pmprorh add registration field.
Read more