strangerstudios / pmpro-add-name-to-checkout

Adds “First Name” and “Last Name” fields to the “Account Information” section of the Membership Checkout page when using Paid Memberships Pro.
https://www.paidmembershipspro.com/add-ons/add-first-last-name-to-checkout/
17 stars 23 forks source link

Validates blank names using only spaces #3

Closed JoshHiggins closed 5 years ago

JoshHiggins commented 8 years ago

While testing this add on, I discovered user could still register a "blank" name by using only a space or spaces.

ideadude commented 5 years ago

Added some trims in this commit to fix this. https://github.com/strangerstudios/pmpro-add-name-to-checkout/commit/50394a8e75b5f78dfbb699222baf1cff25225c1b

Thanks.