Form php page comes up

1 reply · opened Dec 20, 2022

RrookapsDec 20, 2022

After submitting a form, instead of getting the success message pop up-- it is going to the form.php page and showing this--- { "alert": "success", "message": "We have successfully received your Message and will get Back to you as soon as possible." }

Here is the page link with contact us form--- https://www.fuse-xes.com

How can I fix this please.

thanks.

SSemicolon WebSTAFFDec 24, 2022

Hello,

Simply wrap the `` Tag inside the .form-widget Class. This is how your code should look like:
[ch_pre]<div class="form-widget">
<div class="form-result"></div>

&lt;form ...&gt;
	...
&lt;/form&gt;

</div>[/ch_pre]

This will definitely fix the issue. 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