Solved
Cookie-free multi part embedded form
Here is the challenge:
- Create a multi-part form, to be used on a web site (wordpress) as an embedded form
- As it is a multi-part, we need to keep context between the steps, and we would like to avoid the use of cookies for this, so that it works even in a cookie controlled environment
Any idea?
-Greg