- id [xsd:int]
- name [xsd:string]
- company_id [xsd:string]
- The ID of the company this opt-in form belongs to.
- redirect_url [xsd:string]
-
If this is set to a URL, people signing up through this form will be redirected to it instead of seeing
the standard “thank you” page. - logo_name [xsd:string]
- The filename of this opt-in form’s logo.
- confimation_text [xsd:string]
- from_label [xsd:string]
- The “from” label of any email sent to sign-ups through opt-in form activity.
- confirmation_html [xsd:string]
- confirmation_subject [xsd:string]
- The subject line of the confirmation email.
- confirmation_from_email [xsd:string]
- The “from” address of the confirmation email.
- confirmation_greeting_text [xsd:string]
- The greeting part of the sign-up confirmation email.
- confirmation_link_text [xsd:string]
- The text for the confirmation link inside the confirmation email.
- confirmation_closing_text [xsd:string]
- The closing part of the sign-up confirmation email.
- notification_frequency [xsd:int]
- The frequency with which sign-up notifications are sent to the account owner.
- next_notification [xsd:dateTime]
- The date when the next sign-up notification will be sent to the account owner.
- border_color [xsd:string]
- The border color of a rendering of this opt-in form.
- background_color [xsd:string]
- The background color of a rendering of this opt-in form.
- field_text_color [xsd:string]
- The color of field name text of a rendering of this opt-in form.
- title_text [xsd:string]
- The title text of a rendering of this opt-in form.
- required_text [xsd:string]
- The “required” text of a rendering of this opt-in form (e.g., “*required”).
- submit_button_text [xsd:string]
- The text inside the submit button of a rendering of this opt-in form.
- confirmation_redirect_url [xsd:string]
-
If this is set to a URL, people confirming their sign-up through this form will be redirected to it instead of seeing
the standard “thank you” page. - list_name [xsd:string]
- The name of the list associated with this opt-in form.
- list_id [xsd:int]
- The ID of the list associated with this opt-in form.
- question_collection [vrtypens:ArrayOfOptinQuestion]
- An array of all the questions that comprise this opt-in form.