strangerstudios / pmpro-register-helper

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.
https://www.paidmembershipspro.com/add-ons/pmpro-register-helper-add-checkout-and-profile-fields/
29 stars 41 forks source link

The “date” field type when required displays the asterisk after the MONTH field rather then at the end. #216

Open kimwhite opened 3 years ago

kimwhite commented 3 years ago

Describe the bug When displaying the date field the asterisk is appearing after the Month rather then after the year (last input)

  1. Add a date field to your registration helper
  2. Make field required: 'required' => true,
  3. When displayed on the checkout page asterisk displays in the wrong place.

date-picker

Expected behavior Display * after all, date input fields, (after year)

Isolating the problem (mark completed items with an [x]):

WordPress Environment Have tested on a variety of themes with the same results.