I've found what looks like an issue with Umbraco Forms 4.1.4. I have a form with a lookup to a dropdown which is populated by prevalues which pull a list of DataSources. This all looks OK on the form, but when you go to submit the form I cannot see the Id of the PreValue anywhere under the RecordEventArgs object. All I can see is the string value which is the name of the DataSource.
I need to see the Id so I can retrieve the settings for the DataSource (safely without risking duplicates by going by name).
PreValue Id is not stored on RecordEventArgs
Hi!
I've found what looks like an issue with Umbraco Forms 4.1.4. I have a form with a lookup to a dropdown which is populated by prevalues which pull a list of DataSources. This all looks OK on the form, but when you go to submit the form I cannot see the Id of the PreValue anywhere under the RecordEventArgs object. All I can see is the string value which is the name of the DataSource.
I need to see the Id so I can retrieve the settings for the DataSource (safely without risking duplicates by going by name).
Should I raise this on issues.umbraco.org?
Cheers!
Tom
Raised: http://issues.umbraco.org/issue/CON-792?query=project%3A+%7BUmbraco+Forms+%28aka+Contour%29%7D
is there any word on if / when this will be fixed?
is working on a reply...