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?
What do you mean when you say "call the form"?
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.
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.
Please, sign in to be able to submit a new answer.