contact us form studio theme connected to CRM, honeypot script not working

Good evening together, I have had the contact us recoded to connect with our crm, original code was changed with liquid code to match branding. it seems this has deactivated the honeypot script causing spam

Hi @TheNELGroup ,

Add this to your contact form (Liquid file):

In your form handling logic (Liquid or CRM handler):
Before processing the submission, check:

{% if form.fields.contact_hp == blank %}

{% else %}

{% endif %}

Please let me know if you need further solution or explanation.

Thanks