I am using vfb pro version 3.1.5.
I want to get all the field-values in the form to be submitted to a table when the user presses the submit button.
Is it possible to intercept the submit button and implement this functionality?
I was thinking to create a add_action hook in the themes functions.php, but I am not sure how to do this as I don't know how to capture all the fields in the current form to pass it to the hook.
Please give me some valid pointers.