Javascript function appears after submitting the form
-
I get this message on blank white page, after submitting a form, although I enabled ajax submition
{
url: “http://localhost/samplewebsite/thankyou/?cf_id=62”,
result: “Redirecting”,
data: {
cf_id: “62”
},
html: “<div class=” alert alert-success”>Redirecting</div>”,
type: “complete”,
form_id: “CF559e286ac2e74”,
form_name: “Request Form”,
status: “complete”
}I put the form short code in a wp template file using
echo Caldera_Forms::render_form(‘CF559e286ac2e74’);I am not sure where is the problem reside.. any help ?
The topic ‘Javascript function appears after submitting the form’ is closed to new replies.