Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Prompt BizForm w/ File Download View modes: 
User avatar
Member
Member
jenstep - 10/23/2009 3:49:42 PM
   
Prompt BizForm w/ File Download
When site visitors want to download a file I want a new window to open prompting the visitor to enter thier email address via a bizform. How is this done in CMS?

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 10/27/2009 6:30:51 AM
   
RE:Prompt BizForm w/ File Download
Hi,

I would recommend you to make copy of existing getfile page (~\CMSPages\GetFile.aspx.cs). You can place BizForm web part/control on this page and before letting user to download the file, he/she will need to post e-mail address. The information will be stored in the database and you can eventually store some information into cookie, so the user doesn’t need to submit the e-mail address every time he/she will try to download the file. I hope this will help you.

Best Regards,
Miroslav Remias.