What I want to do is create a form with various input options, including
Input 1: Name
Input 2: option 2
Input 3: option 3
This form must then become a post, with the title comprising those three inputs added together, with a comma spacing. eg Name, option2, option 3
I also want to give the option of allowing the user to select from two or three category dropdowns, but only able to select one category from each dropdown list.
Then I want the post categorised with each of those two or three categories.
Can this form cater for this, without too much real knowledge on programming.
Thanks