• Heyas,

    I’ve searched everything and tried so many things, but I simply don’t get it to work:

    For us, the email address is just only for notification and for validating the database entry.

    For privacy reasons it should never be shown in the list (which is working, because correctly configured) and also not in the single records page (details page).

    So, how to hide the email address from the single records page??

    Best regards
    Christin

    The page I need help with: [log in to see the link]

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

    (@xnau)

    You have control over the visibility of all the fields. There’s two ways to control the visibility of a field: either by using the field group’s visibility setting or in the case of an individual field you don’t want seen, you need to use the “fields” attribute of the shortcode to tell the shortcode which fields to show.

    It may be best to put the email field into a group with “private” visibility, that way it will only be seen by the person editing the record or the administrator.

    If you want the field not shown in one particular shortcode, you can use the “fields” attribute…for example:

    [pdb_single fields="first_name,last_name"]

    Listing all the fields you want shown. Using groups is often the simpler way to go.

Viewing 1 replies (of 1 total)
  • The topic ‘Single record page shows email address – how to hide email address?’ is closed to new replies.