michel

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Email or Export Contact Groups #19432
    michel
    Participant

    The Email Campaign add-on seems the be the way to go for us then.
    Thanks!!!

    in reply to: Remove Life Stages #18951
    michel
    Participant

    Nice, that did the job.
    For those who are wondering about the same, use this code in your child theme’s functions.php

    
    add_filter( 'erp_crm_life_stages', function ( $life_stages ) {
       	$life_stages['student'] = 'Student';
    	$life_stages['opportunity'] = 'Parent';
    	$life_stages['subscriber'] = 'Alumni';
    	$life_stages['customer'] = 'Applicant';
    	$life_stages['teacher'] = 'Teacher';
    	$life_stages['lead'] = 'Staff';
       return $life_stages;
    });
    
    • This reply was modified 5 years, 10 months ago by michel.
    in reply to: Remove Life Stages #18867
    michel
    Participant

    Shawon,

    That’s correct. I don’t use leads, customers and opportunities.

Viewing 3 posts - 1 through 3 (of 3 total)

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We received your query

We will reply to you very soon :)