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

Question

Question

Form read receipt

asked on July 1, 2020

I am wondering if it is possible to get a "read receipt" from when someone has opened a form link? This would be from a public form that has some sort of 'terms and conditions'

 

 

0 0

Replies

replied on July 2, 2020

Hi Jonathan,

You could run a stored procedure on form load that updates an SQL table. This could be as simple as inserting the username into a table. You could use hidden fields on the form that have a default value of the username/displayname of the user and the date or time, and then use them as parameters on the stored procedure to update the table with.

 

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

Sign in to reply to this post.