Submitting multiple forms

Hey everyone, so I’m trying to create a news feed for my website, where I have a webpage that you write the news, press submit, and then it gets posted onto the main news page. I’ve gotten this setup for the most part, but my only issue is that on the page where i type the news, I have 3 input fields (each in its own form). One for Title, one for date, and one for news. the issue is, is that my submit button is nestled inside the news form, so when i hit submit, it only sends the news, and not the “title” or the “dated” forms.
im wondering how to make it so when submit it hit, it sends all 3 forms to my database?

hope this is clear :s