Good morning,
I have the below code that comes out a bit strange… Can you perhaps tell me what’s wrong with the input field that should actually be a dropdown menu?
{% if custom.approval.postponement == true %}
- {% capture title_approval_meeting %}Goedkeuring van het {% input custom.dropdown.postponement as:select options:“uitstel|vervroegen” %} van de jaarlijkse algemene vergadering van aandeelhouders{% endcapture %}{% input period.custom.title.approval_meeting default:title_approval_meeting assign:title_approval_meeting %} {% endif %}