10 years ago
1
Topic
Hi all,

I wonder, how to render a dynamic select in my template override. I have a content_type with some fields, and made its override through "seb_one> positions> 'content_type'> content> 'positions.'" Everything works normally, except for a dynamic select you want displayed on the page. It works right into the admin area, but I can not bring it to the frontend. I've used 'getValue', 'renderField' and nothing worked. Could anyone help me please?

Thank you.
Get a VIP membership
693 Posts
rpoy
10 years ago
0
Level 1
Hi Cake,

In order to render a control like the Display Dynamic, then you need to be on the Site Form.   The Content sections, are the results of data saved in a form.

Check out how to make an Article Submission Form.

Hope that helps,

Randy

Edit: The override for the custom template should be:"seb_one> positions> 'content_type'> site > 'positions.'"

Get a VIP membership