Skip to main content

Optimonk popups


Forum|alt.badge.img+2

Sorry about post this here, I didn’t find any community of this.
Anyone here know how to make popup of OM shown multi-times for user who submitted and not.

Did this topic or the replies in the thread help you find an answer to your question?

7 replies

Forum|alt.badge.img+5
  • Problem Solver III
  • 16 replies
  • May 16, 2024

  • Contributor I
  • 2 replies
  • February 6, 2025
dungnguyen wrote:

Sorry about post this here, I didn’t find any community of this video speed calculator.
Anyone here know how to make popup of OM shown multi-times for user who submitted and not.

You can achieve this by tracking user submissions with a flag (like a database entry or session cookie) and using it to control when the OM popup appears. If the user hasn't submitted yet, trigger the popup; if they have, prevent it from showing again. You can also set a condition that allows the popup to appear multiple times if needed, based on a specific action or delay.


Amos Peace
Problem Solver III
Forum|alt.badge.img+5
  • Problem Solver III
  • 62 replies
  • February 6, 2025

Hello ​@dungnguyen,

I guess you're referring to a Klaviyo popup (signup form) for an Offer Modal (OM) and want it to be shown multiple times based on whether a user has submitted it or not. Here’s how you can achieve that:

  1. Go to Klaviyo Dashboard > Sign-up Forms.
  2. Edit your popup (or create a new one).
  3. Set display frequency under the Targeting & Behavior settings:
    • Set "Show again after X days" to a low value (e.g., 1 day or even every session).
    • This ensures that if the user hasn't submitted, they will keep seeing the form.

To Show Popup Again Even for Those Who Have Submitted

By default, Klaviyo hides the form for users who have already submitted their email. To override this:

  1. Under "Targeting & Behavior," find "Don't show to existing Klaviyo profiles."
  2. Disable this option to allow it to appear even if they've submitted before.

However, if you want to show different versions of the popup depending on whether they signed up, you can:

  • Create a duplicate form and set different targeting rules:
    • Form A (for new users): Normal signup popup.
    • Form B (for existing users): Different message (like a special offer or reminder).
    • Use Klaviyo's "Show only to existing profiles" targeting for Form B.

I hope this helps.

 

Best  Regards,


  • Contributor I
  • 1 reply
  • February 13, 2025
dungnguyen wrote:

Sorry about post this here, I didn’t find any community of this valentine nails quotes
Anyone here know how to make popup of OM shown multi-times for user who submitted and not.

No problem you can easily manage the OM popup display by tracking user submissions using session cookies or a database flag. Research shows that persistent tracking methods like cookies retain user preferences for up to 30 days, while session-based tracking resets once the browser is closed. If the user hasn’t submitted yet, trigger the popup; if they have, suppress it unless a condition (e.g., time delay or user action) allows it. You can also reset the flag after a set period to re engage users


  • Contributor I
  • 1 reply
  • February 25, 2025
dungnguyen wrote:

Sorry about post this here, I didn’t find any community of this.
Anyone here know how to make popup of OM shown multi-times for user who submitted and not.

If you want a popup in Klaviyo to show multiple times for a user who has already submitted, you need to adjust the display and targeting settings. First, check the frequency settings in the Onsite Messaging (OM) tool to ensure it’s not set to “Show only once.” Instead, allow it to reappear after a specific time or session reset. Additionally, use Flow filters and conditional logic to track user behavior and trigger the popup accordingly. If you’re looking for better engagement, consider segmenting users based on their interactions. Plan your taxes effectively with the Pakistan income tax calculator to ensure compliance and optimize your tax strategy.


dungnguyen wrote:

Sorry about post this here, I didn’t find any community of this.
Anyone here know how to make popup of OM shown multi-times for pprints user who submitted and not.

o make the OM popup appear multiple times for users who have already submitted, you need to adjust the local storage or cookie settings that track user interactions. Many platforms use JavaScript with localStorage or sessionStorage, while others rely on server-side tracking. Studies show that 90% of websites use cookies for session management, and optimizing popup frequency can improve engagement rates by up to 40%. Consider implementing a time-based reset or an event trigger to control when the popup reappears.


MANSIR2094
Problem Solver IV
Forum|alt.badge.img+17
  • Problem Solver IV
  • 235 replies
  • February 25, 2025

Hi  ​@dungnguyen ,

If you want your OptinMonster popup to show multiple times, even to users who have already submitted the form, you need to adjust some settings. Normally, OptinMonster sets a cookie when someone submits the form, which stops the popup from showing again. You can change this by going into the settings and reducing the time the cookie lasts or turning it off completely.

Another way is to check the display rules and make sure the popup is not set to show only once per visitor. Instead, you can set it to appear on every visit or after a certain time. If you still want it to show to people who already submitted, you can create a similar popup and set it to show again after a few days.

If the settings don’t work as expected, you can also use a small piece of code to clear the cookie and make the popup show again. Let me know if you need help with any step.