I have created a form with two fields on a page (page 1) which redirects to a second page (page 2). I would like to pass field values from page 1 to page 2 and use these values in another plugin’s shortcode (s2Member) on page 2. The s2Member shortcode generates a PayPal form. The goal [...]
Scoring
Showing separate values for option
Can I exclude a value from a graph?
Using separate values – label being saved instead of separate value
Dynamic dropdown revisited
Hi Stephanie, This is a continuation of my topic Building a dynamic dropdown select box question. Comments were closed on that one, so I’m starting this new question topic. I got the frm_setup_new_fields_vars add_filter statement to work perfectly in my functions.php file. It’s even doing the year calculations math which is great. I found, however, [...]
How to pass data input on one form to another form?
Separate Values not transferring to Mailchimp or showing in entries tab
Hello, I am trying to set up a form that autoresponds to a user one and two weeks before a birthday, Christmas, and Valentine’s Day. I have set up the autoresponder in MailChimp and have downloaded the add on, but I have an issue. I have created a checkbox in the form that lists Valentine’s Day [...]
Can I update field options and change saved value in one function?
I am using this to populate a dropdown list with page titles. add_filter(‘frm_setup_new_fields_vars’, ‘frm_populate_posts’, 20, 2); add_filter(‘frm_setup_edit_fields_vars’, ‘frm_populate_posts’, 20, 2); //use this function on edit too function frm_populate_posts($values, $field){ if($field->id == 84){ //change 84 to the ID of the field to populate $posts = get_posts( array(‘post_type’ => ‘page’, ‘post_status’ => ‘publish’, ‘numberposts’ => 999, ‘orderby’ [...]
Change Values Radio Buttons

Hi Stephanie, Just installed version 1.6.3, and based on the new features (http://formidablepro.com/formidable-v1-6-3/) I thought we could also define the values of each Radio Button individually, only i don’t see that option. However, I found the code below which chances that value based on the field ID. Is it also possible to use the field [...]
How to create Table Design and Value changing?

First, my question is, how can I create this table with formidable representation? Then the question to the fields .. There are three areas of importance, which carry out a simple calculation. The amount is entered in the “stck” should be multiplied by the “RE” and as a result in the “Ges.RE” may be issued. [...]




