I'm working on a PHP site where I have about 20 different pages that have the same form. Currently this site has the same code for the form in the 20 pages (ctrl + c / ctrl + v). Is there a way to use the same form in these 20 pages in a simpler way? I'm not used to PHP.