...
- All Raw form link parameters
- id -- Use this when embedding multiple forms in the same web page. Each form needs a unique id. Not required for pages with only one form.
- width=(num) -- Sets the initial iframe width. Defaults to 600. Only effective when resize=false.
- height=(num) -- Sets the initial iframe height. Defaults to 600. Only effective when resize=false.
- resize=(true/false) -- Automatically resizes the space (height, width) used by the form when resize=true. Defaults to true when the form is used on a desktop device. . Defaults to false when the form is use don used on a mobile device such as the iPhone or iPad. When resize=false the form will remain in the width & height you set and the browser will add horizontal and vertical scrollbars if/when needed.
- container=(true/false) -- Adds a border around the form and centers the form when container=true. Defaults to false.
- center=(true/false) -- This parameter applies to the container so is only effective when container=true. Defaults to true. Set to false to left/top justify the form on the page.
- border=(true/false) -- This parameter applies to the container so is only effective when container=true. Defaults to true. Set to false to remove the border.
- onInit -- A javascript function in scope that will be called before the form is instantiated.
- onSubmit -- A javascript function in scope that will be called after the form is submitted.
...