Kiho / react-form-builder

A complete react form builder that interfaces with a json endpoint to load and save generated forms. The toolbox contains 16 items for gathering data. Everything from star ratings to signature boxes!
MIT License
466 stars 344 forks source link

How to use conditional logic with react-form-builder #288

Open iconsjo1 opened 10 months ago

iconsjo1 commented 10 months ago

Hello, The most common use of conditional logic is to show or hide fields depending on a user’s selection. Can you explain how can I use conditional logic with [react-form-builder]? and thanks in advance

wangbo-fangying commented 10 months ago

I would also like to know how to add logical judgment relationships to form items. For example, Q1 select Yes to jump to Q3, select No to jump to Q2 series.