I want to create a checkin-checkout form

Confluence User - 14 Jan, 2021

...where users can checkin and later on checkout. This is to track the contact details of the visitors (in a restaurant for instance). The checkin is no problem. The checkout is no problem, when just requesting the data again.

But how to connect name from checkin and put it into the check out form so the user just has to click checkout.

I assume there must be  a cookie ID which I could use or something hidden or environment variable...

Thanks in advance, regards, Mike Bergmann     

workflow;environmentalvariable

1


14 Jan, 2021
confluenceUser
confluenceUser

Hi, you could try using some custom JavaScript in a Custom HTML to read and cookies into a form field, for example https://stackoverflow.com/questions/14573223/set-cookie-and-get-cookie-with-javascript. This wouldn't be very secure though, but I guess might be good enough for non-critical use cases.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print