form->csrf() ?> form->label(t('Make recurring'), 'recoreco_enabled') ?>
form->label(t('Target column (where the copy appears)'), 'recoreco_target_column') ?> form->select('recoreco_target_column', $columns_list, $values) ?> form->label(t('Frequency'), 'recoreco_frequency') ?> form->select('recoreco_frequency', $frequency_list, $values) ?> form->checkbox('recoreco_last_day', t('Last day of the month (honored only when the due date is the last day / last weekday of its month)'), 1, $values['recoreco_last_day'] == 1) ?> form->label(t('Create the copy this many days before the due date'), 'recoreco_days_before') ?> form->number('recoreco_days_before', $values) ?> modal->submitButtons() ?>