Do RM forms work with HubSpot CRM?
-
Hi,
Do you know if RM works with HubSpot CRM using their plug in for non-Hubspot forms? The criteria mentioned on their site says this for forms to work:
For form submissions to be collected in HubSpot, your form must:
be a static HTML form.
be wrapped in HTML <form> tags.
not be in an <iframe>.
have an email input field.
If your form isn’t capturing submissions, it’s likely due to one of the following reasons:Form is not enclosed in <form> tags.
Form is contained inside <iframe> tags.
Form has JavaScript bound to the form submit event or submit button click event. This is how the tool captures submissions and any other events, and can prevent HubSpot from knowing when submissions occur.
Form was introduced after the page completed loading. The tool scans the page as soon as it loads and listens to submissions on forms that were present at that point.
Form contains a sensitive field, such as credit card number.
Form contains hidden fields. The tool does not collect information from any hidden fields.
The email field is not an email type input, as in: <input type=”email”>.
The form isn’t using a standard <input type=”submit”> button for its form submission. A generic HTML <button> will prevent HubSpot from capturing submissions.
- The topic ‘Do RM forms work with HubSpot CRM?’ is closed to new replies.