Hi
I did this tutorial, but it doesn't work and I'm pretty much done quessing what I did wrong.
Any help would be really much appreciated.
the tutorial:
sum up what it does:
it names the input texts with variables
submit button looks like this:
on (release) {
recipient = "e@mail.adres";
user = "title of mail";
loadVariablesNum("urlofmailform", 0, "GET");
gotoAndPlay("kthnxbye");
}
they use a mailform.pl and I use another, I did change the titles to the mailform I use (example; recipient is user in my case)
any idea what goes wrong?
(also I never call back to those inputfield variables or am I not suppose to?)
-----
I'm unique, just like everyone else...
I did this tutorial, but it doesn't work and I'm pretty much done quessing what I did wrong.
Any help would be really much appreciated.
the tutorial:
sum up what it does:
it names the input texts with variables
submit button looks like this:
on (release) {
recipient = "e@mail.adres";
user = "title of mail";
loadVariablesNum("urlofmailform", 0, "GET");
gotoAndPlay("kthnxbye");
}
they use a mailform.pl and I use another, I did change the titles to the mailform I use (example; recipient is user in my case)
any idea what goes wrong?
(also I never call back to those inputfield variables or am I not suppose to?)
-----
I'm unique, just like everyone else...