CompanyDirectory using Custom Feilds on Edit Template

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
inyerface
Forum Members
Forum Members
Posts: 191
Joined: Mon Nov 26, 2007 4:46 pm

CompanyDirectory using Custom Feilds on Edit Template

Post 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
janvl
Power Poster
Power Poster
Posts: 985
Joined: Wed Aug 13, 2008 10:57 am

Re: CompanyDirectory using Custom Feilds on Edit Template

Post 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
inyerface
Forum Members
Forum Members
Posts: 191
Joined: Mon Nov 26, 2007 4:46 pm

Re: CompanyDirectory using Custom Feilds on Edit Template

Post 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.
Post Reply

Return to “Modules/Add-Ons”