How to Use
After adding the Set Input Value brick, for the input you can add any number of items, one for each input to be filled. In these items set the ‘selector’ type to selector and either use the button to select the page input element or manually select it with jQuery. After, set the ‘value’ to what you want to fill into that page input.
Examples
- Set the input value of any text field given a jQuery selector
- Set the input value of chat inputs like on Twitter, Slack
- Fill the value of fields that are required automatically such as firstname/lastnames, or other data on the page programmatically.
Great to quickly fill forms in a heartbeat!
Inputs
| Name | Required | Type | Description |
|---|---|---|---|
inputs |
array
|
||
isRootAware |
boolean
|
Whether the brick should run in the context of the target element, or document | |
dispatchEvent |
boolean
|
Whether to dispatch DOM events when setting input values. Enables natural typing simulation but may trigger unwanted form behaviors (e.g., auto-formatting zip codes with dashes). Disable if forms have JavaScript that interferes with programmatic value changes. |
Outputs
| Name | Required | Type | Description |
|---|---|---|---|
| No outputs for this brick defined. | |||