Is there is some way to pass URL parameter into a hidden field in in the form being displayed and then (the mod important part of what I'm looking for) is there a way to then echo the count of form entries that have that specific hidden field value?
What I'm tryin to do is link to a form from a "story" page. On this story page I would pull the title and put it into the a URL parameter for a link to the form. Once on the form it would pull that URL parameter (which would be the title of the story the user came from) and that parameter would populate a hidden field in the form and get submitted. What I then want to be able to do is have a counter on the story page above the link to the form that compares the page title to form entry values and if the hidden field Id equals the current page title echo the amount of entries that belong. The goal is to try and show people a count of how many other ls went to the form and filled it out from the story page . Does that make sense? And does anyone have any insights on how I can accomplish this?