Save from entries field in form database

Hi Stephanie, Have a question for you.  I have a form that has a an autoincrement 'dynamic' fied.  This form is fine and saves the autoincrement number (10000 for examaple).  I have another form that I have used a get entries field that get that number from the previous form autoincrement field.  However I can [...]

Save created post id to form entries database

Hello Stephanie, Hope your well.  A question for you… what is the best way of going about saving a created post post_id (from a form submission) to the form entries database? My scenario.  I have a form that creates a post from the some of the fields of the form when submitted.  I want to [...]

Confirmation Message with field values not working when do not store entries is selected

Hi Stephanie, Again just want to say that this plug-in is incrediable GREAT WORK!  I think I have found a bug possibly.. When Do not store any entries submitted from this form is selected … when attempting to put field values is the confirmation message the field values do not get replaced with their values. [...]

Get record count of a field entry value if field entry value equals x

Hi Stephanie, Is is possible with the FrmEntry::getRecordCount to get the count of a specific field if that field’s meta value you is x?  So in plain english if filed id x ==5 and the value of that field is xvalue then count those recods ?(see below line I grabbed for e.g. below)   if($form->id [...]

Apostrophe in WPML add-on displays ‘ for field labels

Hello Stephanie, Hope you are well.  Have discovered a challenge working with WPML add-on… I am using WMPL add-on with WPML to translate my forms to French and all is going well except when I there is an apostrophe in the label language it is translated to the escaped version for label display on the [...]

WPML plugin and emails sent

Hi Stephanie, Quick question..  I am using WPML plugin to translate forms and the email content is displayed in the translate fields and I have tranlated them, but when the form is submitted in French(translated version)  the english version of the email is still sent by the form.  I am I missing something or a [...]

Add conditional page breaks or skip rest of form and submit now

On multipage forms the ability to conditionally skip page breaks and or to and ‘customized’ button beside submit button – so customized button could be set to go to page break x if clicked and/or show field(s) x if clicked etc. I have seen quite a few posts requesting this feature and would be a [...]

Limit 1 entry per user per day

Hello Stephanie, Hope you are well.  I am trying to limit 1 entry per user per day using the following code as a basis: Limit logged-in users to a limited number of entries per day NOTE: You may need to customize this code to work for your timezone add_action(‘frm_display_form_action’, ‘check_entry_count’, 8, 3); function check_entry_count($params, $fields, [...]

Large form not saving after doing all FAQs

Hi Stephanie, I have a large form that is not saving field options near end of form fields in the admin backend. I have followed all the info on this post http://formidablepro.com/knowledgebase/i-have-a-long-form-why-did-the-options-at-the-end-of-the-form-stop-saving/ and still no go? Could you give me any further suggestions… need ASAP?… I have changed my server php configs as per suggestions and [...]

Bulk edit choices for dropdown options not functioning

Image 2013-04-29 at 2.02 PM

Hello, I have a drop down field in a form (I had pre populated this with many age range selection options) I know want to bulk edit these options but when I click bulk edit choices option I get Bulk edit choices modal window with a 0 in it and I can not add or [...]