Skip Navigation

[Gelöst] Layouts – email: don't show the email address, instead show the word "email"

This support ticket is created vor 7 Jahren, 7 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Dieses Thema enthält 1 Antwort, hat 1 Stimme.

Zuletzt aktualisiert von markH-16 vor 7 Jahren, 7 Monaten.

Author
Artikel
#511026

I added an email field to a layout. I'd like it to display as the word "Email", but instead it shows everyone the actual email address. Everything is working. I just don't want to reveal email addresses. How do I add the field and disguise the address?

#511030

I figured it out, and thought I would give the answer in case someone else comes across this.

When adding an email field you are given Display options, and a chance to add a title.

I you miss that, you can add the title to your shortcode.

<div>[types field='vendor-email' title='Email' target='_blank'][/types]</div>