How can i allow users to enter their email address in a contact form as www.bbc.co.uk for example and not have it return the error indicating it doesn’rt start with https://
I think most people filling out the form would rather just start their email address with www. and not https://
To allow “www” in the website field, please try adding the following code to the child theme’s functions.php file or use a Code Snippets plugin. After adding the code, the validation will allow “www” as shown in the screenshot below.