form to post multiple inputs into post_content
I have a form, with multiple inputs that I am trying to get posted to the wordpress "post_content". I am able to get the title field and only one other field to post successfully, only when making a field name "description" instead of "description[]", but have no idea how I can get the rest to submit into the post_content. I would like the inputs posted like the image I have created below.
Here is the code I currently have that works for the title only.
Topic post-content forms posts Wordpress
Category Web