Skip to main content
Favorites Action for Elementor Pro Form
Updated over 2 weeks ago

The "Clear All" action is available starting from Dynamic Content for Elementor v3.3.0.


This feature requires Elementor Pro, as it extends the native Form widget.

The Favorites Action extends Elementor Pro Forms by allowing users to interact with post favorites directly through form submissions.

This action enables site visitors to add, remove, or clear posts from a personalized favorites list, which can be stored either in user meta (for logged-in users) or via browser cookies (for guest users).

This flexible mechanism is ideal for building interactive experiences like user dashboards, wishlists, or bookmarking systems.

Settings

The Favorites Action can be added to a form via the Actions After Submit panel. Once selected, a new settings section titled Favorites appears in the form configuration panel.

The settings section supports multiple favorites operations via a Repeater control, where each row defines a specific action and its behavior:

  • Action

    • Add: Add a post to the favorites list.

    • Remove: Remove a post from the favorites list.

    • Clear All: Clear all posts under a specific favorites key (available from v3.3.0).

  • Scope

    • User: Stores favorites in the user meta (for logged-in users).

    • Cookie: Stores favorites in a browser cookie (for guest users).

  • Key

    • A unique identifier (e.g., my_favorites) is used to group favorite data per scope.

  • Post ID

    • The ID of the post to be added or removed from the favorites list.

    • Not required for the Clear All action.

  • Cookie Expiration

    • Defines how long the cookie should persist (in days). 0 or empty means the cookie will expire at the end of the session.

    • Only applicable when the scope is set to Cookie.

Style

This feature does not include styling options as it is backend-oriented and works at the logic level within Elementor Forms.

Compatibility with Other Features

The Favorites Action works in conjunction with the Favorites widget and Favorites Dynamic Tag, allowing you to display and retrieve the favorites list dynamically on the frontend.

Usage Summary

  • Add the Favorites action to your Elementor Pro form.

  • Configure each action using the repeater:

    • Choose the operation (Add/Remove/Clear All).

    • Define the scope (user or cookie).

    • Assign a unique Key to group favorites data.

    • Specify a Post ID if needed.

  • On form submission, the system updates the favorites list accordingly.

  • Display favorites on the frontend using Dynamic Content for Elementor Favorites widgets or dynamic tags.

Did this answer your question?