The current options for custom attributes (contact) are quite limiting in the case of forms - how about a regex custom attribute to give users more control over input handling?
Hi @CraigT , thanks for posting on this community!
Could you give an example that would illustrate what you have in mind?
Hi, sure.
I am using a bunch of custom attributes created under Contacts > Settings in a website form to capture learner info for an application, but we have no way to validate the form input at capture.
So as a simple example, if I want to validate the learner’s ID number, which should be 13 digits, I would create a custom attribute of type regex and set it to « [1]{13}$ ».
The same method could be used to validate many text based or number based field inputs just by using the same type of custom attribute and adjusting the regex to suit.
Hope this clarifies my meaning.
0-9 ↩︎
Ok, crystal clear, I get it, thanks.
Indeed, from what I know I don’t think it is possible for the moment on Brevo, unfortunately. I’ll share your feedback internally though, thanks for this!