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
CompanyDirectory using Custom Feilds on Edit Template
Re: CompanyDirectory using Custom Feilds on Edit Template
{$entry->fields.Address->name}
shows the name of the field
{$entry->fields.Address->value}
shows the value of the field
Kind regards,
Jan
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
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.

