Special characters in lead form

Hi everyone,

i would like to know if hubspot supports any live regex check in forms.

For example: a user is filling out a lead form of hubspot and i would like that the user gets immediate feedback if he uses a special character which we do not want/allow.

thank you,

christian

Hi @christian_VGN ,

I haven’t tested this yet, but I am pretty sure that this can be set on a property level.
If you create or edit a property, you get the following validation rules options:

If that doesn’t work, you could use the form callback options to create your own validation on the ‘onFormSubmit’ event.

thank you very much