We are trying to fix an old issue with our Web Forms for Marketers module (I think it is 2.2, but I don't know how to tell) in Sitecore 6.4.1 running .NET Framework 2.0. I am having trouble even adding a form to an item. I am making an assumption that I should be using the "Insert Form" button in the presentation tab of my item.
When I click that button I get a wizard that goes fine until it tells me the following: "There are no allowed placeholders in order to insert a new form."
Ignorning the error's grammar issue for a moment, I assume it is telling me that there are prequisites for an item to allow it to work with a form. I looked around and thought that maybe the problem in this issue was related:
Cannot get a Sitecore form to display in a placeholder (Web Forms for Marketers module)
So I made sure a Form was in my template. It is there now, but throws a "value cannot be null" exception in the logs when I click "edit" on the Form item in the Device Editor.
I have a Placeholder Setting as well since I have read that I need that for some reason. It is named "form" and the Settings Item is /content.
Am I missing a perquisite? Do I need to reinstall the module?