We are behind on creating mobile versions of our landing pages. That said, we would like to test our current pages against our new responsive design. I am aware of how to setup an a/b test but was looking for a way to also compare the number of form submissions completed within the responsive version on both desktop and mobile. Any help or suggestions would be greatly appreciated.
Lee
You can add a hidden field to the form that corresponds to the same @media breakpoints you're using to determine responsiveness. In other words, echo your relevant CSS rules in calls to JS matchMedia. Then you'll have a field like lastFormSize you can use to add to lists, etc.
Thank you Sanford. This is good suggestion and certainly worth a try. JS is not my area of expertise but I will certainly ask for assistance from our apps development department to get this setup since it's is the most logical approach thus far.
Lee
If you move this thread to Products and provide a link to your form, I can sketch out the approach in code.
Thank you very much Sandford! I would very much appreciate your help. I'll send you a link via Products.
Lee