You are viewing limited content. For full access, please sign in.

Question

Question

Get Process Initiated date

asked on October 18, 2016 Show version history

How do I get process initiated date in Forms Javascript section please?

 

Thanks

Priya

0 0

Replies

replied on October 18, 2016

For instance start date, you could assign a field with default value 

and then use that in your JavaScript.

 

$('document').ready(function(){
  //alert($('#q7 input').val());
});

Does that answer your question? 

0 0
replied on October 18, 2016

Do you need this for the starting form or later in the process?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.