The Drupal module for Campaign Studio enables marketers to track contact’s activity on organizational websites. Rather than using a Campaign Studio plugin to connect Campaign Studio and Drupal, you’ll use a Drupal module.
https://subdomain.yourdomain.com
) rather than Campaign Studio’s default
domain (https://yourcompany.mautic.net
).To add a Campaign Studio form to a Drupal 8.x page, you can:
https://subdomain.yourdomain.com
) rather than Campaign Studio’s default
domain (https://yourcompany.mautic.net
).Once you’ve configured the Campaign Studio module, you can use shortcode to add Campaign Studio forms to your Drupal 7.x website. Use the shortcode:
{mauticform id=ID# width=300px height=300px}
Where ``ID#`` is the Campaign Studio form ID, which you can find in the form
list or at the end of the URL for the form when you're editing it in
Campaign Studio. Change the width and height to match the space where the
form displays on your website.