ListSignupForms
Returns signup forms associated with a list.
View-Specific Information
Select
The provider uses the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| ListId | = |
SELECT * FROM ListSignupForms WHERE ListId = 'abc'
Columns
| Name | Type | References | Description |
| Header_ImageUrl | String | The URL of the header image for the signup form. | |
| Header_Text | String | The text displayed in the signup form header. | |
| Header_ImageWidth | String | The width of the header image. | |
| Header_ImageHeight | String | The height of the header image. | |
| Header_ImageAlt | String | The alt text for the header image. | |
| Header_ImageLink | String | The URL the header image links to. | |
| Header_ImageAlign | String | The alignment of the header image.
The allowed values are none, left, center, right. | |
| Header_ImageBorderWidth | String | The border width of the header image. | |
| Header_ImageBorderStyle | String | The border style of the header image.
The allowed values are none, solid, dotted, dashed, double, groove, outset, inset, ridge. | |
| Header_ImageBorderColor | String | The border color of the header image. | |
| Header_ImageTarget | String | The target attribute for the header image link.
The allowed values are _blank, null. | |
| Contents | String | The body content options for the signup form. | |
| Styles | String | An array of objects, each representing each element of signup forms. | |
| SignupFormUrl | String | The URL of the signup form. | |
| ListId [KEY] | String |
Lists.Id | A string that identifies the list associated with this signup form. |