Pie Man,
OK, I’m just a little confused by your answer. Sorry if I’m just not getting it.
I know I can limit by form_name, I’m trying to also limit by a second custom field. Let me explain using an example.
I have a little EE-based ordering system. The orders are in an orders weblog, each with an entry_id. Using Freeform, we now send correspondence to the clients. The correspondence is recorded in the Freeform control panel, of course. In that Freeform, we drop the entry_ID into a custom field, order_ff. This way, we associate those Freeform entries with a weblog entry.
So when I pull up the display of an entry in the order weblog on the front end, say the one with the entry_id 200, I’d like to be able to also show its related Freeform correspondence like this:
{exp:freeform:entries form_name="orders_processed" orderby="entry_date" sort="asc" limit="20" search:order_ff="200"}
--- Correspondence on date: {entry_date}
{/exp:freeform:entries}
Does this make sense? I don’t have to produce these very fast, so if there’s something weird I can do with a conditional that would even work.
Thanks!
R o B