• Resolved eddypiv

    (@eddypiv)


    Hi,

    I am using your conditional logic for a while now, good stuff.
    Started implementing the premium plugin Contact Form Seven 7 Cost Calculator – Price Calculation, but the conditional logic does not recognize the data field type checkbox_custom, that is introduced by this plugin. Is there a way to have the conditional logic support this field type as well?
    I noticed a similar question almost 18 months ago, and your response to it, referring to your Pro version. I wasn’t aware of the existence of a Pro version of the conditional logic, and never felt the need for it. Now it seems a bit of double charge.

    An example of how the checkbox_custom fieldtype looks like:
    <label> Hoe lang wil je huren? </label>
    [checkbox_custom* Periode use_label_element exclusive “50|1 week, € 50” “100|2 weken, € 100” “150|1 maand, € 150” “250|2 maanden, € 250” “350|3 maanden, € 350” “650|6 maanden, € 650”]

    Is it possible to have the conditional logic handle this fieldtype too?

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    It probably already works, but I would need a link to your page to see how the plugin renders this. You just need to figure out which actual value is set in the rendered <input type=”checkbox”> element, and use that for the value in your conditions.

    Thread Starter eddypiv

    (@eddypiv)

    Hi Jules,

    Thanks for your quick response.
    I have tried with and without the value, e.g. “50|1 week, € 50” as well as “1 week, € 50”, but none of them seem to work.

    There is a testversion over here: https://partnerinverandering.nl/test-cost-calculator-conditional-logic/
    I have included there the form code as well as an image of the conditional fields, all for your information.

    Plugin Author Jules Colle

    (@jules-colle)

    try show if Periode not equals (empty value)
    Also, this should work: show if Periode equals 250

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

The topic ‘Cost Calculator plugin + Conditional Fields’ is closed to new replies.