Skip to main content

Has anyone successfully used custom fonts in their FluentCRM emails?

Although the plugins of this house are not heavy, I have the problem that they are adding a lot of time: fluentcrm, wp ninja and forms add up to 2 seconds.

How can I delay their loading to improve the times? Especially on mobile devices.

Look my code profiler screeenshot.

How to delay loading?

Context:

I created event pages with a registration form inside. When they register I need to apply a tag (Event name) into fluent crm, so I can separate those participants.

I saw that with fluent forms I can create dynamic logic, but It cannot actually choose a field from the form to retrieve the text and create/apply a tag.
So I should create all the Tags in advance and modify every time, it doesn't fix my need of using only one form.

I was wondering if I can do that with API but I have no Idea how to do it. Some suggestions?

Hi Shahjahan JewelΒ - just wondering if you have a space here to share code snippets? I've built a number of customizations that might be helpful to others, thought i would pass them along here for anyone else who might want to use them. I've got a couple for FCRM, and a few for FluentForms... by the way, there's no space in this community for FluentForms? and FluentSMTP?

Thanks,
Dan

Hi Team,

Right now all the "timer and wait" code is hard-coded into the funnel logic. This makes it difficult to extend, enhance, override. I was able to do this (just barely) using an extension of a base class, but I had to be very very careful not to break anything. Even now, it's limited in it's functionality.

Here's the business use case: We use LearnDash Groups, and therefore LearnDash Group enrollment triggers. We have ACF (advanced custom fields) attached to each group, with a custom group expiration date. The custom group expiration date is copied in from a wooCommerce subscription expiration date. The contacts themselves (students) are not affiliated with the subscription, but rather enrolled and unenrolled from the learndash groups. Our requirement: Wait until 10 days BEFORE the ACF field group expiration date happens, then send an email to each student enrolled in the group that their access is about to expire.

Now, we have :

  1. the context (ie: which group they are enrolled in) through the POST ID stored in the funnel table based on the trigger of group enrollment.
  2. We have the ACF field in postmeta for the learndash group.
  3. We have the contact in the funnel, enrolled in the group.

What we don't have is a way to customize the timer to either:

a) leverage the GROUP META (an ACF meta field as the basis for calculation)

b) a base timer class that we can extend as a custom "WAIT" (this would be AWESOME) and NO, the timer logic cannot be modified currently using a custom ACTION because the timer logic is built in - hardcoded to the funnel handler.

Please add a core base class, extract the timer logic from the built-in funnel handler OR provide us with new FILTER calls so we can hook in to timer decisions?? if you can do this, we could use the custom action to enhance the timer settings - and this would be the least intrusive, and fastest method for FCRM to enhance timer conditions.

Since there's no other forum for it here, I'm asking in FluentCRM. This seems to be the only way to make a pop up form: https://fluentforms.com/how-to-create-a-popup-box-using-wordpress-forms-builder/

Is there a more straightforward way to create a pop up form or any plans to add that feature in future updates?

Would there be a way to encourage customers to leave product reviews by issuing discount coupons for them after leaving a review? Does woocommerce provide a hook for leaving woo reviews that can be utilized by FCRM as an automation trigger, please?

Hi, I am looking for some help... My client has Gtranslate installed for multilanguage, but now needs a way to capture the language somehow, so we can set a language tag or custom field in FluentCRM.

Is there any way to do this, maybe withe a codesnippet or something?

Can anyone help me with this? (I am not a developer)

This wasn't an issue for me until today and I can't see how to do it. I have an automation that starts with a form submission. I'd like to duplicate it and swap the trigger to Applied Tag.

Except I can't see how to change the trigger. If there isn't a way, please consider this a feature request.

It would be a simple way to customise a much-needed sense of accomplishment when someone completes a course, by giving access to locked spaces, sending a custom congratulatory email and more.