<%= render 'common/modal_header', title: @parent_campaign.name %>
<%= render 'components/wizard/step_index', wizard_name: 'new_p2p_campaign_wiz' %>

Personalize your campaign page with your name and photo to greatly increase the success of your campaign.

<%= render 'common/states_dropdown', name: 'profile[state_code]', default: @profile.state_code %>
<%= render 'components/forms/submit_button', button_text: 'Next', scope: 'new_p2p_campaign_wiz', branded: true %>

Your passion is contagious! Inspire giving by telling your network why you’re getting involved in this campaign.

<%= render 'components/forms/submit_button', button_text: 'Preview Campaign!', scope: 'new_p2p_campaign_wiz', branded: true %>