set attributes on input fields
This commit is contained in:
		
							parent
							
								
									cf3df70285
								
							
						
					
					
						commit
						c4e6f1fb86
					
				@ -50,13 +50,13 @@
 | 
				
			|||||||
				<div class="banner">
 | 
									<div class="banner">
 | 
				
			||||||
					<form action="/subscribe.php" method="POST">
 | 
										<form action="/subscribe.php" method="POST">
 | 
				
			||||||
						<div>
 | 
											<div>
 | 
				
			||||||
							<input type="text" name="full_name" placeholder="Full Name">
 | 
												<input type="text" name="full_name" placeholder="Full Name" required>
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
						<div>
 | 
											<div>
 | 
				
			||||||
							<input type="email" name="email" placeholder="Email">
 | 
												<input type="email" name="email" placeholder="Email" required>
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
						<div>
 | 
											<div>
 | 
				
			||||||
							<input type="phone" name="phone" placeholder="Phone Number">
 | 
												<input type="tel" name="phone" placeholder="Phone Number" required>
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
						<div>
 | 
											<div>
 | 
				
			||||||
							<button type="submit">Stay Notified!</button>
 | 
												<button type="submit">Stay Notified!</button>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user