I have a form that is apparently breaking WordPress. If I try to embed the form on a page(id="12") using the shortcode builder, the form does not display, nor does any of the content. If I then try to embed a different form (say id="7"), it works as expected.
I am using the pre_render hook to populate some fields.
The preview of the problematic form works as expected. Fields pre-render. Everything looks good. I can submit an entry.
But if I try to embed, it's like 'the_content()' breaks. Viewing source, there is NO evidence that the form is there, just an empty div.
What I have tried:
- exported form. Deleted old form. Re-imported. Nothing.
- disabling ALL custom code (no pre_render, no custom validation, nothing) No good.
- is a different WordPress template being triggered (nope. default. Works everywhere else.)
- is it this specific page/slug? nope.
Is there something about this form? (forgive the massive lists of options ... ) http://pastebin.com/ST5Dk3Pc
ANY ideas? This has me stumped.