<%= render 'common/modal_header', title: 'New Subscriber' %>
<%= render 'components/wizard/step_index', wizard_name: 'rd_wizard' %>

Enter the amount and frequency of the recurring donation.

Every
<%= render 'components/forms/submit_button', button_text: 'Next', loading_text: 'Saving...', scope: 'rd_wizard' %>

This recurring donation will start running after this date. Default is today/immediately.

Leave this blank to have it go indefinitely. It can always be deactivated at any time.

You can pick a day of the month between 1-28 that fixes the day when this recurring donation gets paid

<%= render 'components/forms/submit_button', button_text: 'Next', loading_text: 'Saving...', scope: 'rd_wizard' %>

Enter the donor info. The donor email is the only required field.

<%= render 'supporters/fields', required: {email: true}, profile: nil %>

<%= render 'components/forms/submit_button', button_text: 'Next', loading_text: 'Saving...', scope: 'rd_wizard' %>

Enter the donor's credit card to use for this recurring donation

<%= render 'cards/fields' %> <%= render 'cards/form_footer' %>