• Resolved eliesu

    (@eliesu)


    Hello,

    I’ve a form with get parameters that is redirected from a site with my products. After a client click on a button on a product site he gets the choice automatically in the form with 3 selected kinds of products.
    When a client want to unclick some products like in this example “Tor(e)” and “Pforte” and want to buy only “Zaun” so the values for “Tor(e)” and “Pforte” are remembered and appearing in the email. If you unclick this 2 and click you can see the values are still there.
    The checkbox field is defined as: [checkbox* anlage default:post_meta default:get “Zaun” “Tor(e)” “Pforte” “Geländer”]
    I’ve tried to hide it with “clear_on_hide” but it didn’t worked. Is there any possibility to clear the values there?
    Best regards

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

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

    (@jules-colle)

    Seems to be working fine here. Although there is a delay because your theme or plugin is doing something funky (probably some AJAX form validation after each click).

    Can you record a video or animated gif to explain what isn’t working?

    Thread Starter eliesu

    (@eliesu)

    Here is a video:
    https://we.tl/t-pDkG6TXw2x

    If you unclick Tore and Pforte the values for the Typ and Muster aren’t disappearing and appearing in the e-mail.
    In Geländer it’s ok. I think it’s because of the parameters.

    Plugin Author Jules Colle

    (@jules-colle)

    I think I see.. clear_on_hide will reset the initial values.

    What you could do is add this in your email message

    [tor-und-pforte]
    
      stuff here will only show up if the group tor-und-pforte was visible during form submission
    
    [/tor-und-pforte]
    

    More info: https://conditional-fields-cf7.bdwm.be/docs/faq/can-i-use-conditional-logic-in-the-email-message/

    Hope this helps.

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

The topic ‘Hide fields with get parameter’ is closed to new replies.