I am having an issue when sending mail after a form is filled.
I have certain conditions on two dropdown fields that work well.
Only thing is that when the value is changed and the field is hidden, it is somehow appearing in the email sent.
Is there any way to prevent hidden items to be displayed in the mail sent?
In order to achieve what you are after, I think you will probably need to modify the razor template used for generating the e-mail and put in your own logic for handling the conditional drop down field behaviour.
As far as I know there isn't an automatic way to achieve this unfortunately.
Detect hidden fields
Hello
I am having an issue when sending mail after a form is filled. I have certain conditions on two dropdown fields that work well. Only thing is that when the value is changed and the field is hidden, it is somehow appearing in the email sent. Is there any way to prevent hidden items to be displayed in the mail sent?
Many Thanks A
hello
does anyone have an idea about this issue please? thanks
Hi Aaeda,
In order to achieve what you are after, I think you will probably need to modify the razor template used for generating the e-mail and put in your own logic for handling the conditional drop down field behaviour.
As far as I know there isn't an automatic way to achieve this unfortunately.
Thanks,
Nik
is working on a reply...