|  | @@ -13,8 +13,8 @@
 | 
	
		
			
				|  |  |              <Button Grid.Column="0" HorizontalOptions="Start" VerticalOptions="Center" TextColor="White" BackgroundColor="Transparent" Margin="0" Padding="0"
 | 
	
		
			
				|  |  |                  Text="Cancel" Clicked="ExitBtn_Clicked"/>
 | 
	
		
			
				|  |  |              <Label x:Name="titleLbl" Grid.Column="1" Text="Edit Form" HorizontalOptions="Fill" HorizontalTextAlignment="Center" VerticalOptions="Fill" VerticalTextAlignment="Center" TextColor="White"/>
 | 
	
		
			
				|  |  | -            <!-- <Button x:Name="saveProgressBtn" Grid.Column="2" HorizontalOptions="Center" VerticalOptions="Center" TextColor="White" BackgroundColor="Transparent" Margin="0" Padding="0" -->
 | 
	
		
			
				|  |  | -            <!--     Text="Save Progress" Clicked="SaveProgressBtn_Clicked" FontAttributes="Bold" IsVisible="true"/> -->
 | 
	
		
			
				|  |  | +             <Button x:Name="saveProgressBtn" Grid.Column="2" HorizontalOptions="Center" VerticalOptions="Center" TextColor="White" BackgroundColor="Transparent" Margin="0" Padding="0" 
 | 
	
		
			
				|  |  | +                 Text="Save Progress" Clicked="SaveProgressBtn_Clicked" FontAttributes="Bold" IsVisible="true"/> 
 | 
	
		
			
				|  |  |              <Button Grid.Column="2" HorizontalOptions="End" VerticalOptions="Center" TextColor="White" BackgroundColor="Transparent" Margin="0" Padding="0"
 | 
	
		
			
				|  |  |                      x:Name="saveBtn"
 | 
	
		
			
				|  |  |                  Text="Complete" Clicked="SaveBtn_Clicked"/>
 |