I have modified the define_shippinginfo.php file to include a return request form. The HTML code is as follows:
<p>Please fill out the form below to process your return/exchange</p>
<form action=”mailto:[email protected]”>
Name: <input name="Name" value="" size="10"><br>
Phone Number: <input phone="phone" value="" size="10"><br>
Your Email Address: <input email="Email" value="" size="10"><br>
Order or invoice number: <input invoice="invoice" value="" size="10"><br>
<center><input type="submit"></center>
</form>
and can be seen here
My problem is that when I tested the form, it opens the new email form, but does not import the data that was filled in prior to hitting the submit. Why?
Bookmarks