latsi008
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] shortcode complex filter option (nested operators)It worked!
Thank you very much for all the help and for your support!
Forum: Plugins
In reply to: [Contact Form DB] shortcode complex filter option (nested operators)Thank you! That will do!
I have one more question.
In the filter option of the shortcode i can’t use the following three characters /)(I don’t want to use them as metachars, they are just simple chars.
below is an example. The filter option return nothing because of the chars in bolds.
(Accountant/2014)here is the complete code
$content = ‘[cfdb-datatable form=”cv-form” id=”cf2dbtable” trans=”AddIndexFieldToSubmissions” filter=”desired-working-position~~/.*(Accountant/2014).*/”]’;echo do_shortcode( $content );
Any ideas how to make it work?
Thank you in advance!
Forum: Plugins
In reply to: [Contact Form DB] shortcode complex filter option (nested operators)One more thing. I would like to purchase the edit mode plugin. Is the plugin compatible with shortcodes trans and filter options?
Thanks again.
Forum: Plugins
In reply to: [Contact Form DB] shortcode complex filter option (nested operators)Thank you for your quick answer!
I have found the solution in the AddIndexFieldToSubmissions class as mentioned at the link you have sent me.
I just changed the function in my needs and now I have the desired results.
I will post an example lately in order to help people that may have the say question.