1
0
-1

Hi,

When you submit a form with data, on the database you have the date and time when the form was saved and not the date and time when the the complete button was clicked. Is it possible to have the date and time when complete button was clicked as well. Or maybe to have only one button instead of 2(save,complete)?

Thanks

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, yes the 2 dates are same, but I need them to be different. Because I might submit the form today, but tomorrow I can click the complete button and I need to have the date and time of complete button, not the submit button.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi, won't the 2 dates be the same? If they are different then I suppose if you really need the exact time the button was clicked, you could add some custom JavaScript to set the datetime into a hidden field to be saved as part of the form submission.

          CommentAdd your comment...