Umbraco Forms (Preview) doesn't provide RecordId in html (Countour does)
I'd like to be able to access the posted form values on the page loaded in Post to URL workflow and used the following +RecordStorage to retrieve them with Contour.
var submittedRecord =Request.QueryString["recordid"];
However, the form doesn't provide a value for the hidden field RecordId.
Is this a bug or should I be doing something different with Forms?
I've asked the question in the forum but am still stuck on getting a single record back (I can get every result for a Page/Form combo but I need the "right" result).
Umbraco Forms (Preview) doesn't provide RecordId in html (Countour does)
I'd like to be able to access the posted form values on the page loaded in Post to URL workflow and used the following +RecordStorage to retrieve them with Contour.
However, the form doesn't provide a value for the hidden field RecordId.
Is this a bug or should I be doing something different with Forms?
I've asked the question in the forum but am still stuck on getting a single record back (I can get every result for a Page/Form combo but I need the "right" result).
http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/60309-Umbraco-72-plus-Forms-%28not-Contour%29-How-to-get-the-RecordId-from-submitted-Form-on-Post
is working on a reply...