Title: conditional fields
Last modified: August 31, 2016

---

# conditional fields

 *  Resolved [laura_lapulceweb](https://wordpress.org/support/users/laura_lapulceweb/)
 * (@laura_lapulceweb)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/conditional-fields-14/)
 * How do I use conditional fields? I want to know also if you can view a variety
   of fields, depending on the type of shipping chosen.
 * [https://wordpress.org/plugins/woocommerce-checkout-manager/](https://wordpress.org/plugins/woocommerce-checkout-manager/)

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

 *  [Max Iljenko](https://wordpress.org/support/users/moxfish/)
 * (@moxfish)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294588)
 * I have the same question.
 *  [yorchpal](https://wordpress.org/support/users/yorchpal/)
 * (@yorchpal)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294701)
 * Hi, i´ve the same problem. i don´t have idea how to configure conditional fields.
   is there any documentation?
 * can i show a field depending of check another? i need to know…
 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294731)
 * Please see the following duplicate Topic, had I seen this topic first I would
   have marked the other as resolved as the Topic title is more relevant. Please
   make responses on the below Topic.
 * [https://wordpress.org/support/topic/plugin-documentation-5?replies=2](https://wordpress.org/support/topic/plugin-documentation-5?replies=2)
 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294732)
 * Here’s what I dug out from the WordPress Plugins archive:
 * > The conditional field works by entering a field as the parent field, then adding
   > children to that field, so when the parent is selected, the children fields
   > will show. This can help you create a tax field, asking if they are tax exempt
   > and then a follow up field will show to enter the information.
 * See: [https://wordpress.org/support/topic/tax-exempt-field-1?replies=9](https://wordpress.org/support/topic/tax-exempt-field-1?replies=9)
 *  [Max Iljenko](https://wordpress.org/support/users/moxfish/)
 * (@moxfish)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294791)
 * > The conditional field works by entering a field as the parent field, then adding
   > children to that field, so when the parent is selected, the children fields
   > will show. This can help you create a tax field, asking if they are tax exempt
   > and then a follow up field will show to enter the information.
 * But it doesn’t work.
 *  [yorchpal](https://wordpress.org/support/users/yorchpal/)
 * (@yorchpal)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294796)
 * max, correct. it doesn´t work. plugin is not showing children fields. any suggestion
   for the correct use?
 *  [volley](https://wordpress.org/support/users/volley/)
 * (@volley)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294802)
 * Tried a lot to get this working. I have an additional select field on the checkout
   and a child text field should appear based on the selection. In the settings 
   I checked the child field as “Conditional” and the select field as the “Conditional
   Parent”. Next to “Conditional Parent” check is a field with greyed out text “
   Parent Abbr. Name” I tried putting the value from the select filed in there hoping
   the child field would show up based on this value. No good… Was wondering if 
   the “Chosen Value” setting has something to do with it
 * The logic for the conditional fields seems to be in add_functions.php, but it
   goes beyond my hacking capabilities.
 * Hope anyone comes up with directions for proper use of the conditional fields.
 *  [Lauren Jeffcoat](https://wordpress.org/support/users/lujeffcoat/)
 * (@lujeffcoat)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294834)
 * You can use the more toggle icon to view the Conditional check box 🙂 I found
   this by accident.
 * Screenshots:
    [https://drive.google.com/file/d/0B6DZK3EmsmIhQ01SV3E0RU1KRzQ/view?usp=sharing](https://drive.google.com/file/d/0B6DZK3EmsmIhQ01SV3E0RU1KRzQ/view?usp=sharing)
   [https://drive.google.com/open?id=0B6DZK3EmsmIhb2RyR2dOZldGVTA](https://drive.google.com/open?id=0B6DZK3EmsmIhb2RyR2dOZldGVTA)
 *  [twoartists](https://wordpress.org/support/users/twoartists/)
 * (@twoartists)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294840)
 * Can you make the conditional field be conditional on a product category. For 
   example, if customer purchases cat=”x” then it shows the conditional field?
 *  [Lauren Jeffcoat](https://wordpress.org/support/users/lujeffcoat/)
 * (@lujeffcoat)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294841)
 * Hi twoartists, for this particular plugin it looks like you can only make the
   fields conditional based on another woocheckout parent field.
 *  [clowter](https://wordpress.org/support/users/clowter/)
 * (@clowter)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294881)
 * volley, I think you are right. We need to check the child field as “Conditional”
   and the select field as the “Conditional Parent”. Next to “Conditional Parent”
   there is a field with greyed out text “Parent Abbr. Name”. I also tried putting
   the value from the select filed in there, but it didn’t work. In my opinion this
   field is there so that you can show the system which “Parent” is connected to
   which “Child” field/s. Because you might have several “Parent” fields and you
   need to tie them to the their children. So you can write whatever you want in
   this field and it will work if the text is the same in the parent and child.
 * The question is – how do you tell the system when to show the child fields. If
   somebody has an idea, please share it.
 *  [pnbnsv](https://wordpress.org/support/users/pnbnsv/)
 * (@pnbnsv)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294890)
 * Can I make a field conditional to a specific shipping method?
 *  [allin1media](https://wordpress.org/support/users/allin1media/)
 * (@allin1media)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294891)
 * Hi
 * I’m looking for information about adding the field ColorPicker. Is it possible
   to make this a hex ColorPicker? I cannot find any information on this particular
   field option.

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

The topic ‘conditional fields’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-checkout-manager/assets/icon-256x256.jpg?rev
   =2911736)
 * [Checkout Field Manager (Checkout Manager) for WooCommerce](https://wordpress.org/plugins/woocommerce-checkout-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-checkout-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-checkout-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-checkout-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-checkout-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-checkout-manager/reviews/)

## Tags

 * [Conditional Fields](https://wordpress.org/support/topic-tag/conditional-fields/)

 * 13 replies
 * 10 participants
 * Last reply from: [allin1media](https://wordpress.org/support/users/allin1media/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/conditional-fields-14/#post-7294891)
 * Status: resolved