Passing form values to a redirect page

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

I’d like to show users their score, based upon the values that I assigned to the correct answers. The score could either be shown at the end of each page, after each question, or at the end of the survey. Is there any way to do this?

Showing separate values for option

I have a number of tick boxes (option) in my form. I wish to include the result in a confirmation email and have added under settings > email the field id e.g. [101] …this gives me a row of options selected e.g. option 2, option 5, option 6 How can I style these better – [...]

Can I exclude a value from a graph?

I have a pull-down menu with 8 values and a pie chart graph in my dashboard that displays the percentage split between the values. I would like to only show 7 of the eight value, because the 8th value skews the results. Is there a way to only show some values and not others?

Using separate values – label being saved instead of separate value

Screen Shot 2012-11-12 at 4.13.02 PM

Steve, I’m using a dropdown selection with separate values enabled for each field choice. Only problem is, it appears to be emailing the label instead of the separate value. See attached screenshot.

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?

I’m looking to grab first/last name and email out of a mini form in the sidebar, on submit of that form I’d like it to go to another form on a page I have laid out with “full information”, pre-filling the full form with values for first, last and email. Can someone point me in [...]

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

no-field-values

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?

help

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. [...]