I have a site on which there are a number of pages which are not in wordpress but are wordpress enabled. These pages use the same footer include and sidebar include as the wordpress section of the site. Widgets work fine in them.
I have used a widget to display a newsletter sign up form (with Ajax confirmation) in the footer, and this works fine in as much as the form is there. It works in the WordPress section, but not in the other pages.
I am assuming this is due to the form action being the current page, a page not within WP.
I know I can use an iframe, but this would involve now having two footers, and whole new set of sidebars for the non-wordpress pages. Is there any other way to get it to work?
I'd really appreciate any suggestions.