PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Add time stamp to each page of a form

  1. axys
    Member

    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 ?

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  2. 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.

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  3. axys
    Member

    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

    Posted 12 years ago on Thursday November 17, 2011 | Permalink
  4. OK, please let us know if you need any help with the implementation. Thank you.

    Posted 12 years ago on Friday November 18, 2011 | Permalink