Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Dynamic E-mail notifications View modes: 
User avatar
Member
Member
amcclu4-searshc - 12/9/2009 10:58:09 PM
   
Dynamic E-mail notifications
Does anyone know if dynamic labels or notifications are possible using bizforms?

I am trying to create a form to track user feeback. I want a drop down list of titles to query a custom table and assign a value from that query to a label.

E.G.

Course Title (Drop Down List: My Course is X)

When a course title is selected, the course owner will be selected from the custom table (select e-mail from x where course = x) and then...

course owner (label: Angie) would be displayed.

This label would then be used for e-mail notifications.

Is this possible?

Thanks,
Angie

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 12/10/2009 5:05:15 AM
   
RE:Dynamic E-mail notifications
Hello Angie,

you may develop a custom form control – here is more details:

http://devnet.kentico.com/docs/devguide/developing_form_controls.htm

with your custom functionality.

Then you may set the course owner to object Value (Value -> Set). In this case it will be accessible as context macro on e-mail template.

Best regards,
Helena Grulichova