contact-form-7-conditional-fields icon indicating copy to clipboard operation
contact-form-7-conditional-fields copied to clipboard

Add support for reflection and output tags

Open pwkip opened this issue 9 months ago • 1 comments

This code should work:

Your country
    [checkbox* your-country use_label_element "China" "India" "San Marino"]

[reflection your-country "(nothing selected)"]

<label> Choose number
    [range* your-range min:10 max:99] </label>

You chose [output your-range "0"]

Source: https://contactform7.com/reflection/

But it doesn't: https://conditional-fields-cf7.bdwm.be/form-tester/?test-form=Reflection

pwkip avatar May 12 '24 11:05 pwkip

Also see:

  • https://wordpress.org/support/topic/cf7-reflect-field-stops-working/
  • https://wordpress.org/support/topic/problem-with-reflection-and-output/

pwkip avatar May 12 '24 12:05 pwkip