Can variables in embedded templates be parsed?
I have a custom profile field called “cc_accepted” that called from a regular template like so…
{exp:user:edit}
Your screen name is {screenname}.
<p>Some other stuff in my regular template.</p>
{embed="embeds/my_embedded_template"}
{/exp:user:edit}
Then in ‘my_embedded_template’.
The credit cards you accept are {cc_accepted}.
I have tried this… but the variable in the embedded template doesn’t seem to get parsed.
It’s probably in the docs… but I can’t find it.
Thanks in advance for any help offered!
