Hi
Did anyone try to modify contact us form?
I Was trying to add custom fields like:
Phone or products of interest but I can't force it to make it work.
Thanks
This is a discussion on Custom Contact us within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi Did anyone try to modify contact us form? I Was trying to add custom fields like: Phone or products ...
Hi
Did anyone try to modify contact us form?
I Was trying to add custom fields like:
Phone or products of interest but I can't force it to make it work.
Thanks
Yep - Have a look at the v2.1 source code ...
Adds new fields, if logged in fills fields and adds Captcha forms etc.
Basically looks like the one on my demo site.
What are you struggling with?
Regards,
pgmarshall
_______________________________
Hi,
Thanks for reply
I want my customers to be able fill in extra fields with their phone number or type in which product they want ask for.
I have oscmax 2.0.25 and I have managed to draw boxes in contact_us.tpl.php but I can't get contact_us.php to sent it.
Glad to hear you are using osCmax - make sure you post in the correct forum - this thread is in the osCommerce forum ...
Best place to check is in the catalog/contact_us.php for the mail contructor ... the input boxes go in the template folder ... but you need to add the new fields to the mail contructor ... look for:
Regards,tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, $enquiry, $name, $email_address);
pgmarshall
_______________________________
Bookmarks