PublicFormSettingsInput
Public form settings's inputs
| Input Fields : Object | Description | 
|---|---|
| afterSubmitMessage: String | The message shown to user after submitting the public form | 
| backgroundColor: String | The background color of the public form (RGB) | 
| backgroundImage: String | The background image URL of the public form | 
| brandColor: String | The brand color that will be used in the public form (RGB) | 
| title: String | Title of the public form | 
| logo: String | Logo of the public form | 
| description: String | Description of the public form | 
| submitButtonText: String | Text of the submit button on the public form | 
| displayPipefyLogo: Boolean | Whether to display Pipefy's logo in the public form | 
| showSubmitAnotherResponseButton: Boolean | Whether its allowed to submit another response | 
| submitterEmailCollectionEnabled: Boolean | Whether the submitter email collection is enabled | 
| submitterEmailCollectionMethod: PublicFormSubmitterEmailCollectionMethod | The method to ask for the submitter email in the public form | 
| submitterEmailFieldId: ID | The email field from which submitter email will be collected | 
| reuseLastSubmissionResponse: Boolean | Fill again with the same values that were used on the last submission |