Relative Content

Tag Archive for elementor

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.

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.