I am using Orchard 1.4.2. I had installed the Custom Form module..created a custom form which has some Enumeration fields and input fields.
Now, I want to create a rule to send out an emil when the form is submitted. The form should have the Values inserted/selected by the user.
I can get the input fields value using Request.Form:TestForm.Firstname.Value, but can't seem to get the Enumeration field ( Drop down) selected value. Tried various options, but nothing works.
Any ideas?