我正在尝试添加joomla联系表单中字段的链接。我正在努力实现这个目标:
<field name="contact_terms"
type="checkbox"
id="contact-terms"
description=""
label="I agree to <a href='http://example.com/terms'>Terms and Conditions</a>"
default="0"
value="1"
required="true"
/>
但它给出了一个错误,我对joomla来说非常新。应该怎么做?