No items found.

HockeyStack Academy 101 - Goals - Any Form Submission

In this short guide you'll learn how to set up "Any Form Submission"

As you know, defining a form submission goal requires you to know the selector of the form. The “Any Form Submission” goal leverages the fact that all form selectors contain the word “form”. So our ruleset can just be “selector contains form”.

.iframe-container { position: relative; width: 100%; padding-top: 56.25%; /* 16:9 aspect ratio */ overflow: hidden; } .iframe-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
Written by