• Resolved jmester

    (@jmester)


    Hello I have the following fields setup for a donation form,

    Drop Down Selection (Choose One)…
    Label (Price Entry)

    Second Drop Down Selection (Choose One)…
    Second Label (Price Entry)

    Total = $total
    Label – value
    Second Label – value

    How can I use the selected option as the label value? So if the user chooses to donate to Joe’s Charity in the drop down, the Label value then becomes Joe’s Charity.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi!

    Please take a look at our Conditional fields feature and let me know if there will be any further questions.

    Thanks, have a nice day!

    Thread Starter jmester

    (@jmester)

    So Conditional fields let me hide or show a field, I’m already doing that else where in this form. I’m looking to change the label based on the selected item in the drop down.

    So to go back to my setup above.

    Drop Down Selection (Choose One)…
    Label (Price Entry)

    Second Drop Down Selection (User Selects Joe’s Charity)…
    Joe’s Charity ($100)

    This Fiddle is pretty much what I’m looking for, http://jsfiddle.net/ys9Cj/5/

    Thanks!

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Sure, you can achieve what you want with Conditional Fields feature.

    Please try and do not hesitate to contact us if there is a need.

    Thanks, have a nice day!

    Thread Starter jmester

    (@jmester)

    Okay so I see how you can build out that with conditionals. It’s going to be a long process in my case since we have a lot of options in the drop down.

    My next question is for the total, how could I only display the selected value? Right now I get

    Total = $500

    Joe’s Charity = $500 (the select option)
    Non Profit One Option One = $0
    Non Profit One Option Two = $0
    Non Profit One Option Three = $0

    Non Profit Two Option One = $0
    Non Profit Two Option Two = $0
    Non Profit Two Option Three = $0

    Non Profit Three Option One = $0
    Non Profit Three Option Two = $0
    Non Profit Three Option Three = $0

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Could you please have a look at this video shot?

    If it isn’t what you want, then please give us a few more details or a screenshot.

    Thanks in advance, have a nice day!

    Thread Starter jmester

    (@jmester)

    Thanks for the video, perhaps I’m just using the wrong field but here is what I’ve got so far…

    I need the price to be an open entry field so I’ve put it out with conditional displays in the first area.

    http://recordit.co/PA1H9uqa5T

    Here is the conditional logic
    http://recordit.co/m4DKiNJqzp

    Now I’ve got several hundred items to add to the list, so I’m hoping there is a way to either

    1) allow for multi select in one drop down and populate 3 fields below.

    OR

    2) Reuse the logic built for the next 2 options which would pull from the same list and need the same logic.

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi,

    Please take a look at this video shot.

    Also, add the below-mentioned code in Appearance > Customize > Additional CSS.

    div[class^=’paypal_products’]{
    display:none
    }

    This will help you to hide the separate amount part.

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Select Option as label’ is closed to new replies.