Populate the given $form with the given $data
Usage
// basic usage
$formBuilderMaker->populateForm(InputfieldForm $form, array $data);
// usage with all arguments
$formBuilderMaker->populateForm(InputfieldForm $form, array $data, int $entryID = 0);
Arguments
Name | Type(s) | Description |
---|---|---|
form | InputfieldForm | |
data | array | |
entryID (optional) | int |
FormBuilderMaker methods and properties
API reference based on ProcessWire core version 3.0.244