How to get the alias name of a form field in my umbraco form
Hi,
I'm using a umbraco form and i want to send the email to the input given on that field.
I want to set this alias name of the back-office umbraco form field to which an email has to be sent via workflow.
But whenever i try to send the email with the umbraco form field item using {fieldAliasName}, it is not working. But instead of alias name, when i pass the email address, it is sending an email.
I want to verify the alias name, how do i see it from my umbraco form.
In your screenshot above for the 'Your email address (to receive a copy) field in the form designer click on the 'settings' icon that appears when you hover over it.
This will bring up a panel for editing the field, and the alias is displayed below the form field name (with a padlock next to it)
How to get the alias name of a form field in my umbraco form
Hi,
I'm using a umbraco form and i want to send the email to the input given on that field.
I want to set this alias name of the back-office umbraco form field to which an email has to be sent via workflow.
But whenever i try to send the email with the umbraco form field item using {fieldAliasName}, it is not working. But instead of alias name, when i pass the email address, it is sending an email.
I want to verify the alias name, how do i see it from my umbraco form.
Hi Manjunath
In your screenshot above for the 'Your email address (to receive a copy) field in the form designer click on the 'settings' icon that appears when you hover over it.
This will bring up a panel for editing the field, and the alias is displayed below the form field name (with a padlock next to it)
is working on a reply...