Skip to main content

Activity

commented on page_tag
Is it possible, in Liquid, to count all instances in which a person has a specific person tag? I can produce counts for things like supporter counts, members, etc, but can’t seem to figure out how to count (or list) all people that have a certain tag (i.e. fun_tag, or surfer, etc). I was trying something like this:
  {% for signup in signup.tag_list contains "surfer" %}
  <p>They have the "fun" tag</p>
          {{ signup.name_or_email }}
  {% endfor %} 
posted 2015-06-09 16:23:18 -0700
commented on How do I change an incorrect Supporter back into a Prospect?
Hi All, is there a way to do the Opposite of this? If I want to batch update a group of people from Prospects To Supporters, how would I do that. I don’t necessarily see a clear option for that. (I see that you can assign Supporter Levels but I don’t want to do this…just make them all generic supporters). Please advise. Thank you!
posted 2014-04-14 11:17:26 -0700
commented on unsubscribe
Hi All

I have the same question, can we add people-type/signup object custom fields to Unsubscribe pages. I am not able to get this to work, presumably because the unsubscribe page is not a “signup” page.

This is the code I am trying, though it doesn’t work (returns an error):
<div class="row-fluid">
    <div class="span12">
      Why are you unsubscribing?
      {% text_field "custom_values.unsubscribe_reason_text" %}</div>
  </div>  
posted 2015-01-28 14:01:36 -0800