gleamingterier
Member
I'm trying to add a domain field for certain abilities, but when I try to add a domain field, it says that the template is "Reference(ing) to portal 'domain' using the field for a different component set." I can't figure out what I'm doing wrong, and the wiki shows the same code:
<portal
id="lbldomain"
style="lblSecond">
<label
text="Domain:">
</label>
</portal>
<portal
id="domain"
style="editNormal">
<edit
field="domDomain">
</edit>
</portal>
I've tried creating a new field with the same parameters, but I get the same message. Any suggestions?
<portal
id="lbldomain"
style="lblSecond">
<label
text="Domain:">
</label>
</portal>
<portal
id="domain"
style="editNormal">
<edit
field="domDomain">
</edit>
</portal>
I've tried creating a new field with the same parameters, but I get the same message. Any suggestions?