Start my campaign
Below is a roadmap to get you started with your campaign |
-
<% if @parent_campaign.present? %>
-
10 seconds
My campaign
<%= @parent_campaign.name %>
<% elsif @nonprofit.present?%>
-
10 seconds
My nonprofit
<%= @nonprofit.name %>
<% else %>
-
10 seconds
Search for a nonprofit that you want to fundraise for
<%= render 'search_for_npo' %>
<% end %>
-
1 minute
Sign Up or Login
<%= render 'components/forms/sign_up_or_login_tabs' %>, you're logged in.
-
1 minute
Confirm your account
Simply click the confirmation link in the email we sent you when you created your <%= Settings.general.name %> account.
Once you've clicked the confirmation link, come back here and reload this page., you're confirmed.
-
<% if !@child_campaign %>
Start your campaign
5 minutesUse our simple wizard to create your campaign for . your favorite nonprofit.
If you need any further help setting up your campaign, check out this handy article.
Seems like you already have a campaign for that cause! <%= link_to "Click here to reactivate your campaign", "javascript:appl.undelete_p2p(\"/nonprofits/#{@child_campaign.nonprofit_id}/campaigns/#{@child_campaign.id}\")" %>
<% else %>Seems like you already have a campaign for that cause! <%= link_to "Click here to see it", @child_campaign.url %>.
<% end %> <% end %>