I’m setting up several eForms on client’s site, and for some reason they are working on one page, but not on the other two pages where they appear. I first thought I might have mis-typed something, so I copied over the working snippet call just to make sure, but that doesn’t work either.
Here’s the code I have:
[!eForm? &formid=`buying` &tpl=`buyingForm` &report=`formEmail` &subject=`[+subject+]` &to=`[email protected]` &ccsender=`1`!]
On the non-working pages, it just returns:
[[eForm? &formid=`buying` &tpl=`buyingForm` &report=`formEmail` &subject=`` &to=`[email protected]` &ccsender=`1`]]
I’ve tried switching on and off page caching, publishing and unpublishing but nothing seems to have any effect. Has anyone ever run into something like this? Your help is much appreciated!