redispatch()
The redispatch() method calls a Perch app’s form handler function.
Parameters
$SubmittedForm->redispatch($appID);
| Type | Description |
|---|---|
| string | The app ID |
Usage
$SubmittedForm->redispatch('perch_forms');
The redispatch() method calls a Perch app’s form handler function.
$SubmittedForm->redispatch($appID);
| Type | Description |
|---|---|
| string | The app ID |
$SubmittedForm->redispatch('perch_forms');