SOAP API method Submitter_webform
Description
The webform that this submitter belongs to.
Parameters
- Parameter 'id' : string
- Unique identifier (id) of the object Submitter. The method only applies to the submitter with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'webform' : Structure of type 'webform'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt
Structure 'webform'
This structure webform was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the document.
- Property 'name' : string
- Get the name of the webform.
- Property 'login' : string
- Is this webform used for a login check?
- Property 'archived' : boolean
- Get if the webform is archived.
- Property 'modified' : string
- The last modification time of the webform.
- Property 'created' : string
- The creation time of the webform.
- Property 'buttontext' : string
- The text that appears on the button in the default xslt.
- Property 'nexturl' : string
- The url/page where the webform returns after handling the process.
- Property 'timezone' : string
- Get the timezone of the webform
- Property 'htmlEscaping' : string
- Check if the webform is escaping HTML code