Hi All
I have a blog list displaying a list of specials.
I have used Form Field to add a form to the list item that is prefilled with the specific items details and a Book Special Button to submit form.
so my view looks something like this
Blog View of Specials
Special Name Special Name
Special Details Special Details
Form Field [Book Button] Form Field [Book Button]
The problem is all form buttons share the same formID
How do I get each Blog Items form to have a unique ID
Thanks In Advance