Before creating a support ticket, fill in the following table for Form Connector issues:
Exercise | Successfully Verified Exercise? | Problem Encountered on Step(s) #? |
---|---|---|
Provide Form URL (Required) | Place URL here | |
Is Demandbase Attaching to the Form? | ||
Is the Attribute in the Field Map Aligned with the Input Field We're Sending Data To? | ||
Is the Form Submitting Data? | Attach Screenshot |
Submitting a Support Ticket
Copy and paste the completed table into the Support ticket. Note that without a completed table, resolution to your ticket and response may be delayed. If an Exercise doesn't apply to you, leave it blank.
Is Demandbase Attaching to the Form?
- Open the console (Command Option J).
- Click the 3 dots on the far right hand side and drill into Search all files.
- Search for Demandbase.config and click the file that starts with scripts.demandbase.com/[8 character combination].
- Press the curly bracket option {}.
- Under the forms section of the config file you’ll see a companyID and emailID, these need to exactly match the HTML name or id of the user facing company and email fields.
- To confirm the fields are aligned, click the top left of the console.
- Click the company or email user facing field.
- In the console, you’ll be presented with the HTML structure of the element you just clicked on. You want make sure the HTML name or id exactly matches the Company ID and Email ID from the config file.
If the form is attaching properly you should see To Select, begin typing in the Company field and be presented with a list of companies when entering a couple of characters.
Is the Attribute in the Field Map Aligned with the Input Field We’re Sending Data To?
- Open the console (Command Option J).
- Click the 3 dots on the far right hand side and drill into Search all files.
- Search for Demandbase.config and click the file that starts with scripts.demandbase.com/[8 character combination].
- Press the curly bracket option {}.
- Under the Forms section of the config file you’ll see a field map, this is where you can confirm if the attribute is in the field map and the HTML name or id of the input field we’re sending it to.
Is the Form Submitting Data?
- Open the console (Command Option J).
- Navigate to the Network tab.
- Fill out the form but do not submit it.
- In the Network tab clear the results and make sure Preserve log is checked.
- Submit the form.
- Sort the results by Method (to add the method column to the view, see instructions below).
- Look through the post requests for form data. For Marketo forms, save2 is where the form data is.
- In the post request you'll see form data. Confirm the Demandbase attributes are coming through.
Add the Methods Tab
- Right-click on the top status bar.
- Click Method.