HTML Form

I have a form I created in an editor in HTML. It’s quite custom and has jquery scripts tied to it. Also has two submit buttons. One to concatinate a bunch of dropdowm menus which appears in another input field and another that I want to call the properties API using custom code. Can I use this form in Hubspot without creating a Hubspot form?

Hey @likwid,

In this instance you can use the Forms API to submit the data from your custom form into HubSpot. You are still required to create a form within the HubSpot app but this is purely to generate a GUID which can be used to record and capture submissions in the platform. In short, with the Forms API all of the markup and logic is completely up to you. You simply send the relevant data into the CRM.

@coldrickjack I ended up creating a bit of a hybrid version of the form. Thanks for answering my questions. Much appreciated.