The LimeSurvey Fund-Raiser 2012 is complete. Thank you for donating a total of 25,000 USD!     List of donors »

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Use a participant's email address domain in a relevance equation

Use a participant's email address domain in a relevance equation 3 months 4 weeks ago #91761

  • mgib134
  • mgib134's Avatar
  • OFFLINE
  • Gold Donor
  • Posts: 10
  • Karma: 0
I'd like to be able to filter questions based off of a participant's email address domain (participants will always have an email address registered in the panel). For example, this survey will be taken by people at two companies, and certain questions will only be displayed to one company or the other.

The current relevance equation I'm using looks like this:
(strstr(TOKEN:EMAIL, '@') == "domain.com")

So, if the participant's email is ' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ' it will compare the string following the '@' symbol. But this doesn't seem to be working. Is this the right way to do this? Is this even possible?
The administrator has disabled public write access.

Re: Use a participant's email address domain in a relevance equation 3 months 4 weeks ago #91764

  • tpartner
  • tpartner's Avatar
  • OFFLINE
  • LimeSurvey Team
  • Posts: 2864
  • Thank you received: 424
  • Karma: 245
strstr() will return a string including the splitting character (needle).

Try:
(strstr(TOKEN:EMAIL, '@') == "@domain.com")
Cheers,
Tony

LimeSurvey is open-source and run entirely by volunteers so please consider donating to support the project.
The administrator has disabled public write access.
  • Page:
  • 1
Moderators: DenisChenu, ITEd
Time to create page: 0.300 seconds
Donation Image