APIs & Integrations

Not applicable

How can i put value with form embed code

hi. i really want control hidden colunm and value (ex. google click information, ).

hbspt.forms.create({
        portalId: '',
        formId: '',
        cssClass: ''
      });

after this, or, before this.

that's my data's example.
(ex, utm_source : google , or utm_source : bing)

  1. can i put value on form javascript or jquery?
  2. can i add data with onFormSubmit ?
0 Upvotes
2 Replies 2
Not applicable

How can i put value with form embed code

@Connor_Barley

um... we're store data hubspot and we're database both

exactly that's my scenario

  1. user write data
  2. click send.
  3. check form from hubspot
  4. send we're database
  5. send hubspot with we're database indexing value.

index value will make when store value.
how can i solve this issue on embed code?
( we're team want use embed code)

0 Upvotes
cbarley
HubSpot Alumni
HubSpot Alumni

How can i put value with form embed code

Hi @ewb.doohyun, what is your overall goal with the utm parameters you're outlining? If you're trying to send GA info upon submission, you should check out this post here: Trigger Google Analytics Event with Form Submission. More specifically, these docs:

0 Upvotes