Contact Us
- Post a Question (public)
- Open a Case (private)
In an effort to answer all tickets within 24 hours, WDT media has created a new customer support policy, designed to make it easier for our support champs to answer your questions faster and better. Please note this new policy goes into effect October 25, 2011...
I've plugged in the following form code from 1shoppingcart.com (opening and closing brackets removed here so the system will accept the code):
form name="form1" method="post" action="https://www.mcssl.com/app/contactsave.asp"
input type="hidden" name="merchantid" id="merchantid" value="49949"
input type="hidden" name="ARThankyouURL" id="ARThankyouURL" value="www.lesliecardinal.com/thank-you-for-requesting-my-daily-quotes/"
input type="hidden" name="copyarresponse" id="copyarresponse" value="1"
input type="hidden" name="defaultar" id="defaultar" value="656419"
input type="hidden" name="allowmulti" id="allowmulti" value="0"
input type="hidden" name="visiblefields" id="visiblefields" value="Email1"
input type="hidden" name="requiredfields" id="requiredfields" value="Email1"
input type="text" name="Email1" id="Email1" onfocus='this.select();' value='Email Address' size="15" maxlength="50" /
input type="submit" name="submit" value="Subscribe" /
/form
The form doesn't work and when I look at the resulting page code, the hidden fields haven't been put on the page. The form, text, and submit lines are there, but 1shoppingcart.com requires the hidden fields for the form to work properly.
Help!
Peggy
BTW, this page in question is http://www.lesliecardinal.com/sp/quotes/
Peggy
Nevermind. I did some more poking around for an answer at thepromotingprofits.com forum and ran across someone who realized the fields don't show up if they don't end in /> rather than just >. Once I added that character to all my hidden fields, they showed up just fine.
Peggy
This question is closed to new answers.