- All Superinterfaces:
PluginService
CustomFormService interface. To implement service for receiving custom forms.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Method Summary
-
Method Details
-
processForm
Process the received form.
The plugin will take care of parsing the data received in the data parameter.
- Parameters:
data- aStringobject- Throws:
PluginServiceException- PluginServiceException if any.- Since:
- 1.0.16
-