Hi,
I have a form with 4 pages and I look for a way to add a time stamp after each "next". What is the better way to do it ?
Hi,
I have a form with 4 pages and I look for a way to add a time stamp after each "next". What is the better way to do it ?
What have you tried so far?
What will the time stamp represent? When the next page is loaded (so, clicking "Next" creates a time stamp?) Once you have the time stamp for each page, where will you store them and what will you do with them?
There is a hook that runs after clicking next (and previous too, actually) called gform_post_paging. You can use that hook to run whatever code you want when the next/previous buttons are clicked.
I did not discover the gform_post_paging until now but it look like what I need for store the time people begin to work and when they finish
OK, please let us know if you need any help with the implementation. Thank you.