Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Extending contact_us data entry boxes


Guest

Recommended Posts

Posted

Hi, could anybody tell me how I can increase the size of the 'contact us' text entry boxes, they are a bit too small for my liking and I cant work how to make them a bit larger.

 

Thanks

Posted

you need to edit catalog/contact_us.php and alter the form element heights/widths.

Posted
you need to edit catalog/contact_us.php and alter the form element heights/widths.

 

Hi, thanks for your help, I'm still not sure of the parameters I need to input for this

 

e.g.

 

<td class="main"><?php echo ENTRY_NAME; ?></td>

</tr>

<tr>

<td class="main"><?php echo tep_draw_input_field('name'); ?></td>

</tr>

<tr>

<td class="main"><?php echo ENTRY_EMAIL; ?></td>

</tr>

<tr>

<td class="main"><?php echo tep_draw_input_field('email'); ?></td>

</tr>

<tr>

<td class="main"><?php echo ENTRY_ENQUIRY; ?></td>

</tr>

<tr>

<td><?php echo tep_draw_textarea_field('enquiry', 'soft', 50, 15); ?></td>

</tr>

 

If I put

 

<td class="main"><?php echo tep_draw_input_field('name', 100, 15); ?></td>

 

for example it doesnt work - could you help further.

 

Much appreciated :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...