I'm unfortunately working with rather thick headed clients who insist they need a "form" to fill out instead of the normal WP WYSIWYG Post editor. I tried to tell them that they could hide the parts that were confusing them, but apparently that won't work. Is there any way to create a simple 4 line form, in the admin panel, that creates a post with the content from those 4 lines? Any existing plugins I could use to do this?
I've already tried a custom post type but the "large box" for adding content is apparently too hard to grasp because they keep wanting "lines" in a form.
I just need the output to be consistent. A simple post, something like:
Item: whatever they type
Amount: whatever they type
Model: whatever they type
Description: whatever they type
They can't handle writing the word "Item" themselves, and want a form to do it. Essentially, that's what I'm dealing with.
Anyone have any ideas?
