HasteDesign / Registrations-for-WooCommerce

Add a registration product type to your WooCommerce installation.
GNU General Public License v2.0
38 stars 16 forks source link

How is it possible to make Surname required and email optional? #36

Open 3O3 opened 5 years ago

3O3 commented 5 years ago

I'm try to change the fields with something like

$fields['registration_fields']['surname'][required] = true;

but this not work.. Thanks