Magic Tags are not working properly!
-
I was trying to use some of the magic tags in a field (value), but it’s not working.
Basically I am trying to pass some parameters via POST method from my previous form and want to set it in some hidden fields. So I’ve created a hidden field and set the value as
{post.my_param}
, where my_param is a POST parameter. This should work fine, since it’s showing the correct value (of my previous form) when I am inspecting the page. So I was quite happy to see that and I submitted the form. But in the entries page I saw the value {post.my_param} posted in the DB, but not the real value!Is it a bug? Please fix it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Magic Tags are not working properly!’ is closed to new replies.