I have a registration form but want to allow multiple registrations per email address but not allow a name to be entered twice for a specific email address.
for example:
joe@joe.com john joe (ok)
joe@joe.com john joe (duplicate)
steve@joe.us john joe (ok)
hope that makes sense. Basically its like creating a unique ID made up of the email address and first and last names together.