I have a field in a BizForm that isn't displayed on the public site and I'd like to update the value before the form is submitted. I have tied into the OnBeforeSave event and am trying to update the field like so:
viewBiz.BasicForm.DataRow["IsSubmitted"] = "true";
This isn't working though as the field isn't updated.
Any thoughts?
Thank you,
Ryan