fatal error screaming for closing tag
# 129 <!-- REQUEST ANOTHER CONTACT -->
# 130 <field name="anotherCall" type="boolean">
# 131 <prompt>
# 132 Would you like to call someone else.
# 133 </prompt>
# 134
# 135 <filled>
# 136 <if cond="anotherCall">
# 137 <clear/>
# 138 <else>
# 139 <goto next="#goodbye"/>
# 140 </if>
[Fatal Error]:The element type "else" must be terminated by the matching end-tag "</else>".
# back to top141 </filled>
# 142 </field>
# 143 </form>
and I did as was recommended, but then it screams this error message:
# 129 <!-- REQUEST ANOTHER CONTACT -->
# 130 <field name="anotherCall" type="boolean">
# 131 <prompt>
# 132 Would you like to call someone else.
# 133 </prompt>
# 134
# 135 <filled>
# 136 <if cond="anotherCall">
# 137 <clear/>
# 138 <else>
# 139 <goto next="#goodbye"/>
# 140 </else>
[Error]:The content of element type "else" must match "EMPTY".
# back to top141 </if>
# 142 </filled>
# 143 </field>
# 144 </form>
[Fatal Error]:The element type "grammar" must be terminated by the matching end-tag "</grammar>".
# back to top
145
Please help me.

