Hi @ioruslan88 ,
Thanks for reaching out!
While your shared links don’t seem to be displaying the visuals, I understand you’re looking to hide two fields when a specific option is selected in another field. This is a common use case and can be easily achieved using Conditional Logic in Bit Form.
Here’s how you can set it up:
- Go to your form settings and select Conditional Logic.
- Click on Add Conditional Logic to create a new rule.
- Configure the initial settings:
- Action run when:
Record Create/Edit
- Action effect:
Always
- Action behavior:
Condition
- Set up your “IF” statement:
- In the “If” condition, select your trigger field (e.g., your Select field, Dropdown field, or Radio button).
- Set the Logic to
Equal.
- Set the Value to your specific “Option 2” (or whatever the exact value is for that option).
- Now, in the Field Actions section below:
- Select the two fields you wish to hide (e.g.,
Field 1 and Field 2).
- Set their Action to
HIDE.
- Set up your “ELSE” statement:
- This ensures the fields reappear if “Option 2” is not selected.
- In the “Else” statement:
- Select
Field 1 and Field 2.
- Set their Action to
SHOW.
For a visual walkthrough, please refer to this video guide: https://www.loom.com/share/66b49fc7d27a49068f7c06c875352bd6?sid=d06ca9f0-9f2a-4dfe-b91e-8f16313b8b54
Let me know if you have any other questions after trying these steps!