Method |
Description |
|
all ( ) : Response |
Return all forms that have been created in the portal. |
|
create ( array $form ) : Response |
Create a new form. |
|
delete ( string $form_guid ) : Response |
Delete an existing form. |
|
getById ( string $form_guid ) : Response |
Return a single form based on the unique ID of that form. |
|
getFieldByName ( string $form_guid, string $name ) : Response |
Get a single field from a form. |
|
getFields ( string $form_guid ) : Response |
Get all fields from a form. |
|
submit ( integer $portal_id, string $form_guid, array $form ) : Response |
Submit data to a form. |
|
update ( string $form_guid, array $form ) : Response |
Update an existing form. |
|