REQUEST - 'Add Event Form' JS events

Need to be able to modify the 'Add Event Form' associated with calendar views using the javascript sandbox.


E.g. the below does not work on the 'Add Event Form'


$(document).on('knack-view-render.any', function(event, view, data) {
$('label[for="street2"].hint').text("Suburb");
});


Or, you at least need to be able to go to a non-modal page from the calendar, that has the 'Add Event Form' so that you can modify the elements.