Hello!
Shortly here is my situation:
As I know, the above code should be working, but is not. It's only working if I use it hardcoded, like this:
What I'm missing here? Any idea? Anybody?
Thank you!
Shortly here is my situation:
- Code: Select all
<cms:template title='Template_1' clonable='1' > <cms:editable name='field_1' label='Some text' required='1' type='text' /> </cms:template> <cms:if k_is_page > <cms:set my_field_1=field_1 scope='global' /> <cms:pages masterpage='members/template_2.php' custom_field='field_x=<cms:show my_field_1/>' > some things to display </cms:pages> <cms:else /> <cms:embed 'template_1_list.html' /> </cms:if>
As I know, the above code should be working, but is not. It's only working if I use it hardcoded, like this:
- Code: Select all
<cms:pages masterpage='members/template_2.php' custom_field='field_x=Some text here' >
What I'm missing here? Any idea? Anybody?
Thank you!