You need to add the script for the registration form event handling.
Which code segment should you use?
formContext.data.entity.addOnSave(myFunction)
formContext.data.addOnLoad(myFunction)
formContext.data.removeOnLoad(myFunction)
addOnPreProcessStatusChange
formContext.data.isValid()
Scenario: Information about upcoming tournaments must be pre-located into the registration form when the registration form loads.
addOnLoad adds event handlers to the Subgrid OnLoad event event.
Submit