Hi Michael,
I upgraded to 1.8 and attempted to start using the new shortcode for CFDB-HTML but I'm not having any luck. My page stops rendering where the code is executed in the body.
Here's my code:
[cfdb-html form="Written Testimonial Form" show="name,testimonial,condition" orderby="Submitted desc"]
<div class="testimonial">
${testimonial}
<p>-- ${name} (${condition})</p>
</div>
[/cfdb-html]
It basically crashes the loop. Any ideas? Are any of the attributes required, like LIMIT? I'm assuming if you want a full dump you leave limit out.
One more bug/thing I'd like to point out... when viewing the "Database" page in the admin area, the records are not showing. It's showing me there are 4 entries in the db, but nothing below it.
Thanks!