After creating two JavaScript functions, I am eager to utilize both of them upon pressing the submit button on my form. The first function is already integrated into the submit button and activates a paragraph display upon submission. Now, I intend to showcase a table that includes field values extracted from the form input - such as date, text, and number types. This table will consist of 2 columns and 5 rows; the first column detailing company name, available seats count, position names, location, and application deadline, while the second column presents the actual field values obtained using the document.getElementById('ID') function within the form. It's worth noting that both functions rely on the document.getElementById('ID') method.