is it possible to modify the front end form? for example i do not want users to be able to set billing parameters, email texts and certain other parameters.
You will need to edit code to remove the section you don't want in the form. Look at the file components/com_eventbooking/views/event/tmpl/form.php and you should be able to edit code to make the form works in the way you want.