Title: Elementor form
Last modified: March 8, 2026

---

# Elementor form

 *  Resolved [przemek102](https://wordpress.org/support/users/przemek102/)
 * (@przemek102)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/elementor-form-10/)
 * How to track submission via Elementor form?
 * In code after send i see: <div class=”elementor-message elementor-message-success
   elementor-message-svg” role=”alert”>
 * or as i copy selector:
 * kontakt > div > div.elementor-element.elementor-element-0d9d742.e-con-full.e-
   flex.e-con.e-child > div > div.elementor-element.elementor-element-0d5d9fc.elementor-
   button-align-stretch.elementor-widget.elementor-widget-form > div > form > div.
   elementor-message.elementor-message-success.elementor-message-svg
 * Please help 🙂
    -  This topic was modified 1 month, 1 week ago by [przemek102](https://wordpress.org/support/users/przemek102/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Krzysztof Planeta](https://wordpress.org/support/users/chrisplaneta/)
 * (@chrisplaneta)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/elementor-form-10/#post-18845040)
 * Hello Przemek
 * It is possible that this message is added dynamically so we need to enable one
   thing to be able to track it.
 * Go to the Shared Tracking Settings menu > Tracking improvements > enable “Use
   DOM Listener to track when dynamic page elements show on screen”
 * After you do this, go back to the settings of the tracking tool you want to use.
   Look for the field to track views of page elements. In the CSS selector field
   write:
 * **.elementor-message-success**
 * If you have many forms on your site, you can add some unique identiifier of the
   form before the class I wrote above (like **.form-111 .elementor-message-success**)
   or the CSS class with the ID of the page where you added the form (from the “
   body” element), It should be something like **body.post-1111** **.elementor-message-
   success**
 * Replace 1111 with the ID of the page. And this is all 🙂
 * Have a nice day
   Krzysztof PlanetaAuthor of WP Full Picture

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Felementor-form-10%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/full-picture-analytics-cookie-notice/assets/icon-256x256.
   png?rev=3341747)
 * [Tracking and Consent Manager - WP Full Picture](https://wordpress.org/plugins/full-picture-analytics-cookie-notice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/full-picture-analytics-cookie-notice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/full-picture-analytics-cookie-notice/)
 * [Active Topics](https://wordpress.org/support/plugin/full-picture-analytics-cookie-notice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/full-picture-analytics-cookie-notice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/full-picture-analytics-cookie-notice/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Krzysztof Planeta](https://wordpress.org/support/users/chrisplaneta/)
 * Last activity: [1 month, 1 week ago](https://wordpress.org/support/topic/elementor-form-10/#post-18845040)
 * Status: resolved