I was testing out the gform_after_submission
hook to submit data to a third party API, and I inserted the example function from the Developer Docs (http://www.gravityhelp.com/documentation/page/Gform_after_submission) in my functions.php file.
I submitted one test submission with the code in place. Ever since doing that, I have not been able to remove the "Blender version:"... output from my form page.
I have tried:
- commenting out the code from my functions.php file
- clearing my browsers cache & cookies
- trying it in another browser
- creating a new form after I removed the function
You can see the page with the form here: http://www.alaskamapping.com/contact/?sessionid=test
note: The sessionid parameter is there to auto-populate a hidden field in the form. I also have an if statement that will not display the form unless that query string is present in the URL.