Two form capabilities native to Lark/Feishu are not exposed by lark-cli base +form commands, making it impossible to automate certain form configurations at scale. This issue requests CLI or API coverage for:
- Conditional field display (question visibility rules)
- Fill-in-blank after option (inline text input attached to a choice)
Lark Base's form view natively supports conditional display (a field can be set to appear only when a preceding single-select field equals a specific value). The official Lark documentation demonstrates exactly this pattern: a free-text "reason" field that appears only when the user selects a negative option.
Lark Survey also supports a "fill-in-blank after option" mode, where a single-choice or multiple-choice question can have an optional text box attached to one or more options, producing a compact, single-question UX for "select + qualify" scenarios.
Two form capabilities native to Lark/Feishu are not exposed by
lark-cli base +formcommands, making it impossible to automate certain form configurations at scale. This issue requests CLI or API coverage for:Lark Base's form view natively supports conditional display (a field can be set to appear only when a preceding single-select field equals a specific value). The official Lark documentation demonstrates exactly this pattern: a free-text "reason" field that appears only when the user selects a negative option.
Lark Survey also supports a "fill-in-blank after option" mode, where a single-choice or multiple-choice question can have an optional text box attached to one or more options, producing a compact, single-question UX for "select + qualify" scenarios.