How to call the Kentico form inside as custom form?

Ei Dar Li Ko Ko asked on December 7, 2022 08:53

Previously using the bizform tag in the asp.net we are able to call the form element in the display but Kentico 13 do not have form element anymore. So How to call over the form inside the widget?

Recent Answers


Brenden Kehren answered on December 7, 2022 13:17

What do you mean when you say "call the form"?

0 votesVote for this answer Mark as a Correct answer

Ei Dar Li Ko Ko answered on December 8, 2022 02:39

Normally for the portal engine we use the Bizform tag to insert the Kentico form into the webpart then call the Save Before event, but these are removed already. So we just wonder in Kentico 13 how the form call is made.

0 votesVote for this answer Mark as a Correct answer

Juraj Ondrus answered on December 8, 2022 05:46

Currently, the only supported way is using the page builder widget "Form" to place an online form onto the live site. There were attempts in the past to customize this but almost all of them failed - especially on synchronizing the data and uploaded files between the two apps and usually it failed on sending notification emails.
But in general you can use the Forms API and create the records programmatically as you want. So, you can create a copy of look&feel and then use the code to save the data.

0 votesVote for this answer Mark as a Correct answer

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