🧩 Input Components
Used to define design parameters that will appear on the InForm Web Platform and drive the generation of variants.
Typical responsibilities include:
- Creating numeric, boolean, option-list, and other interactive parameters
- Defining defaults, ranges, and labels
- Structuring parameters for downstream logic in Grasshopper
- Exposing parameters to the platform for manual exploration and Batch Jobs
Browse Input components
📄️ Dropdown (DD)
Create a dropdown menu in InF, using a Grasshopper Value List as the source of selectable options.
📄️ Input File (IF)
Import a .csv or .gwb (GSA) file into InForm This allows the file content to be read and internalized inside the Grasshopper script before being displayed or processed in the InForm web interface.
📄️ Slider (S)
Create a number slider in InF, mirroring the minimum, maximum, and rounding settings of a Grasshopper Number Slider. Expressions on the Grasshopper slider are not supported.