Oh boy..
I'm hoping that someone can help out here.
I'm still getting used to messing about with PHP. One thing is truly bugging me.
On the contact us page within the store, the size of the text box i.e. the message part, will just not go down in size! I've altered the coding -
<label for="enquiry"><?php echo ENTRY_ENQUIRY . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
<?php echo zen_draw_textarea_field('enquiry', '3', '3', '', 'id="enquiry"'); ?>
but that has not made one iota of difference.
Ideally, I just want the form gone, as I have a separate one on another page within my site, which I would prefer people to utilise.
If anyone could point me in the right area, so I can either have the size correct, or better still, not be there at all.
Much appreciated in advance, and blessings.
Jim
Sorry..
Being an absolute plank..

Sorted the sizing out...
was the CSS coding..
I'll keep the form on the shop side of things, me thinks..save a lot of hassle.
Thank you anyway..
Oh boy..
I'm hoping that someone can help out here.
I'm still getting used to messing about with PHP. One thing is truly bugging me.
On the contact us page within the store, the size of the text box i.e. the message part, will just not go down in size! I've altered the coding -
<label for="enquiry"><?php echo ENTRY_ENQUIRY . '<span class="alert">' . ENTRY_REQUIRED_SYMBOL . '</span>'; ?></label>
<?php echo zen_draw_textarea_field('enquiry', '3', '3', '', 'id="enquiry"'); ?>
but that has not made one iota of difference.
Ideally, I just want the form gone, as I have a separate one on another page within my site, which I would prefer people to utilise.
If anyone could point me in the right area, so I can either have the size correct, or better still, not be there at all.
Much appreciated in advance, and blessings.
Jim
What you can do is to change the link for the contact us form and direct it to an EZ-Page that you create.
See Link below
http://www.zen-cart.com/forum/showthread...ntact+page