Bug? frm-entry-links selection does not trigger custom display “If”

Hi. Steph. I need to investigate further and I’ll post some same code later on, but it looks like the frm-entry-links selection is not detected/interpreted anymore by 1.06.03 custom displays, while it works fine on 1.06.02. to be more clear, if I put a [ if 1297 equals="" ] text …. inside a custom display and place [...]

Get entry key in a frm_validate_field_entry hook

Hi steph. I am woking inside this plugin: add_filter(‘frm_validate_field_entry’, ‘my_custom_validation’,10, 3); function my_custom_validation($errors, $posted_field, $posted_value) { …. How can I get the entry key of the entry I am actually processing? Thanks.

Email an HTML field

Hi Steph. I reeeallly need to ne able to email the content of an HTML field (which is dynamically populated by a custom-display), like I do with any normal field of the form. However, HTML fields do not appear in the drop-down menu on the email settings. Is there any way to fix this? e.g. [...]

Post into a field (field_id, entry_id)?

Hi Steph. I am working within a frm_validate_field_entry hook. I have form A and Form B on my system. one of the entries of form A is the key value of a corresponding entry in form B. When I save a entry in form A, I need to post a value into a field of [...]

Update other form: Problem

Hi  Steph, I have tried to use the plugin pieces of code you suggested in another post, but I can’t get any of them to work: this code [code] FrmEntry::update( 1288, array('item_meta' => array(2757 => 'Si')) ); [/code] actually destroys or disrupts the entry ID 1288. This other code: [code] global $wpdb, $frmdb; $wpdb->update($frmdb->entry_metas, array('meta_value' => [...]

prefix=”frm_container_” not working; jS error?

Hi Steph. I am trying to use the prefix=”frm_container_ feature in a custom display, but the edit button just does not work. Using firebug on firefox, I see this code when I move the mouse over the edit button: ”javascript:frmEditEntry(5,” in case you wish to take a look, the page is here and you have admin access: [...]

formresults google=1 breaks up live links

Hi Steph. I have a text field which contains a live link like this … a> title=”provin provetto” href=”http://www.hospitalteachers.org/reserved/committee/events/view?entry=xga9yr” target=”_blank”>proven provetto… This displays fine inside a [ formresults ... ] table, but if I add “google = 1″ the html source code is showed instead of the working link. I have tried adding clickable but it  does not [...]

What Field controls Secondary Order Sorting?

Hi Steph. I have already voted for Secondary Order Sorting in Custom display. However, I would like to ask: which field is controlling secondary order sorting now? I am now sorting some user infos by country. When Country is exactly the same, how do those entry get sorted? Thanks.

Warn user if somebody is already editing an entry?

Hi Steph. I am not sure you are willing to consider this, but since it’s already embedded in WordPress maybe it’s not too hard. WordPress comes with a system that warns you if 2 users try and edit the same page at the same time. Do you think you could add something similar to Formidable, [...]

Update old form with scales and total field

Hi Steph. I am trying to update a very old form with scale fields and total calculation but it does not work. However, If i create a new form it does. Is there a way to get the old form working? It’s quite a large one I would like to avoid doing it over. PS [...]