New features Please use http://kentico.uservoice.com as the primary place to submit your suggestions and allow others to vote for your ideas!
Version 4.x > New features > Bizform Export and Import View modes: 
User avatar
Member
Member
AP-Kentico - 8/28/2009 3:27:15 PM
   
Bizform Export and Import
I don't know if there is a feature to import/export bizforms in kentico?
If not, can this be added in the future releasses?

Thanks,
AP

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 8/31/2009 9:01:09 AM
   
RE:Bizform Export and Import
Hi,

Yes, this it is possible to use import/export functionality when working with BizForm objects in Kentico CMS.

Best Regards,
Miroslav Remias.

User avatar
Member
Member
pasupulatie.vijay-gmail - 1/24/2012 3:27:25 AM
   
RE:Bizform Export and Import
hi ,

how can i export the Biz form data to pdf after clicking the submit button and also render the html code.
can u pls guide me

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 1/28/2012 7:48:43 PM
   
RE:Bizform Export and Import
Hi,

BizForm web part (or generally BizForm control) has option to execute custom code in BizForm events like OnBeforeSave, OnAfterSave etc. as described here:

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

So, you can access any BizForm data in let’s say OnAfterSave event and then create the PDF file on your own in this event.

What kind of HTML code would you like to render and where exactly?

Thanks,
Miro

User avatar
Member
Member
pasupulatie.vijay-gmail - 1/31/2012 12:01:15 AM
   
RE:Bizform Export and Import
Hi Miro,

how can i attachment the pdf when is submit the biz form. Right Now when i click its sends email but without attachment so for that i have added onAfterSave event i have kept my code for adding attachment but by doing this it sends two emails i.e ., one by biz form by default and other one by my code...

User avatar
Member
Member
pasupulatie.vijay-gmail - 1/31/2012 12:08:33 AM
   
RE:Bizform Export and Import
Hi Miro,


Thanks for your reply. I need to get the html code(standard html) in Email as a message body


Thanks ,

Vijay Kumar

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 2/18/2012 8:51:18 PM
   
RE:Bizform Export and Import
Hi,

Well, you can disable the built-in functionality for sending notification and autoresponder e-mails in BizForm module and send the e-mail on your own in OnAfterSave event once you generate the PDF file on your own.

I’m not quite sure if I understand your last question. You can send e-mail with your custom code or with Kentico API while you can set the e-mail format to be HTML. What kind of HTML code and from where you would like to use in the e-mail body?

Thanks,
Miro