Arsenal21 / stripe-payments

Stripe Payments Plugin for WordPress
11 stars 8 forks source link

Add validation for custom field #75

Closed erommel closed 5 years ago

erommel commented 5 years ago

https://wordpress.org/support/topic/validate-the-custom-input-field/

Some simple dropbox with few validation options can be added, something like

erommel commented 5 years ago

Added option for custom field validation.

Also added options for users to enter their own validation rules using JavaSript RegExp. Now users are not limited to pre-defined validations (which is only one at the moment - "Numbers only").

This functionality can be transferred to ACF addon as well once it is tested and feedback received.