pmpro-register-helper icon indicating copy to clipboard operation
pmpro-register-helper copied to clipboard

A robust plugin to collect additional fields for WordPress users. Fields can be collected at membership checkout, on the user's profile or for administrative view-only.

Results 40 pmpro-register-helper issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When a Stripe checkout requires 3D Secure/Authentication. The uploaded file fields are emptied and checkout is processed. **PS - Only tested with Stripe Connect. Assume it's happening...

**Is your feature request related to a problem? Please describe.** There is no current location for RH fields at the relatively new `pmpro_checkout_after_tos_fields` action hook. We should consider adding this...

**Describe the bug** I have successfully added the fields, but the information is not being included in the $morder array. Why is this, and how can we access the info...

RH required fields are not being enforced on the profile page, and the asterisk is not being shown after the required field if a user is editing their own profile.

Status: Needs Thought
Type: Discussion

**Describe the bug** When we show a readonly Select2 field to the user profile, we add the `disabled` property to the `` html element to prevent the user from changing...

**Describe the bug** The value of a checkbox is 1 if selected, but not recorded at all if not checked, but it should be 0. This is pretty standard for...

**Describe the bug** I noticed when viewing the page source of the checkout page when using the plugin that the tags created had no space between "id" and "class", causing...

**Describe the bug** Only some fields are listed under the _Extra Fields_ heading in the admin notification email. To obtain the fields that should be included in the email the...

**Is your feature request related to a problem? Please describe.** By default, the asterisk for a required field is placed after an input element resulting in each selector in a...

**Describe the bug** When setting `html_attributes` options for `min` and `step` these attribute values are not set for the element as per field creation code. **To Reproduce** Steps to reproduce...