In the code below, there is a form for users to input their information. When a user clicks on the submit button, I need help writing the script correctly in order to successfully call both events.
<script>
$('.submitbutton').click(function(e){
});
</script>