Setting up a form showing on multiple pages
In case the same form is used on multiple pages, it's possible to set this up as one form, aggregating all data. To set this up, start with specifying one URL where that form exists.
When the form is found, more setup fields appear and you can specify additional URL's where the same form is used. This can be a specific URL (use one line per URL), or a URL path with a wildcard added to add multiple pages where the same form is used.
Related Articles
Setting up an account to manage multiple websites
When you are an agency or consultancy company managing multiple client's websites in the Exatom platform, make sure that the company name in the platform is your own company name and not the client's. In the website section, you can specify the ...
How to setup a form
To setup a form in the Exatom platform, go to the Setup section in the menu, select Form and click on the 'Add form' button. The form finder field will show up, where you can fill in the page URL where the form is located. You can simply start with ...
Keyboard shortcuts
To make your life easy, you can use keyboard shortcuts to save some time. Here is the list of shortcuts we applied in our platform: Shortcut key Function Where applicable Shift (press 2 times) Open the website selector. Once opened you can start to ...
Form field identification
One of the requirements for form fields to be recognised by Exatom is that they have one or both of the following HTML attributes: name="your-form-field-name" id="your-form-field-id" This uniquely identifies each field and allow our analytics engine ...
The HTML form element
Forms are more advanced than ever and modern technology does not require the HTML <form> element for your form to be functional. However it's important to add the semantically correct <form> container element to all your forms. One of the reasons is ...