This has already been added to this thread however this is the ask a question by marg but with added code to align the form heading and the form for those who have had trouble keeping it inside the shopping cart by Sleepless and rafcamera
Added codes were
Extra codes added by Sleepless and rafcamera.
===========================================
Added to
includes/templates/YOUR TEMPLATE/templates/tpl_ask_question_default.php
CODE
<legend><?php echo sprintf(HEADING_TITLE, $product_info->fields['products_name']); ?></legend>
REPLACED WITH
<legend><?php echo "Tell a friend about the:"; ?></legend>
<?php echo $product_info->fields['products_name']; ?>
=========================
code to replace the title on the ask a question - extract item name from the form heading to the form body thanks to rafcamera.
add this to your stylesheet_new.css at bottom preferrably adjust to your likings to adjust the size of the form itself. Thanks to sleepless for adding this to the forms
#AskQuestionDefault {
width: 75%;
}
I added this for the reason of I saw many people posting out of alignment forms because they have long product titles, this is the fix for that.
Included in this file is the extra added readme file with what was added and how to add if they prefer to add the code themselves.
If they have the do not know how they can just overwrite the file if they wish. Be sure to read the readme file that was added. The complete file can be downloaded from the link below.
ask_a_question_v1.3_added_form_alignment.zip
Enjoy!!