Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Put something like this in your custom template:

    <?php if ($this->field->name === 'email') {
       $this->field->attributes['readonly'] = 1;
    } ?>

    Just change the field name it’s testing for to the one you want to make read-only.

Viewing 1 replies (of 1 total)
  • The topic ‘READ ONLY email in record progile’ is closed to new replies.