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?
In 1.5, you can do Content.Fields.TestForm.FirstName.Value. In 1.4.2, you may not have access to all field properties this way. In the meantime, you would have to write your own token.