<%= render 'common/modal_header', title: 'Edit Recurring Donation' %>
every
<%= render 'components/forms/submit_button' %>
<%= render 'common/modal_header', title: 'Fixed Paydates' %>

Fixing a paydate on an existing recurring donation will affect the next due payment.

For example, if a recurring donation was first paid on the 20th of January, and later gets a fixed paydate of the 1st, its next payment will be on February 1st. The recurring donation will continue to be paid on the 1st for every month after that.