I would like to enable users to submit recipes. I would like to have a form that they fill out with the following fields:
ingredients
method
photo of the result
All 3 fields are required.
In the output (post) I would like the title to appear as well as the content:
ingredients: blah blah
method: blah blah
When I tried I do not get the word ingredients but only the info that was entered.
Is there a way to publish a form so that it looks like a post (i.e. has the question and answer etc)?
I have looked everywhere to find a way to do this and have played around with the form with no success.