So I currently have a variable that returns X amount of forms back to the template and to try and save space on the page I want to try and split these up into two columns but I’m kinda stumped on how to do this because I just have X as a variable in my html generating forms so there is nothing to section off/tell to go into the second column. So how can I get these forms generated from one variable to separate out into 2 columns?
Share
You could use the
cycletemplate tag to float the forms left and right. Something like: