Jump to content

Customer don`t change the custom field


casa

Recommended Posts

Hi,

 

I have a custom field and I want that this not editable by the customers.

 

The custom code is

 

{if $customfields}

<br />

<table cellspacing="1" cellpadding="0" class="frame"><tr><td>

<table width="100%" cellpadding="2">

{foreach key=num item=customfield from=$customfields}

<tr><td width="150" class="fieldarea">{$customfield.name}</td><td>{$customfield.input} {$customfield.required}</td></tr>

{/foreach}

</table>

</td></tr></table>

{/if}

 

Can anyone help me to change this code for the customer do not edit it?

 

Thank you.

Link to comment
Share on other sites

  • 2 weeks later...
  • 8 months later...

How would I do this for specific custom fields. I have some fields I still want the customer to be able to edit like "secondary email address" "mobile phone" etc. But I do want to be able to have a link to their joomla administration area and admin user/pass. Any ideas? Oh yeah, I'm not really a coder, so be gentle. I did find the string of code listed above, but don't know what to do with it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated