Hi,
Thank you for your quick reply.
I downloaded the code but I am getting some errors regarding the "FormHelper" class.
FormHelper does not contain a definition for:
GetSelectedValuesFromListItemCollection()
LoadItemsIntoList()
SelectMultipleValues()
I had to add "using CMS.FormEngine.Web.UI;" at the top for "FormEngineUserControl"
I also had to comment out "using CMS.FormControls;" because "FormControls does not exist in the namespace CMS" error.
Am I doing something wrong?
P.S.: I am using Kentico 10.
Thank you very much.