Tim,
I have contour form its part of a search solution. So user performs search and they can email to themselves the search criteria and results of search. To get the email they fill in the form. All works fine.
What I want to do is if the form has already been completed once then they don't need to fill it in again. So what is the best way to do this? After form submitted setup workflow to set a cookie with the record id? Then next time form loads check for that cookie if present prefill the values?
Re populate form if previously completed
Tim, I have contour form its part of a search solution. So user performs search and they can email to themselves the search criteria and results of search. To get the email they fill in the form. All works fine.
What I want to do is if the form has already been completed once then they don't need to fill it in again. So what is the best way to do this? After form submitted setup workflow to set a cookie with the record id? Then next time form loads check for that cookie if present prefill the values?
Regards
Ismail
Comment author was deleted
Yeah or just set the default value of that field to the cookie with the special syntax
Tim,
Ok so create new workflow that creates cookies for each of the fields (only 3 fields) and use special syntax?
Regards
Ismail
Comment author was deleted
Yup would do it that way :)
Ah contour love it! its just to easy!!!
is working on a reply...