How to unrequire fields in registration page?
Add this code to your child theme’s script file
$('#wpcfeRegistrationForm #postcode').attr('required', false);
$('#wpcfeRegistrationForm #postcode').attr('required', false);