I want to do A/B split testing within a single html page. I guess something like:
50% of the time show this html - and 50% of the time show this html.
However they are input fields with validation so I am thing if I were to do some kind of jQuery hide then the submit button wouldn’t work. Any ideas on how to accomplish this?
Thanks