GivePanel forms have built-in email validation to ensure that the email address provided is in a correct format (e.g., [email protected]). This basic validation helps prevent incorrect submissions by checking for standard email structure, ensuring that users can’t submit an invalid format.
Additionally, our system prevents duplicate registrations using the same email address, ensuring each email can only be used once per registration (this check is per campaign, supporters will be able to register for different events using the same email address). However, we do not validate whether the email address is a live, real account, as this is a more advanced feature that most systems do not implement.