Hi all!
I was looking to implement CB registration form into a single article, in order to use the registration as a landing page.
For that I used a "Components Everywhere" plugin, which gives the possibility to implement various components into modules and articles.
So now I have 2 registration forms:
1) Inside my website itself, inside a "cb registration" menu link type (call it 'original');
2) A second form is inside the landing page, used with "tmpl=component" url method.
The form inside the website works fine. However, in my landing page I get the well known -
"Session expired or cookies are not enabled in your browser. Please press "reload page" in your browser, and enable cookies in your browser Please refresh/reload page before filling" - Error....
It seems that there are 2 locations for a single form: the 'original' and the second one. Only after I refresh the original form, the 2nd form works as well.
Now, I read many topics here and in other places on the net. I tried to disable all the cache, but no use. Tried to insert a 'window.reload(true)' script inside the article, no use. Tried to disable spoofing in CB config, also no use.
Does anybody here has an idea?
Many thanks!