this form creates an error for me: Bot Detected! Form could not be processed! Pl

1 reply · opened Apr 6, 2022

Sstefa88Apr 6, 2022

<div class="form-widget">
<div class="form-result"></div>

<form class="row" action="include/form.php" method="post" id="commentform">
<div class="col-md-4 form-group">
<label for="template-contactform-name">Name <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="form-control required" />
</div>

<div class="col-md-4 form-group">
<label for="template-contactform-email">Email <small>*</small></label>
<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email form-control" />
</div>

<div class="col-md-4 form-group">
<label for="template-contactform-phone">Phone</label>
<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="sm-form-control valid">
</div>
<div class="col-md-4 form-group">
<label for="template-contactform-name">Partenza da <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="form-control required" />
</div>

<div class="col-md-4 form-group">
<label for="template-contactform-name">Arrivo a <small>*</small></label>
<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="form-control required" />
</div>
<div class="col-md-4 bottommargin-sm">
<label for="">Ora</label>
<div class="form-group">
<div class="input-group text-start" data-target-input="nearest" data-target=".datetimepicker1">
<input type="text" class="form-control datetimepicker-input datetimepicker1" data-target=".datetimepicker1" placeholder="00:00 AM/PM">
<div class="input-group-text" data-target=".datetimepicker1" data-toggle="datetimepicker"><i class="icon-clock"></i></div>
</div>
</div>
</div>
<div class="col-md-4 bottommargin-sm">
<label for=""><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Giorno</font></font></label>
<input type="text" value="" name="giorno" class="form-control text-start component-datepicker highlighted-week" placeholder="MM-GG-AAAA">
</div>

&lt;div class="w-100"&gt;&lt;/div&gt;
          	&lt;div class="col-12 form-group"&gt;

<button name="submit" type="submit" id="submit-button" tabindex="5" value="Submit" class="button button-rounded button-border nott ls0 fw-normal border-color m-0">Invia</button>
</div>
<!-- Form Settings -->

	&lt;input type="hidden" name="prefix" value="template-contactform-"&gt;
	&lt;input type="hidden" name="subject" value="Message from Contact Form"&gt;

						&lt;/form&gt;

					&lt;/div&gt;&lt;!-- #respond end --&gt;
SSemicolon WebSTAFFApr 7, 2022

Hello,

Simply adding the following code inside the `` Tag of your HTML Page should fix the issue:
[ch_pre]

[/ch_pre]

Please make sure that you are following the Default Form Structure according to the Documentation: http://docs.semicolonweb.com/docs/forms/form-setup/ .

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

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