Hello Formidable Forms community, I'm working on a project where I need to display multiple posts generated by Formidable Forms in a horizontal carousel format. Here's what I'm trying to achieve:
I've tried using [foreach id]
and [repeater]
tags, but I'm encountering issues with the parsing of these tags. The posts are being displayed, but they're overlapping, and the foreach loop doesn't seem to be recognized properly.
<div class="carousel-container"> [foreach id] <div class="carousel-item"> <img src="[xxx size=full]" /> <h5>[xxx]</h5> <!-- More content here --> </div> [/foreach] </div>
I have JavaScript set up to handle the horizontal scrolling, but the issue seems to be with generating the correct HTML structure from Formidable Forms. Questions:
Any guidance or examples would be greatly appreciated. Thank you in advance for your help!
Please login or Register to submit your answer