CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Add only specific tags to profiles
Pages: [1]

Author Topic: Add only specific tags to profiles  (Read 353 times)

jkirsner

  • I post occasionally
  • **
  • Posts: 40
  • Karma: 1
  • CiviCRM version: 4.1.2
  • CMS version: Drupal
  • MySQL version: unsure
  • PHP version: unsure
Add only specific tags to profiles
March 18, 2014, 12:15:10 pm
Hello!

I was wondering if there was a way to only display a single tag, or only several tags, in a profile. I know you can add all of them, but we use tags for different things, some of which would be nice to use in profiles so our constituents can edit them independently.

Thanks!

-Jessica

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Add only specific tags to profiles
April 14, 2014, 09:17:27 pm
Not without custom programming, but a quick workaround might be to use CSS to hide the tags you don't want displayed publicly.

Code: [Select]
input#mycheckbox { display: none; }
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Add only specific tags to profiles

This forum was archived on 2017-11-26.