Page 1 of 1

CompanyDirectory using Custom Feilds on Edit Template

Posted: Sun Oct 06, 2013 3:27 am
by inyerface
I want FEU's to be able to edit Custom Fields in CompanyDirectory.

I can use {$entry->fields.Address->name} to display name but can't display the textbox. {$entry|@print_r} only shows the names of the fields... How can I display that textbox?

CompanyDirectory 1.19.4
CMSMS 1.11.2.1

Re: CompanyDirectory using Custom Feilds on Edit Template

Posted: Sun Oct 06, 2013 9:05 am
by janvl
{$entry->fields.Address->name}
shows the name of the field

{$entry->fields.Address->value}
shows the value of the field

Kind regards,
Jan

Re: CompanyDirectory using Custom Feilds on Edit Template

Posted: Sun Oct 06, 2013 9:42 am
by inyerface
I thought the same and should have clarified... {$entry->fields.Address->value} is showing the value in text "123 Fake Street" but I need to have the textbox appear so users can update the value via the Edit Company Template.