I've just plugged a form into a Wordpress page using the "advanced" installation. The iFrame version works fine but I hate iFrames....
I get the following error
Warning: Cannot modify header information - headers already sent by (output started at [webroot]/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php:158) in [webroot]/machform/config.php on line 51
(The [webroot] bit is actually the full path to my code - I edited the message for display here). Then the form loads properly. It's a warning rather than an error but looks a bit messy.
I took a look at the error line in config.php and it looks like it's just setting the page to UTF-8. Is there a good reason for this? Can I just remove it from config on the grounds that all my pages will include it or will it choke when I try to test forms standalone?
