Anyone aware of a #Drupal domain field? Not anything to do with Domain Access module, just a field to store a domain. Not a link, either. Just a field to store something like "example.com" with validation. All my searches just return domain access stuff. Existing validation on link fields makes using that messy.

Yeah, I could use a plain text field but then I've got to add validation (ironically maybe using DomainValidator from domain access) otherwise all sorts of BS will end up in there.

@jeni could you use ECA to validate a field like this? Not tried it, but it was the first thing that came to mind....
@dreamleaf I'll just add the custom validation for the field if I need to! I was just hoping someone else had already done the work for a field like that.