| 
									
										
										
										
											2018-05-16 21:25:16 +02:00
										 |  |  |  | <!-- partial campaigns/new-modal --> | 
					
						
							|  |  |  |  | <!-- include 'campaigns/new/index' --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <div class='modal' id='newPeerToPeerCampaign'> | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-30 21:58:41 +02:00
										 |  |  |  | 	<%= render 'common/modal_header', title: @parent_campaign.name %> | 
					
						
							| 
									
										
										
										
											2018-05-16 21:25:16 +02:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | 	<div class='wizard-steps' style='display:none;'> | 
					
						
							|  |  |  |  | 		<!--= wizard.init 'new_p2p_campaign_wiz' --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	<%= render 'components/wizard/step_index', wizard_name: 'new_p2p_campaign_wiz' %> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 	<div class='modal-body' style='display: table;'> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		<div class='wizard-step reason-step'> | 
					
						
							|  |  |  |  | 			<!--= wizard.set_step 'new_p2p_campaign_wiz' 'About you' --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 			<form parsley-validate> | 
					
						
							|  |  |  |  | 					<!--= on 'submit' (def 'new_p2p_campaign' form_object) (wizard.advance 'new_p2p_campaign_wiz') --> | 
					
						
							|  |  |  |  | 				<input type='hidden' name='campaign[profile_id]' value='<%= current_user.profile.id %>'> | 
					
						
							| 
									
										
										
										
											2018-05-30 21:58:41 +02:00
										 |  |  |  | 				<input type='hidden' name='campaign[parent_campaign_id]' value='<%= @parent_campaign.id %>'> | 
					
						
							| 
									
										
										
										
											2018-05-30 19:15:44 +02:00
										 |  |  |  |         <p>Personalize your campaign page with your name and photo to greatly increase the success of your campaign.</p> | 
					
						
							| 
									
										
										
										
											2018-05-16 21:25:16 +02:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |         <div class='layout--three'> | 
					
						
							|  |  |  |  |           <fieldset> | 
					
						
							|  |  |  |  |             <label>Name</label> | 
					
						
							| 
									
										
										
										
											2018-05-30 19:15:44 +02:00
										 |  |  |  |             <input type='text' name='profile[name]' placeholder='Your Name' value='<%= @profile.name %>' required> | 
					
						
							| 
									
										
										
										
											2018-05-16 21:25:16 +02:00
										 |  |  |  |           </fieldset> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           <fieldset> | 
					
						
							|  |  |  |  |             <label>City</label> | 
					
						
							|  |  |  |  |             <input type='text' name='profile[city]' placeholder='City' value='<%= @profile.city %>'> | 
					
						
							|  |  |  |  |           </fieldset> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           <fieldset> | 
					
						
							|  |  |  |  |             <label>State</label> | 
					
						
							|  |  |  |  |             <%= render 'common/states_dropdown', name: 'profile[state_code]', default: @profile.state_code %> | 
					
						
							|  |  |  |  |           </fieldset> | 
					
						
							|  |  |  |  |         </div> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 				<%= render 'components/forms/submit_button', button_text: 'Next', scope: 'new_p2p_campaign_wiz', branded: true %> | 
					
						
							|  |  |  |  | 			</form> | 
					
						
							|  |  |  |  | 		</div> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 			<div class='wizard-step amount-step'> | 
					
						
							|  |  |  |  | 				<!--= wizard.set_step 'new_p2p_campaign_wiz' 'Customize' --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 				<form parsley-validate> | 
					
						
							|  |  |  |  | 				<!--= on 'submit' create_p2p_campaign --> | 
					
						
							|  |  |  |  | 				<!--= log new_p2p_campaign --> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           <div class='u-margin--auto'> | 
					
						
							| 
									
										
										
										
											2018-05-29 17:31:55 +02:00
										 |  |  |  |             <fieldset class='col-right-12'> | 
					
						
							| 
									
										
										
										
											2018-05-30 21:58:41 +02:00
										 |  |  |  |               <label>What's your reason for supporting <%= @parent_campaign.name %>?</label> | 
					
						
							| 
									
										
										
										
											2018-05-30 19:15:44 +02:00
										 |  |  |  |               <p>Your passion is contagious! Inspire giving by telling your network why you’re getting involved in this campaign.</p> | 
					
						
							| 
									
										
										
										
											2018-05-29 17:31:55 +02:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-30 21:58:41 +02:00
										 |  |  |  |               <textarea class='u-marginTop--15' rows='4' name='campaign[reason_for_supporting]' required><%= @parent_campaign.default_reason_for_supporting %></textarea> | 
					
						
							| 
									
										
										
										
											2018-05-29 17:31:55 +02:00
										 |  |  |  |             </fieldset> | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-16 21:25:16 +02:00
										 |  |  |  | 						<fieldset class='group u-marginBottom--0'> | 
					
						
							|  |  |  |  | 							<label class='u-paddingTop--5'>Goal Amount</label> | 
					
						
							|  |  |  |  | 							<div class='prepend--dollar'> | 
					
						
							|  |  |  |  | 								<input class='input--100 u-marginBottom--5' value='1000' type='number' name='campaign[goal_amount_dollars]' required min='1'> | 
					
						
							|  |  |  |  | 							</div> | 
					
						
							|  |  |  |  | 						</fieldset> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 					</div> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |           <%= render 'components/forms/submit_button', button_text: 'Preview Campaign!', scope: 'new_p2p_campaign_wiz', branded: true %> | 
					
						
							|  |  |  |  | 				</form> | 
					
						
							|  |  |  |  | 			</div> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 		</div> | 
					
						
							|  |  |  |  | 	</div> | 
					
						
							|  |  |  |  | </div> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | <!-- end partial campaigns/new-modal --> |