mithereal
Jun 6 2008, 08:41 PM
i owuld like to make an alternate contact us page with different fields than the contact us page so i can have 2 on my site one with queries and the other is a bidding form, i have tried modifing the contact us form but not working can anyone give me a pointer on how to make the alternate form work , i did change all references from tep_redirect(tep_href_link(FILENAME_FILENAME_CONTACT_US, 'action=success'));
to tep_redirect(tep_href_link(FILENAME_BIDFORM, 'action=success')); and added define('FILENAME_BIDFORM', 'bidform.php'); to includes filenames.php im geting The requested URL /catalog/FILENAME_BIDFORM was not found on this server. error can anyone point me in the right direction
i am not a php coder
web-project
Jun 6 2008, 08:49 PM
you need to add some variable to contact us php file and define this variable in contact us language file.
mithereal
Jun 6 2008, 09:43 PM
ok what i meant to say was i made a copy of contact us.php and renamed to bidform.php0, i also made a copy of contact us in languages folder named bidform.php i added the varibles to bidform.php in languages, basically i want a 2nd contact us page called bidform.php that does not pull any vars from the original contact_us files so i can modify my bidform.php files without having it try to pull vars from contact usones , what would i need to change.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.