localizing Calendar and date field

Is it possible to change the days from English to Greek in the calendar (the calendar in custom display)? (Sun, Mon, Tue, Wed, Thu, Fri, Sat) Also, why near the day is there a number? Fri1 Sat2 if i change the month lets say to August, all days have a number Sun1, Mon2, Tue3, Wed4, [...]

truncate problem with Multi-Byte Characters

Ι have recently encountered problems when using truncate with Multi-Byte Character Sets like Greeks after editing formidable/classes/helpers/FrmAppHelper.php function truncate($str, $length, $minword = 3, $continue = ‘…’) and replacing substr() with mb_substri() explode() with mb_split() strlen() with mb_strlen() the problem was solved http://www.rdeeson.com/weblog/61/using-multi-byte-character-sets-in-php-unicode-utf-8-etc.html

Data from Entries field with Conditional Logic

Hi, i have a Radio Button field (RB) with two choices A, B and a data from Entries field[Dropdown](DFE) where in the conditional logic i use: show this field if of the following match:  RB is equal to A when i preview the form the DFE field is hidden Is something i am doing wrong, [...]

get variable for dropdown field and text field not working when options are written in greek

http://formidablepro.com/help-desk/get-variable-for-dropdown-field-not-working-even-if-i-use-separate-values/ in the text field ( Τίτλος Εργασίας (λέξεις κλειδιά) ) if you search for Resource Allocation you are redirected to site.com/cced/?page_id=5380&title=Resource%20Allocation where you can see the results BUT if you search for something written in greek e.g. Υποστήριξης you are redirected to site.com/cced/?page_id=5380&title= as you can see &title= is empty. you should be redirected [...]

Is it possible in a custom display to order entries by to fields?

I have a form with two fields day – a dropdown field with separate values with the following options Monday – 1 Thusday – 2 . . . course_start_time – a dropdown field with the following options 12:00 13:00 14:00 I want in a custom display to order entries by the above two fields: day,course_start_time [...]

Call a shortcode in a PHP file

Hi, I have a custom display with a where row: where year is less than [get param=year] the shortcode i call in a page is In order to call the shortcode in a PHP file (outside the post editor), i use: echo do_shortcode(”); or echo FrmProDisplaysController::get_shortcode(array(‘id’ => 7347, ‘filter’ => true, ‘get’ => ‘year’, ‘get_value’ [...]

Custom displays permalinks

on every custom display a Permalink like http://site_url/?frm_display=ub9p32fsdf is created. How can i disable this feature.

Conditional Logic in Emails notifications

Hi, great plugin! In the conditional logic of emails notifications i cannot see all the form’s fields. I can only see fields that are checkboxes,dropdown menus. i have a text field called username with value [display_name] Is it possible to use that field as a conditional logic lets say stop this notification if any of [...]

Access Another Database

Hi, When accessing the database in WordPress, formidable uses the global variable $wpdb. This will take the constants I have set in wp-config.php to connect to the database and retrieves the results. I have a second site(site2) with formidable plugin installed, where i want to retrieve some data from the database (formitable tables) of the [...]

Function that adds entries to a form

Hi, i write a plugin that reads xml data from a site. Is there any function that i could use in order to save the data in a form that i have created, as an entry? The form has 5 fields, and i want to save the data in that fields, so as they become [...]