below is my code .....and it is not working properly......error is shown in comments
{% for element in form %}
{% if is_a(element, 'Phalcon\Forms\Element\Hidden') %}
{{ element }}
{% else %}
<div class="form-group">
{% if element.label() =="name" %}//Comparision is made here but not working
{{4}}
{% endif %}