Sounds like you are looking to create a page template. Have a look through some of these handy resources and feel free to report back with specifics if you don’t understand something.
https://codex.wordpress.org/Stepping_Into_Templates
https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/
https://codex.wordpress.org/Templates
You could also get a bit of a headstart by copying your page.php template file, giving it a custom template name and altering that.
Hi thanks for the help and links.
Ive created the template page with the Header and footer and content area. I want to place short code for a form on this page. The form does not pick up the style of the them on my new template page as it does on my theme default pages.
here is a link – http://www.appianseo.com/form-page-1/
That is because they are two different forms with entirely different classes. One appears to be a Contact Form 7 form with multiple inline styles as well, and the new one looks like Ninja Forms. You will likely have to mimic the styles from your homepage form and apply them appropriately to the new ninja form.