Email error

Not sure, i have tested this on my end and it goes through.
Maybe there's some temporary database error only?
 
I actually was able to input an email address just fine in that url. Then i was redirected to a video...
 
Hi,

I am still having the issue.

This is the form code I use. Is there anything that seems wrong to you and might be the cause of the error?

I have a few hidden fields as well in the form.

################################################################

<form action="http://pantikamail.net/..........." method="post" accept-charset="utf-8" target="_blank">

<div class="form-group">
<label>Email <span class="required">*</span></label>
<input type="text" class="form-control" name="EMAIL" placeholder="" value="" required />
</div>

<div class="form-group" style="display:none">
<label>Sponsor First Name</label>
<input type="hidden" class="form-control" name="SPONSOR_FNAME" placeholder="" value="Michel" required />
</div>

<div class="form-group" style="display:none">
<label>Sponsor Full Name</label>
<input type="hidden" class="form-control" name="SPONSOR_FULL_NAME" placeholder="" value="Michel Gerard" required />
</div>

<div class="form-group" style="display:none">
<label>Sponsor ID</label>
<input type="hidden" class="form-control" name="SPONSOR_ID" placeholder="" value="gmichel" required />
</div>

<div class="form-group" style="display:none">
<label>Sponsor Facebook</label>
<input type="hidden" class="form-control" name="SPONSOR_FACEBOOK" placeholder="" value="MichelGerardOnline" required />
</div>

<div class="form-group" style="display:none">
<label>Sponsor Email</label>
<input type="hidden" class="form-control" name="SPONSOR_EMAIL" placeholder="" value="mickey@pantika.net" required />
</div>

<div class="form-group" style="display:none">
<label>Status</label>
<input type="hidden" class="form-control" name="STATUS" placeholder="" value=""/>
</div>

<div class="clearfix"><!-- --></div>
<div class="actions">
<button type="submit" class="btn btn-primary btn-submit">Subscribe</button>
</div>
<div class="clearfix"><!-- --></div>

</form>
 
Last edited:
Back
Top