If you are collecting data and want to send that data over to Act-On, use a Form Post URL to push those submissions into Act-On. While the best way to collect customer data in Act-On is through our native Forms, it's not the only way to collect Form data in Act-On. For example, if you are collecting data from a form somewhere else, or your website uses a custom Form that cannot be rebuilt in Act-On.
WordPress users: See the article External Form integration for WordPress
Instructions
Step 1: Create your Forms
Before you start, you will need to create the form that will collect data. This can be a form on your website, or with a third party. Note that if you want to send data from a third-party form to Act-On, you must have HMTL source code access to the form or the form must have a field to accept and an external URL to post data.
Then, create a functional "copy" of that form in Act-On. The Form in Act-On should include all of the data fields that you are collecting. Make sure the field names match.
Step 2: Create a Form Post URL
To create a new Form Post URL:
- In your account, click on Content > Form Post URLs.
- Click Get Form Post URL.
- Select a Form from the drop-down menu.
- Give the Form a Tag/Source Name for the URL (e.g., "Google AdWords Campaign").
- Copy the new URL generated and use this on the Form that will be collecting submissions.
Step 3: Add the External Form Post
On your web page, add the external post URL to the form HTML as a form action attribute.
Example: <form action=”https://marketing.actomatic.com/acton/eform/9999/0001/d-ext-0001">
Other form builders may have an external post URL field where you can enter this value.
(If you already have this attribute in use on the form, that code will have to be removed.)
Always test your form to make sure it is sending data to your Act-On Form Submission List.
Things to Know:
- This method does not capture _REFERRER, _SEARCH, or other similar metadata. These are captured with Act-On's native Forms.