I have 4 contact forms we would like to rotate for testing. I don’t want to run these in separate campaigns and for such a simple thing its overkill. Is it possible to have a group of say 4 forms and load them randomly ( a different form ) each time you click a button?
$(function() {
$("a.random")click.(function){
//?
});
});
Yes.