Is there an event for when a BizForm is created or rendered?
I know that there are events for creation, updating and deleting bizform items, but I need to add my business logic, when the form is rendered/created and not posted back to the server.
No, there is no such event. You can make your custom BizForm webpart/widget by copying the original one and perform your actions there.
Please, sign in to be able to submit a new answer.