orchardcms - Rules - Sending out Email with the custom form fields values -
i using orchard 1.4.2. had installed custom form module..created custom form has enumeration fields , input fields.
now, want create rule send out emil when form submitted. form should have values inserted/selected user.
i can input fields value using request.form:testform.firstname.value
, can't seem enumeration field ( drop down) selected value. tried various options, nothing works.
any ideas?
in 1.5, can content.fields.testform.firstname.value. in 1.4.2, may not have access field properties way. in meantime, have write own token.
Comments
Post a Comment