Save a submitted pagination to a partial entry
Usage
// basic usage
$bool = $formBuilderPartialEntries->save(InputfieldForm $form);
// usage with all arguments
$bool = $formBuilderPartialEntries->save(InputfieldForm $form, array $data = [], bool $finish = false);
Arguments
Name | Type(s) | Description |
---|---|---|
form | InputfieldForm | |
data (optional) | array | Entry data if already known, or omit to pull from form automatically |
finish (optional) | bool | Submission of final pagination? |
Return value
bool
array
Returns full entry data or boolean false on fail
FormBuilderPartialEntries methods and properties
API reference based on ProcessWire core version 3.0.236