in form builder, the form function tab allows you to set the form contents to be sent in an email.
to store the form data in a database, you would need to add an insert record behavior. Go to the server behaviors and click the plus button then select insert record.
select the form element that each column should use to get the value from.
you can update the universal email behavior (Window -> Server behaviors, double click the universal email server behavior) so that it redirects to another page after sending the email.