Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Two options in BizForm - Email to notification View modes: 
User avatar
Member
Member
Leandro Brito - 11/29/2013 12:58:55 PM
   
Two options in BizForm - Email to notification
Hello,

I have a biz form that is used in two pages (contact us and work with us).

Page 1: Dropdown with "Email to" option to choose, there are 10 emails of departments

Page 2: Hiddenfield with "Email to" option static because there is only one email (human resource department) and the dropdown is visible = false.

I want to send the confirmation email to the option "Email to" (dropdown list or hiddenfield).

Is there a way to make a conditional test or use two fields in the field "To Email" inside the notification tab?

Any other suggestion is appreciate.

Thanks,
Leandro

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 12/2/2013 7:37:27 AM
   
RE:Two options in BizForm - Email to notification
Just use one field and enable/disable it or set visibility based on the page. You can use macros in the form field definition. Then you can set the default value or set the first value in the list to be your HR email address. This way you won't need to do any work in the notifications tab.

User avatar
Member
Member
Leandro Brito - 12/4/2013 10:30:55 AM
   
RE:Two options in BizForm - Email to notification
Thanks, it's worked fine.