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

Question

Question

Creation date of a forms authenticated participant

asked on June 30, 2016 Show version history

Is there any way to get this information?

0 0

Replies

replied on June 30, 2016

I doubt this information is available anywhere. The only spot I'm seeing a creation date associated to users is in the Forms database table [cf_users_sign_up]. Personally, I don't have any authenticated participants so I can't validate this is true. 

 

SELECT [signup_id]


,[fullname]

,[signup_date]

,[invitation_code]


,[tenant_id]

,[role_id]

FROM [LFForms].[dbo].[cf_users_sign_up]

Best of luck,

Carl

0 0
replied on June 30, 2016

We are actually trying to find the info in a table that maybe got a reference to the User ID but without any success right now.

Thanks anyway  Carl

0 0
replied on July 5, 2016

He Gerardo, the creation date information is not recorded in the database. Can you explain why you want such information?

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

Sign in to reply to this post.