So I have used Freeform for sometime. We usually use the records list in the control panel to manage data submitted via Freeform. For a current task, we really needed a simple way to produce an email list from all entries submitted via form. So I figured I would use the exp:freeform:entries tag to loop through and fetch the field we need from the records submitted to that form.
{exp:freeform:entries form_name="convoy_volunteer_registration" dynamic="off"}
{email}<br />
{/exp:freeform:entries}
That SHOULD work. But it doesn’t it actually returns entries from the ‘email’ field of ALL forms, not just from the one listed. Strangely, it cuts off at 100 records. That makes the page only show the original 100 records submitted and none of those are to the form I need to pull from now.
I must be missing something here. But I have quadruple checked everything and I just cannot find an answer to the problem.
David
