Telerik.Sitefinity.Forms.Model.FormEntry

Posted by Community Admin on 04-Aug-2018 20:49

Telerik.Sitefinity.Forms.Model.FormEntry

All Replies

Posted by Community Admin on 06-Mar-2013 00:00

I see multiple examples where FormEntry.GetValue is used.

Examples:

http://www.sitefinity.com/developer-network/forums/general-discussions-/dynamically-displaying-form-responses-with-field-titles

http://www.sitefinity.com/developer-network/forums/developing-with-sitefinity-/get-form-control-by-field-id

The GetValues Method doesn't seem to exist?

FormEntry fe = (FormEntry)record;
var Value1 = fe.GetValue("formdropdownlist1");

Any ideas?  thanks.

Posted by Community Admin on 06-Mar-2013 00:00

Daniel, you just answered two posts at the same time, thanks!

http://www.sitefinity.com/developer-network/forums/developing-with-sitefinity-/getting-data-from-a-dynamic-module

I didn't have 

using Telerik.Sitefinity.Model;

 

 

This thread is closed