Get a form entry by ID
Available since version 0.3.8.
Usage
// basic usage
$bool = $formBuilderEntries->getById(int $id);
// usage with all arguments
$bool = $formBuilderEntries->getById(int $id, string $col = '');
Arguments
Name | Type(s) | Description |
---|---|---|
id | int | |
col (optional) | string | Specify a specific DB column to get or omit for entire entry |
Return value
bool
array
Returns form entry (array) on success or boolean false on fail
FormBuilderEntries methods and properties
API reference based on ProcessWire core version 3.0.236