Nick1 Posted March 17, 2004 Share Posted March 17, 2004 Hello, I want to edit the contact us page to change it from the default with only ------------------ Full Name: E-Mail Address: Enquiry: -------------------- I'd like to be able to add my adress and other boxes such as "Where you found us" or something like that I think its in the contact.php in languages but I'm not sure what I would have to input into there. Thanks Link to comment Share on other sites More sharing options...
Nick1 Posted March 18, 2004 Author Share Posted March 18, 2004 :huh: this can't be that hard... please help... Link to comment Share on other sites More sharing options...
♥yesudo Posted March 18, 2004 Share Posted March 18, 2004 contactus.php find and change the bold area: <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <?php } else { ?> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <font size="4">yesUdo.com<br>Customer Service Department<br>PO Box 155<br>Chessington<br>KT9 1XR<br>England - (the main country of domicile for yesUdo.com).<br><br>Telephone: 0870 881 0339<br>Fax: 0870 220 3058<br><br>Email us at 'CustomerServices@yesudo.com' or you can use the form below.</font><br><br> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><?php echo ENTRY_NAME; ?></td> </tr> <tr> <td class="main"><?php echo tep_draw_input_field('name'); ?></td> </tr> Your online success is Paramount. Link to comment Share on other sites More sharing options...
wondernet Posted March 18, 2004 Share Posted March 18, 2004 Fair enough, but that only covers text. What about extra fields/boxes/option lists?? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.