CRM

sdalal
Miembro

How to validate a Linkedin Profile URL field in hubspot forms

resolver

Hi, I want to validate and make sure no one put anything in place of linkedin profile url, it should give user an error if a proper profile url is not entered by user, any way to validate it? Thanks

0 Me gusta
1 Soluciones aceptada
karstenkoehler
Solución
Miembro del salón de la fama | Partner
Miembro del salón de la fama | Partner

How to validate a Linkedin Profile URL field in hubspot forms

resolver

Hi there,

 

HubSpot doesn't offer this out of the box but it's possible to add custom validation via JavaScript, using the onFormSubmit callback of the forms API.

 

A former HubSpot employee has compiled resources in this post: How to work with jquery custom validation for hubspot form

 

In other words, this will require some custom code and potentially the help of a developer.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Ver la solución en mensaje original publicado

2 Respuestas 2
sdalal
Miembro

How to validate a Linkedin Profile URL field in hubspot forms

resolver

Thanks

0 Me gusta
karstenkoehler
Solución
Miembro del salón de la fama | Partner
Miembro del salón de la fama | Partner

How to validate a Linkedin Profile URL field in hubspot forms

resolver

Hi there,

 

HubSpot doesn't offer this out of the box but it's possible to add custom validation via JavaScript, using the onFormSubmit callback of the forms API.

 

A former HubSpot employee has compiled resources in this post: How to work with jquery custom validation for hubspot form

 

In other words, this will require some custom code and potentially the help of a developer.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.