First of all great CMS. Tried a lot of them out there but this one rocks
I have one little problem and i don't now how to solve it.
I have one page "contact" with a php include like this {include_php file="location/zipcode_index.php"} this works ok. This script is a form where you can enter your zipcode and then a resultspage is called.
The problem is that the resultspage is the same as the include--> "location/zipcode.php"
The output of that results page opens in a new window like this --> http://localhost/cmsmadesimple/location ... _index.php
what i want is that it stays included in the "contact" page. I have allready try'd to edit the form with the target part
Does somebody have an idea?
Sorry about the english i'm from Holland
Cheers Erik

