Populate Form field from QueryString?

Posted by Community Admin on 03-Aug-2018 17:21

Populate Form field from QueryString?

All Replies

Posted by Community Admin on 23-Mar-2011 00:00

Is it possible to populate a field on a Sitefinity form (built with the form builder) with a value passed in the querystring?

Posted by Community Admin on 28-Mar-2011 00:00

Hi Christine,

You need a custom control that inherits from Telerik.Sitefinity.Modules.Forms.Web.UI.FormsControl. Inside InitializeControls you can get all field controls - this.FieldControls; and set some predefined value



Best wishes,
Ivan Dimitrov
the Telerik team

This thread is closed