Title: Logic bitform
Last modified: March 30, 2025

---

# Logic bitform

 *  Resolved [ioruslan88](https://wordpress.org/support/users/ioruslan88/)
 * (@ioruslan88)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/logic-bitform/)
 * [https://postimg.cc/gallery/TXPch2r](https://postimg.cc/gallery/TXPch2r)
   Hello,
   help me figure this out, thanks in advance! There is a checkbox with three items,
   the user can select either one item or several at once. Selecting the second 
   item (URL) leads to the display of the URL field, selecting the third item (FILE)
   leads to the display of the FILE field. If you uncheck the URL or FILE item again,
   then the fields should be hidden again.

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

 *  Thread Starter [ioruslan88](https://wordpress.org/support/users/ioruslan88/)
 * (@ioruslan88)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/logic-bitform/#post-18391355)
 * I have attached screenshots, they show how I implemented this task, but the plugin
   does not work correctly. In the Formidable Forms plugin I did exactly the same
   and it worked correctly there.
 *  [wayes001](https://wordpress.org/support/users/wayes001/)
 * (@wayes001)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/logic-bitform/#post-18400767)
 * Yes, you can achieve this using **Conditional Logic** in Bit Form. Here’s how
   you can set it up: Step 1: Hide Fields by Default
    - Go to the **field settings** of both the **URL** and **FILE** fields.
    - Enable the **Hide Field** option so they are hidden by default.
 * Step 2: Add Conditional Logic
 * You’ll need to create **two separate conditions**—one for the URL field and one
   for the FILE field. Condition for **URL** field:
    - **Action Run When:** Record Create/Edit
    - **Action Effect:** Only One Field Input
    - **Action Behaviour:** Conditions
 * **Logic:**
    - **IF** Checkbox contains `URL`
    - **THEN** Show `URL` field
    - **ELSE** Hide `URL` field
 * Here is the screenshot of the conditional login: [https://i.imgur.com/jNGMMnZ.png](https://i.imgur.com/jNGMMnZ.png)
 * Condition for **FILE** field:
    - **Action Run When:** Record Create/Edit
    - **Action Effect:** Only One Field Input
    - **Action Behaviour:** Conditions
 * **Logic:**
    - **IF** Checkbox contains `FILE`
    - **THEN** Show `FILE` field
    - **ELSE** Hide `FILE` field
 * Here is the screenshot of the conditional login: [https://i.imgur.com/LpDV3Wn.png](https://i.imgur.com/LpDV3Wn.png)
 * 
   This way, when the user selects the “URL” or “FILE” checkbox, the respective
   field will show up, and when they deselect it, the field will be hidden again.
 *  Thread Starter [ioruslan88](https://wordpress.org/support/users/ioruslan88/)
 * (@ioruslan88)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/logic-bitform/#post-18401106)
 * Thank you very much! Your answer helped! I hope this question and answer will
   be useful to other users!

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

The topic ‘Logic bitform’ is closed to new replies.

 * ![](https://ps.w.org/bit-form/assets/icon-256x256.gif?rev=3543510)
 * [Bit Form - Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder](https://wordpress.org/plugins/bit-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bit-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bit-form/)
 * [Active Topics](https://wordpress.org/support/plugin/bit-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bit-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bit-form/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [ioruslan88](https://wordpress.org/support/users/ioruslan88/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/logic-bitform/#post-18401106)
 * Status: resolved