Replies: 0
Hi Support,
I am trying to post request in contact form 7 in wordpress?
I was trying look like below code. but not getting any success.
on_sent_ok: “$.ajax({ type: “POST”, url: “http://13.55.17.71:8080/MarketingSolution-0.1/leads/saveWithJson”,success: 1, function(data){}})”
While i m also trying this : on_sent_ok: “$.ajax({ type: “POST”, url: “http://13.55.17.71:8080/MarketingSolution-0.1/leads/saveWithJson”,data: jsonData,success: function(){}})”
Its given error referenceerror jsondata is not defined
Thanks
Gourav