How to store bizform Submitted data into custom table

Felix D asked on June 2, 2016 04:08

How can I store Bizform submitted data into custom table.Please show me samlpe code where i have to write code.

Correct Answer

Brenden Kehren answered on June 2, 2016 04:33

Why would you want to do this?

What you want to do is create a global event handler for the form submission event. Then check the form type and if it is the form you're looking for then create a custom table record with your custom data.

API reference
Handling global events - used for creating your global event handler
Global system events - used to check what event you need to capture.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Felix D answered on June 2, 2016 08:08

I want to develop this one.

0 votesVote for this answer Mark as a Correct answer

Felix D answered on June 2, 2016 10:58

Can you please show me where to write global events??

0 votesVote for this answer Mark as a Correct answer

David te Kloese answered on June 2, 2016 12:39

Hi,

The link Brenden gave contains a step by step example to create one: https://docs.kentico.com/display/K9/Handling+global+events

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.