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!