Is it possible to show all the form data in console when the form is submitted and then the data is posted to the server as well?
Something like that?
<form action="http://whatever.com" method="POST" onSubmit="console.log(All Form Data)">
Thanks Ahmar.