Title: Hide fields with get parameter
Last modified: May 13, 2020

---

# Hide fields with get parameter

 *  Resolved [eliesu](https://wordpress.org/support/users/eliesu/)
 * (@eliesu)
 * [6 years ago](https://wordpress.org/support/topic/hide-fields-with-get-parameter/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-fields-with-get-parameter%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [6 years ago](https://wordpress.org/support/topic/hide-fields-with-get-parameter/#post-12826409)
 * 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](https://wordpress.org/support/users/eliesu/)
 * (@eliesu)
 * [6 years ago](https://wordpress.org/support/topic/hide-fields-with-get-parameter/#post-12827281)
 * Here is a video:
    [https://we.tl/t-pDkG6TXw2x](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](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [6 years ago](https://wordpress.org/support/topic/hide-fields-with-get-parameter/#post-12827458)
 * 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/](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.

 * ![](https://ps.w.org/cf7-conditional-fields/assets/icon-256x256.png?rev=2072595)
 * [Conditional Fields for Contact Form 7](https://wordpress.org/plugins/cf7-conditional-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-conditional-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-conditional-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-conditional-fields/reviews/)

## Tags

 * [clear_on_hide](https://wordpress.org/support/topic-tag/clear_on_hide/)
 * [get parameters](https://wordpress.org/support/topic-tag/get-parameters/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/hide-fields-with-get-parameter/#post-12827458)
 * Status: resolved