1
00:00:00,520 --> 00:00:06,470
Hey, welcome to a new day on continuing to build our job application form web app.

2
00:00:06,490 --> 00:00:08,970
So yesterday we worked on the front end.

3
00:00:08,980 --> 00:00:19,120
We built this HTML page using HTML and bootstrap, and the user can fill in those entries here and then

4
00:00:19,120 --> 00:00:23,770
they are supposed to press on submit, but currently nothing happens.

5
00:00:23,770 --> 00:00:29,530
So what we'll do today is we're going to implement the submission of this form.

6
00:00:29,620 --> 00:00:35,080
Where is this form going to be submitted to an SQL database?

7
00:00:35,080 --> 00:00:39,970
So these data are going to be stored in an SQL database.

8
00:00:40,180 --> 00:00:46,240
Plus we're going to send this data to the email that the user provides here.

9
00:00:46,240 --> 00:00:48,430
So let's do this today.

10
00:00:48,460 --> 00:00:49,510
I'll see you in the next video.

