i'm running clean install, no other plugins, on /localhost/test/myform page.
When i just create the form, It works normally, then I insert some new posts from the form it works, but suddenly it stops saving new entries. The form submits, and instead of showing the sucess text message, it opens the url like this :
/localhost/test/myform/://#gf_4
it shows no sucess text, and doesn't save entries anymore, opens the single template page with odd values, listing all other posts in sequence.
I increased php memory in wpconfig, tried resaving the form and no go. I copied the form into another form, and it worked again for a while, then again, the odd string started showing at the url and no more new entries.
The form is somehow not reliable. Anyone can tell me why this is happening, and how to debug this? Where this odd string comes from ? Which file prints this instead of the sucess text ?
Thanks