<form class="flashy-form">
<!-- You can add as many fields as you wish from Flashy, custom fields also supported -->
<input type="text" name="first_name" placeholder="What's your name?" required="required">
<input type="email" name="email" placeholder="What's your email?" required="required">
<!-- IMPORTANT: You need to find your list ID and change it instead if 000 this will be the list the contact will be subscribed to -->
<input type="hidden" name="list_id" value="000">