No message after Form submit

0 replies·opened May 9, 2023
H
horobeanuMay 9, 2023

After form submit I cannot see any success/error message.

						<div class="form-widget" data-alert-type="inline" data-redirect="https://alleslim.ro/#footer">

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

							<form class="row mb-0" id="landing-enquiry" action="include/form.php" method="post" enctype="multipart/form-data">
								<div class="form-process"></div>
								<div class="col-12 form-group mb-4">
									<label>Nume:</label>
									<input type="text" name="landing-enquiry-name" id="landing-enquiry-name" class="form-control required" value="">
								</div>
								<div class="col-12 form-group mb-4">
									<label>Adresa de email:</label>
									<input type="email" name="landing-enquiry-email" id="landing-enquiry-email" class="form-control " value="">
								</div>
								<div class="col-12 form-group mb-4">
									<label>Mesaj:</label>
									<!-- <textarea name="landing-enquiry-additional-requirements" id="landing-enquiry-additional-requirements" class="form-control border-form-control" cols="10" rows="3"></textarea> -->
									<textarea name="landing-enquiry-additional-requirements" id="landing-enquiry-additional-requirements" class="form-control" cols="10" rows="3"></textarea>
								</div>
								<div class="col-12 d-none">
									<input type="text" id="landing-enquiry-botcheck" name="landing-enquiry-botcheck" value="">
								</div>
								<div class="col-12">
									<button type="submit" name="landing-enquiry-submit" class="button h-translatey-3 bg-grey-orange rounded-pill">Trimite <i class="bi-arrow-right m-0"></i></button>
								</div>

								<input type="hidden" name="prefix" value="landing-enquiry-">
							</form>
						</div>

I resolved ! Thanks!

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