Get $record->get(‘meta’) in custom Elementor Form Widget Action
I trying to get the $record->get('meta')
in my custom Elementor Form Widget Action, but its returns empty array, is there a way to get the meta data?
Besides, all other action record such as $record->get('form_settings')
and $record->get('fields')
return a normal values, so only the issue in $record->get('meta')
which return empty array.
Need help trying to do hide and show coloums on base of form feild user selection
so i making a directory where i created a elementor form with dropdown and using dynamic conditon plugin but its not working. so what i want to do is when user select any feild of that form the coloums related to show and other will hide https://cmtnetwork.ca/directory/ this is the link if anyone can please guide me it will be a huge help Thank you in advance.
Debugging Elementor Issues with .elementor-column element width being set to 100% on mobile
In an elementor site which I did not build (and I am not an elementor expert in any way) I was asked to resolve a problem.
wordpress elementor posts widget query problem when using tags and categories together
how do i add posts from both a tag and category not just posts with both attributes in elementor posts widget. As of now it shows posts that is both tagged and is from the same category.
How can push local changes with Elementor to websites?
I develop wordpress site and deploy all local changes to production in website via github,but understand that Elementor plugin stores the data in postmeta table in Data Base. My local Elementor plugin stored changed data to my local Data Base and Elementor plugin in website stored data to websites Data base.