Okay, this is a bit tricky-- I have an inquire form that is called at: index.php?x=web&cat=inquire -- but I need the thank you page to be at index.php?x=web&cat=inquire&f=submit
Here is the current code that is in web_inquire.php:
<?php
/* web_inquire.php */
include("head.php");
include("web_network.php");
include("logo.php");
include("web_inquire_tab.php");
include("web_inquire_body.php");
include("web_links.php");
include("web_foot.php");
?>
Any suggestions? 😕