04/18/2017 at 12:03 pm
#420338
Keymaster
@ Matthew
The first thing I see… it appears the wp_footer() template tag (core WordPress, not Connections) in the theme’s footer.php file is in the wrong place. It is being added after the closing </html> tag. This is causing malformed/invalid HTML which is preventing the proper operation of Form.
As for entries not ending in the mod queue… I suspect you are testing while logged in. If you are logged in while testing, you are submitting the form with the same privileges as you would if adding from the admin. Since you’re the admin, you know you added the entry so it does not require moderation.
After you correct the theme, I’ll take another look if you still are having trouble. Let me know.
