Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Regarding the dropdown in bizform View modes: 
User avatar
Member
Member
sansugoi_sayounara-hotmail - 5/15/2012 5:55:34 AM
   
Regarding the dropdown in bizform
Hi all,
I have a dropdown in a biz form with 3 values, ("Select Option", "Option1" "Option2").

Now what I want is when user select option1, then it should redirect user to url1, when user select then it should redirect user to "url2" and if user select "Select option" then it should not do anything.

Please guide me as this is very very urgent. How can I achieve this.

Thanks Again
Sansugoi

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 5/16/2012 9:23:24 AM
   
RE:Regarding the dropdown in bizform
Hi,

You can customize the OnAfterSave or other suitable action of the BizForm web part and here you can read the selected option and redirect to whatever URL you like, for example using URLHelper.Redirect method.

Please find more details in Forms (BizForms) customization possibilities article.

Regards,
Zdenek