Skip to content

Latest commit

History

History
22 lines (16 loc) · 662 Bytes

File metadata and controls

22 lines (16 loc) · 662 Bytes

PDFGeneratorAPI::FormConfiguration

Properties

NameTypeDescriptionNotes
titleStringForm title displayed above the form[optional]
introStringIntroductory text displayed above the form fields. Supports rich text.[optional]
outroStringClosing text displayed below the form fields. Supports rich text.[optional]

Example

require'pdf_generator_api_client'instance=PDFGeneratorAPI::FormConfiguration.new(title: Employmentapplication,intro: Pleasefillinallrequiredfields.,outro: Thankyouforyoursubmission.)