Learn HockeyStack
Building Blocks

HockeyStack Academy - Report Example - Number of form submissions on each page

This is an example of the report showing the number of form submissions on each page.

Pre-requisites

  • Goals:

Any Form Submission

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