I tried submitting a request with only the name, e-mail and comment but the error checking kicked in and told me that I still needed to fill in the required fields.Originally Posted by Veronika7747 View Post
Did you fill in all fields?? Try one with only name, email & comment..
Clyde, I do not require any additional info. My point was/is that some fields that we indicate are required to be filled in can be omitted and still the form will be submitted without giving an error message to input the missing fields.
My sencond inquiry/request is if it is possible (when I specify that RMA can be submitted ONLY when people are logged in) that the fields that are retrieved from the database are for "display ONLY" so that they cannot be altered and only additional fields not obtained from the database can/should be inputted.
strange, I am able to do it. here is another example I just did now:
From: Vera
Email: [email protected]
Phone Number:
Address:
City:
Post Code:
State:
Order Number:
Total Value:
Item Number:
Item Name:
Action Requested: 0
------------------------------------------------------
Reason: only Full name & e-mail being inputted (and the Reason)
------------------------------------------------------
Office Use Only:
From: Vera
Email: [email protected]
IP Address: 70.129.211.204 - 70.129.211.204
Host Address: ppp-70-129-211-204.dsl.hrlntx.swbell.net
Date and Time: Thu Jan 24 2008 20:30:19 EST
Try this fix and see if it helps.
Just unzip, rename the YOUR_TEMPLATE folder to match your custom template name and upload to your server.
I'm still checking on "freezing" the form fields after being populated from the database.
Attachment 3326
Last edited by clydejones; 31 Dec 2009 at 02:31 AM.
[QUOTE=clydejones;496213]I'm still checking on "freezing" the form fields after being populated from the database.
Could this be used as the 1st part of the form??
Code:<div class="centerColumn" id="addressBookDefault"> <h1 id="addressBookDefaultHeading"><?php echo HEADING_TITLE; ?></h1> <?php if ($messageStack->size('addressbook') > 0) echo $messageStack->output('addressbook'); ?> <br class="clearBoth" /> <address class="back"><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['customer_default_address_id'], true, ' ', '<br />'); ?></address> <br class="clearBoth" /> <div class="instructions"><?php echo 'If this is not your current address, please <a href="index.php?main_page=account_edit">update your account</a>' ?></div> <br class="clearBoth" /> <?php echo zen_draw_form('returns', zen_href_link(FILENAME_RETURNS, 'action=send', 'SSL')); ?> <br class="clearBoth" /> </div>
Bookmarks