nlite10 wrote:I was reading back on page 6 about a Flash subscription form solution. I was hoping to be able to get a hold of an .fla from Barnaby or mdj1 but PMing is disabled on this board. Can anyone help?
on (release){
// reset status message
status ="";
// check fields for content
if (attribute2 != "" && email != ""){
status = "sending";
name="subscribeform";
subscribe = "Subscribe";
this["list[2]"] = "signup";
htmlemail = 1;
this.loadVariables("put domain url here/lists/?p=subscribe&id=1", "POST");
this.nextFrame ();
}else{
//Not all has been filled in
status = "All fields are required";
}
}
Return to Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 0 guests