How to intercept the submit button in a vfb form for storing field values to db
-
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.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to intercept the submit button in a vfb form for storing field values to db’ is closed to new replies.