Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fabrik form submission issue, getting JSON response instead of thank you page

Tags:

forms

php

joomla

I have a Joomla site 2.5.4 and contact form is build using Fabrik plugin. When I submit the contact form I receive a JSON response instead of thank you page.

I have set the form properly from the back-end as well. Please refer image below for details of back-end setup.

enter image description here

Please check JSON response below

{
msg: "Record added/updated",
url: "index.php?option=com_content&view=article&id=24",
baseRedirect: false,
rowid: "0",
redirect_how: "newpage",
width: 300,
height: 300,
x_offset: 0,
y_offset: 0,
title: "",
reset_form: true
}
like image 937
Sashant Pardeshi Avatar asked Jun 18 '15 09:06

Sashant Pardeshi


1 Answers

i had something similar with telerik returning results as json instead of actual page, no solution was possible so i just recreated the same telerik element again and it works now.

try creating the element from scratch and compare the difference between previous and current version, to note the issue.

like image 68
MRACHINI Avatar answered Oct 02 '22 04:10

MRACHINI