I have another issue within the product registrations section.
When I add a custom field and tick the "Field required" tickbox it should error if a customer doesn't fill the box in, but it doesn't. It allows the customer to register their product even though my custom field is blank.
Also, the RegExp doesn't seem to be working either. I am wanting to capture a UK postcode, so have entered the following into the RegExp box:
/^([A-Z]{1,2}[0-9][A-Z0-9]? [0-9][ABD-HJLNP-UW-Z]{2})*$/