RecordService - For logged in Member, the user can't insert new record and trigger the workflow
Hi guys,
I can't seem to add new records to the Umbraco Form using the RecordService API. I couldn't find much documentation but I based my code from the following forum.
RecordService - For logged in Member, the user can't insert new record and trigger the workflow
Hi guys,
I can't seem to add new records to the Umbraco Form using the RecordService API. I couldn't find much documentation but I based my code from the following forum.
https://our.umbraco.org/forum/umbraco-pro/contour/60891-Add-fields-programmatically-Attach-custom-data
This works if the user is not logged in, but if logged in, get following error: on this line
on Umbraco Form 4.4.0
on Umbraco Forms 4.3.2
my code looks like this:
Am I missing something? Or is this a bug in Umbraco Form?
Added to the bug list
http://issues.umbraco.org/issue/CON-1295
is working on a reply...