Element Presence Trigger Error

Hi everyone,

I am trying to create an Element Presence trigger, and this is the CSS Selector:

#pr_form > div.elementor-container.elementor-column-gap-default > div > div > div.elementor-column-wrap.elementor-element-populated > div > section > div > div > div.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-2c32d28 > div > div > div > div > div > div > div.form-cover > form > div.final-success

Whenever I try to create the trigger, I get the message “Error saving trigger”.

I tried to shorten the CSS Selector to this (although it is not the correct selector):

#pr_form > div.elementor-container.elementor-column-gap-default

In this case, it works. Is it possible that I cannot create an Element Presence trigger if the CSS selector is too long? Do you have any workarounds?

Thank you.

Arben

Hi Arben

The maximal number of characters is 255. While your selector is 347 characters long.
The only way would be to use simpler selector then the one here.

Best,
Oliwer

1 Like

Thank you for your answer Oliwer, I wish the error message was clearer.