Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am trying to add a dropdown list from where user to be able to choose subject. I don't know how to get selected option.. Can anyone help me?
Thanks in advance :)))
Hi Hristina,
Welcome to Umbraco Forum.
I believe you can either create a parameter for your macro with the alias of MailSubjectCopyToSender or MailSubject or you can change it in line :
MailSubjectCopyToSender
MailSubject
272: MailSubject = GetParamValue(parameter.MailSubject) ?? "Contact mail"; 275: MailSubjectCopyToSender = GetParamValue(parameter.MailSubjectCopyToSender) ?? "Copy of contact mail";
cheers
Ali
Hi Ali,
thank you for reply!
But my task is to create a dropdown with list of subjects and the selected one from the user to become the real subject of the email.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How can I change mail subject?
I am trying to add a dropdown list from where user to be able to choose subject. I don't know how to get selected option.. Can anyone help me?
Thanks in advance :)))
Hi Hristina,
Welcome to Umbraco Forum.
I believe you can either create a parameter for your macro with the alias of
MailSubjectCopyToSender
orMailSubject
or you can change it in line :cheers
Ali
Hi Ali,
thank you for reply!
But my task is to create a dropdown with list of subjects and the selected one from the user to become the real subject of the email.
is working on a reply...