Viewing 2 replies - 1 through 2 (of 2 total)
  • i don’t know if you are still need the solution , it’s 2 months ago 🙂

    but i were facing same problem and found that the wordpress reserve the variable ( name ) , check -> Reserved Terms

    so the solution is hard-code one you have to change the code on the plugin files of
    $_REQUEST[name] to another name that not reserved by wordpress like $_REQUEST[cname]
    and ofcourse use this new name on your query

    can you share your javascript on how you were able to successfully submit comments?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘submit_comment sends me to url’ is closed to new replies.