I have a Klaviyo form embedded on my WordPress website using the following code:
<div class="klaviyo-form-xxxxx"></div>
What I want is for the form to accept only work (business) email addresses in the email field. If someone enters a personal email address (like Gmail, Yahoo, Outlook, etc.), the form should display an error message and prevent submission.


