Hi,
I’m trying to create Threaded comments, but with one level only, with free forms.
Form submission works, but in comments listing I can’t show them?
Form submission:
{exp:freeform:form form_name="comm_thr_{comment_id}"}
<p>Comment<br /><textarea name="comment"></textarea></p>
<input type="hidden" name="name" id="name" value="{screen_name}" />
<input type="hidden" name="parent_id" id="parent_id" value="{comment_id}" />
<p><input type="submit" name="submit" value="submit" /></p>
{/exp:freeform:form}
Entry’s:
<ul>{exp:freeform:entries form_name="comm_thr_{comment_id}"}
{if no_results}<li>No Results</li>{/if}
<li><b>{name}</b> - {comment}</li>
{/exp:freeform:entries}
<ul>
And this doesn’t show no_results also? Just <ul></ul> is rendered
Could You advice me?
I know i can pull this information with SQL module, but i think is better to pull them with native Free Form
Thanks in advance
