I have spent days trying to resolve this issue and after reading the massive thread between dbthumb and the awesome kglad, I have at least managed to get a response back from the checkboxes but as follows
Below is the result of your feedback form. It was submitted by
(
paul@zeecon.com) on Wednesday, August 22, 2007 at 14:42:25
---------------------------------------------------------------------------
- Code: Select all
cbListener: [object Object]
lv: Please%20do%20not%20contact%20me%20about%20Skywater=Yes&Shopping=Yes&Fine%20Dining=Yes&Wine%20Tasting=Yes&Music%20Festivals=Yes&Tennis=Yes&Beach=Yes&Boating=Yes&Golf=Yes&%20I%E2%80%99m%20interested%20in%20learning%20more%2E%20Please%20contact%20me%20about%20the%20activities%20at%20and%20around%20Skywater%2E=Yes&%20Yes%2C%20I%20can%27t%20wait%20to%20see%20Skywater%21%20Please%20have%20someone%20contact%20me%3A=Yes
<html>
<head>
<title>Thank You</title>
</head>
<body>
<center>
<h1>Thank You For Filling Out This Form</h1>
</center>
Below is what you submitted to paul@avatarea.com on Wednesday, August 22, 2007 at 14:42:01<p><hr size: 1 width=75<p>
<p><hr size=1 width=75<p>
<hr size=1 width=75<p>
<center><font size=-1>Web Page Design by <a href="http://www.megaiq.com">MegaIQ Website Architects</a>
daytime_phone: 123
evening_phone: 123
cb: Please do not contact me about Skywater
---------------------------------------------------------------------------
heres whats on my time line :-
- Code: Select all
cbListener = new Object();
lv=new LoadVars();
cbListener.click = function(eo:Object) {
if (eo.target.selected) {
cb = eo.target.label;
lv[cb] = "Yes";
} else {
lv[cb] = "No";
}
};
Golf.addEventListener("click", cbListener);
Boating.addEventListener("click", cbListener);
Beach.addEventListener("click", cbListener);
Tennis.addEventListener("click", cbListener);
Music.addEventListener("click", cbListener);
Wine.addEventListener("click", cbListener);
Dining.addEventListener("click", cbListener);
Shopping.addEventListener("click", cbListener);
Contact_me.addEventListener("click", cbListener);
Activities.addEventListener("click", cbListener);
Dont_contact.addEventListener("click", cbListener);
and heres whats on my submit button:
- Code: Select all
on (release) {
subject = "A new contact from offer1";
recipient = "paul@avatarea.com";
redirect = "www.nothing.com";
//calls the formMail script (on my server) write your own URL
loadVariables("http://www.avatarea.com/cgi-bin/formmail/FormMail.pl", "", "POST");
gotoAndStop("end");
}
the test page can be seen at
http://www.avatarea.com/login
the FormMail.pl is residing and configured to work through that location and as you can see it is functioning.
Anyone PLEEEEASE

Help I dont have enough hair to rip anymore out