{$_version = ifset($form.params._version)}
{if isset($form.id)}
[`Use this code to publish the form on your website:`] {literal}{$wa->mailer->form({/literal}{$form.id}{literal})}{/literal} [`Publishing on external site`]
{/if}

[`Approximate preview`]

[`The actual web form design will depend on the CSS styles of the site where it is published.`]

{$formwidth = (isset($form.params.formwidth )) ? $form.params.formwidth : 450} {$captionwidth = (isset($form.params.captionwidth)) ? $form.params.captionwidth : 20} {$row_gap = (isset($form.params.row_gap )) ? $form.params.row_gap : 20} {$caption_vertical_spacing = (isset($form.params.caption_vertical_spacing )) ? $form.params.caption_vertical_spacing : 10} {$submit_to_right_of_email = $_version === null || !empty($form.params.submit_to_right_of_email)} {$submit_margin_left = (isset($form.params.submit_margin_left)) ? $form.params.submit_margin_left : 16} {$submit_full_width = !empty($form.params.submit_full_width)}
{$_caption = ''} {if isset($form.params.fields.captcha.caption)} {$_caption = $form.params.fields.captcha.caption|escape} {/if} {if !$_caption} {$_caption = _w('Code from image')} {/if}
{$captcha_html}
{if !empty($all_lists_list)} {/if}

[`To edit the text, click on the caption, the input field, or the button.`]

[`Form width`]
px

[`Recommended 280–600 pixels. A web form can shrink and adapt if its width exceeds that of a column or the phone screen.`]

[`Fields`]
[`Vertical space between the fields and above the caption`] px
[`Field labels`]
[`To remove the caption of an individual field, click on its caption and delete the text.`]
[`Caption width relative to the form`] %
[`Vertical space between caption and field`] px
[`Button`]
1} style="display: none;"{/if}>
[`Horizontal space between field and button`] px
{if $all_lists_list}
[`Add to lists`]

[`Select lists to which new subscriber will be added:`]

    {foreach $all_lists_list as $list}
  • {/foreach}

[`If no list is selected, a subscriber will be added only to “All subscribers”.`]

[`Show list selection in the form`]

[`Enable subscribers to select subscription lists in which they want to be included.`]

{/if}
[`After form submission`]
[`Confirm subscription`]

[`A message will be sent to the subscriber’s address, with a special link which must be clicked to confirm the subscription.`]

{if !empty($form.id)} [`Delete this form`] {/if}