Need to have Form submission code to connect to a MYsql DB. This for a new non-profit forming in California. Temp Website is where code is needed. Below is the Form code. The Connection PHP has already been done. Need to connect to it.
CODE:
<div class=”w-full flex-c-m p-t-80 p-b-90″>
<div class=”wsize2″>
<h3 class=”l1-txt1 p-b-34 respon3″>
Coming Soon
</h3>
<p class=”m2-txt1 p-b-46″>
Follow us for update now!
</p>
<form class=”contact100-form validate-form m-t-10 m-b-10″>
<div class=”wrap-input100 validate-input m-lr-auto-lg” data-validate = “Email is required: ex@abc.xyz”>
<input class=”s2-txt1 placeholder0 input100 trans-04″ type=”text” name=”email” placeholder=”Email Address”>
<button class=”flex-c-m ab-t-r size2 hov1″>
<i class=”zmdi zmdi-long-arrow-right fs-30 cl1 trans-04″></i>
</button>
</div>
</form>
</div>