Preloader appear but form not sending

1 reply · opened Jun 21, 2019

Kkanreg1bknJun 21, 2019

Thanks for your great template.

I use your template with my codeigniter project but i've problem. When i'm sending form, preloader appear but form not sending into my controller. This my form snippet

<form class="row" id="pendaftaran" action="<?php echo site_url('home/konsultasi/tambahKonsultasi') ?>" method="post">
<div class="form-process"></div>
<div class="col-12 form-group">
<label>Nama lengkap:</label>
<input type="text" name="event-registration-first-name" id="event-registration-first-name" class="form-control" value="" placeholder="Enter your First Name">
</div>
<div class="col-6 form-group">
<label>NIP Baru:</label>
<input type="text" name="event-registration-first-name" id="event-registration-first-name" class="form-control" value="" placeholder="Masukkan NIP Baru (Opsional)">
</div>
<div class="col-6 form-group">
<label>Nama di database:</label>
<input type="text" name="event-registration-last-name" id="event-registration-last-name" class="form-control" value="" placeholder="Enter your Last Name">
</div>
<div class="col-12 form-group">
<label>Email:</label>
<input type="email" name="event-registration-email" id="event-registration-email" class="form-control" value="" placeholder="Enter your Email Address">
</div>
<div class="col-12 form-group">
<label>Judul pertanyaan:</label>
<input type="text" name="event-registration-first-name" id="event-registration-first-name" class="form-control" value="" placeholder="Enter your First Name">
</div>
<div class="col-12">
<div class="form-group">
<label>Kategori pertanyaan</label>
<select class="form-control" name="event-registration-passes" id="event-registration-passes">
<option value="">-- Select One --</option>
<option value="Contributors Day + Main Event">Contributors Day + Main Event</option>
<option value="Main Event only">Main Event only</option>
<option value="VIP Access">All Days + VIP Access to Insiders Club</option>
</select>
</div>
</div>
<div class="col-12">
<div class="form-group">
<label>Pertanyaan:</label>
<textarea name="event-registration-bio" id="event-registration-bio" class="form-control" cols="30" rows="5"></textarea>
</div>
</div>

&lt;div class="col-6 form-group"&gt;
	&lt;label&gt;&lt;?php echo $capcay['image']; ?&gt;&lt;/label&gt;
	&lt;input type="text" name="captcay" id="captcay" class="form-control required" placeholder="Masukkan kode captcha di atas"&gt;
&lt;/div&gt;
&lt;div class="col-12"&gt;
	&lt;button class="btn btn-lg bgcolor text-white btn-block uppercase ls1" type="submit"&gt;Cek Jawaban&lt;/button&gt;
&lt;/div&gt;

</form>

Actually i've ben solution for that problem by disabling plugin.js, but i'm affraid it will impact to other part. Do you have better solution for that problem ?

SSemicolon WebSTAFFJun 24, 2019

Hello,

This appears to be an issue with the Form's action Attribute. Can you please provide us with a Live URL so that we can check out the exact issue and provide you with more assistance on this. Thanks for your Patience.

Additionally, you can also consider adding the .customjs Class to the .form-widget Element which will disable AJAX on the Form and this will allow you to check the issues on the PHP File directly.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard