Please Help Me With Submit Buttons?
Can anybody tell me how to send the information inputed into my form to an e-mail address when the Submit button is clicked. I know that it takes a php script, but I don't know how the script should be set up.
Please Help!!! Prof.
FlashKit > Flash Help > Flash General Help
Posted on: 08-14-2004, 06:21 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Submit Buttons
I made a form using Flash MX 2004. I want the filled out form to be sent to my e-mail address when they hit the submit button. However, I don't understand the script to do that. I've read a lot of posts, but they don't make sense. Does anyone know an easy way to do this? If you could help, I'd greatly appreciate it. thanks
maria-
Submit Buttons
Hi,
I'm trying to create a form in flash that will submit the info they have created, its to a lotus notes database but should work just like a normal form.. I remember in flash4 the action script was point and click but this new MX code is a little beyond me..
Can anyone point me to a tutorial or give me a few pointers?!
Thanks in advance,
Rockstar.
Submit Buttons
Ok so my boss wants me to help him build a website and he wants something like this www.leifinancial.com where the submit button is or where you put in the info he wants it to submit to his email. Does anyone know how to do this and help me set this up thank you
SUBMIT Buttons And FORMS?
I went through the tutorial on flashkit for forms and submit buttons. It has you attach a load variables action to a button and you specify the url.
Does it send every variable, or do you need to specify which variables?
Also, (MY MAIN QUESTION) How do I create hidden variables, like the email address to which the form needs to be sent to? If I just script those variables ex:
hiddenemail = "joe@flash.com"
Where do I attach this script to? THe submit button? THe main time line? What if I have stop actions on the main time line???? Will they interfere with the variables?
Submit Buttons, Functions, If And Else....
I am trying to have 2 or more input text field applied to one submit button. my goal is to be able to press submit after 2 or more input textfields are filled, but if in or more the answer is incorrect, then to go to a frame where the correct answers are still written, but the false ones are blanc.
i dont want to use a server or jsp or things like that, since the form will not go anywhere by mail or have to do anything with a database.
this is the script i tried to use but it is not quite working:
function submit() {
if (type01.text == "20") {
gotoAndStop(20);
} else {
gotoAndStop(10);
}
function submit() {
if (type02.text == "20") {
gotoAndStop(20);
} else {
gotoAndStop(5);
}
}
}
I tried to send the movie to frame 10 if the first answer is correct and the second is false and it is not working, but it is working when the first is correct and the second is not.
i really cannot understand why, so please help me out or my boss will kill me or something
Submit And Reset Buttons
Hello there, anyone know any good tutorials where the drawing drawn with the drawing API can be submitted to a database. Also a reset button to clear the drawing?
Thanks in advance.
Naming Submit Buttons In Forms
Hi All
I have a form which in HTML has the properties.
<input type=submit name="subscribe"
Now, in flash i have a button called gobutton which has a geturl action to the php script, however the php script requires the submit button to be named "subscribe" how can i interpret this in to my movie?
Thanks in advance.
Naming Submit Buttons In Forms
Hi All,
I have a form in flash with asubmit button, but the form action requires that the submit button be name, how can i go about this.
i.e.
<input type=submit name="subscribe"
Submit Buttons In Flash 2004 MX
Hi! I'm not very experienced with Macromedia Flash MX. I've used it a few times but I only changed video into flash.
Well, I read a lot and I have mastered a lot except for one thing. When I was creating forums, I have no clue how to link the submit button to a page that will send the information to my e-mail address.
I was reading up on it on this page URL but I find it way to confusing... is there any other way?
Plus, I also wanted to know how to create the redirect page after you click send.
Any advice?
Simple Form - Reset And Submit Buttons
Using MX Professional 2004, I have a simple form with name, email and message fields. This is a form that came with one of those cookie cutter templates that a friend purchased.
Let's start with the reset button. It's not working. The action I have on the reset button is:
on (release) {
aname.text = "";
aemail.text = "";
amessage.text = "";
}
The text boxes are Input Text, and all of them have the same instance name which is form. They have different variables which are the names above: aname, aemail and amessage. I have also tried to modify the script to:
on (release) {
form.aname.text = "";
form.aemail.text = "";
form.amessage.text = "";
}
which also did not work. Any ideas?
Incidentally, the form and the buttons reside in a movie clip called "page 4,"
and the text boxes are in a Group in a movie clip called "text fields" which is in the "page 4" movie clip.
Thank you!!!
Multiple Submit Buttons That Pass Diffrent Variable
I am trying to create multiple submit buttons that depending on which one is clicked will send a diffrent variable to a php script that emails me. As of now I just have a regular flash email that when you hit submit it uses form.loadVariables("email.php", "POST"); to post my variables to the php.... what i want is mulitple submit buttons that have predefined variables so when clicked it submits to me what someone chose. any help will be appreciated.
Can A Submit Button Submit 2 Different Forms?
Can a sumbit button submint 2 emils with different info on one click?
say one set of information to the user 1 containing data A
and one set of information to user 2 containing data B
Thanks -
ZG
Use Buttons To Submit Text To Input Text Help Please
i am want to make a movie for an interactive whiteboard where using a keyboard can be a pain, so i want to use a button to place a letter and then press enter on the stage.
but i am struggling to get going
i figure it has to be something like this
a_btn.onRelease = function () {
a = input_txt;
}
var a:String = "a";
but something is wrong and how do i do an enter btn
thank
i have so much to learn
Submit Help
Hey, I was wondering if any of you know how to have text feilds sent to an e-mail with a click of a button. If that is not able to be done, how can i have infomation sent to a spot where it is seperated from the accual program. Thanks for the time!
P.S. the fla. is too large to poast
Submit PHP
When I build a sumbit form where do I plug in the PHP, so it's in a database - then routed to my e-mail?
what is the code look like for all that stuff:
-The Actionscript for the submit button.
-The PHP for for the info. or actionsript (not sure)
-form input - click submit - to it ending up in my e-mail
what goes on?
Thanks for your time,
JT
ATL
Submit
Hey, If u wanna find a place to submit yr flash cartoons for publicity go here www.fantasymage.com an awesome flash site. Just send an e-mail to flashadmin@fantasymage.com with yr name and the flash title.
Help With Submit
can someone help me with my flash form submit?
i've tried and search on google but couldn't get it to work for the last 2 days.
i have a link that pops up a survey form with radio buttons and text input but when i hit the submit button nothing happens.
here is my actionscript for the button.
Code:
stop();
submitURL = "http://thecandidgroup.com/ces/mailer.php";
function onSubmit() {
// Create a new LoadVars instance for the form data
formData = new LoadVars();
// Initialize formData variables:
formData.referred = "";
formData.contact = "";
formData.temp = "";
formData.greet = "";
formData.doc = "";
formData.question = "";
formData.refer = "";
formData.surveyor = "";
formData.certificate = "";
// Gather the order information into a LoadVars instance.
formData.referred = referredGroup.getValue();
formData.contact = contactGroup.getValue();
formData.temp = tempGroup.getValue();
formData.greet = greetGroup.getValue();
formData.doc = docGroup.getValue();
formData.question = questionGroup.getValue();
formData.refer = referGroup.getValue();
}
// Create another LoadVars instance to receive the server's reply
replyData = new LoadVars();
// Initialize reply variable.
replyData.reply_referred = "";
replyData.reply_contact = "";
replyData.reply_temp = "";
replyData.reply_greet = "";
replyData.reply_doc = "";
replyData.reply_question = "";
replyData.reply_refer = "";
replyData.reply_comments = "";
replyData.reply_surveyor = "";
replyData.reply_certificate = "";
// Specify a function to call when this new instance receives the reply.
replyData.onLoad = handleReply;
// Submit the order data
formData.sendAndLoad(submitURL, replyData, "post");
// Tell the user what's happening.
message_txt.text = "Submitting survey, please wait...";
function handleReply(success) {
if (success) {
message_txt.text = "Your survey was received:
";
message_txt.text += "referred by: " + replyData.reply_referred + newline;
message_txt.text += "contact: " + replyData.reply_contact + newline;
message_txt.text += "temp: " + replyData.reply_temp;
} else {
message_txt.text = "There was a problem submitting your survey. The server may be down or not responding.";
}
}
Submit Name Button
hi,
i'm trying to add a submit button that should pick up the value of a field (email address) that the user should fill and send it to a url where there's a database to collect these email addresses (the client has provided me with the url that should take care of the adding process); what is the best way to do that? keeping in mind that i don't want to use "get url" and send them to another page once they submit, i want to move to a different frame in the same fla movie.
any help would be very appreciated.
Submit Forms
Greetings,
I was wondering if someone could send me a tutorial or point me in the directions for Flash submit forms. This is like my last hump and I cannot seem to get ahold of. But anything will be appreciated..
Submit Forms
Hi everyone.
Can anyone point me to somewhere where i can learn how to put together a submit form. Unless someone can explain via this message board.
Thanks
Submit | Reset
I can't get my submit and reset FLASH buttons to work when embeded in my PHP form. Here's what I have for the submit button:
on(release){
getURL("handleForm.php","","POST")
}
And this for my reset button:
on(release){
input = ""
textarea = ""
}
But it only send me empty variables everytime. These buttons work when I place them in my Flash form, but not when embeded. Can anyone point me in the right direction??
ASP Submit Form In MX
I have been playing with the ASP submit form which uses MX components from the MM website <a href="http://www.macromedia.com/support/flash/applications/creating_forms/index.html">here</a>. This looks to be exactly what I need, however, I can't find a place, in either the ASP script or the FLA, where I can specify the location (ie. email address) the form data is to be submitted to. The best option for me at this time would be able to get the script to send the form data to an email address. Any help would be greatly appreciated.
This is the ASP script:
[asp]
Dim reply_size, reply_quantity, reply_toppings, returnToFlash
reply_size = Request.Form("size")
reply_quantity = Request.Form("quantity")
reply_toppings = Request.Form("toppings")
returnToFlash = "reply_size=" & Server.URLEncode(reply_size) & "&reply_quantity=" & Server.URLEncode(reply_quantity) & "&reply_toppings=" & Server.URLEncode(reply_toppings)
Response.Write returnToFlash
[/asp]
How To Submit Variables From Swf To Swf?
hi all
i have there a prob with my dynamic flash
i open the movie with index.swf?link=thislink...
so in the first pic is some action script that choose 1 of 3
other movies to load this into the current index.swf...
but in this moment i lost my link variable from the html object tag ...
how i can give this variable from the index.swf to the loaded swf
thanks for help
forgive me my english im german :P
Hit Return To Submit
can someone please tell me how to assign the return button to act as though i've clicked on a submit button?
How To Submit A Form?
Hi,
I have to submit a form that i have created in Flash. But when the form submits, the variables are to be sent to another website, and a page over there which should open.
I created two Input textfields and defined thier variables.
Created a button to submit. On the button i gave :
"
on(press) {
loadVariablesNum ("http://mail.myone.com/starsareus/what.pl","_self","POST");
stop();
}
"
When i press the button, nothing happens! Why not?
How do i do this? Basically i have to send the variables to a remote page on another server. How do i do this?
Thanks,
2Shy
Submit Email
Hi how I submit email
Nothing special just text feild and submit button
so once emailaddress was typed in in textfeild and submit button is pressed it send email to my emailaddress
can anyone upload fla that would be great
Submit Button..
hey, does anyone out there know the answer to this??
how the hell do ya connect a submit button
like this:
name _____________
e-mail ____________
comments____________
____________
___________
Submit
Then all the above info is sent to your e-mail!
I really want this for my personal site does anyone know?
Thanks.
Submit Page
How do I get my submit page to work? i need all the help I can get.
Here is the file and the way I want it to look.
Thanks,
Submit Button
All I want to do is create a submit button with only one input text (email) and I want it to be sent to me via email. Also is there any way of doing this without using php, cgi or asp?
thanks, em
Submit Form With CGI
Hi,
Just to let you know that I gave up using the php form. I am having a hell of a time trying to figure out how to make a good one that would work. I have found this tutorial and used the code in it. However, if I publish my work, the errBox don't seem to appear when I try to submit my form. In fact, nothing happen. The only one think that work is when I clear the data in the form. Here is the link I have been using for my form.
http://www.flashkit.com/tutorials/In...-778/index.php
So, if someone could guide me through the process, I would really appreciate it.
Thanks,
Help (submit Forms) ...:)
hey.. everyone:
I´m a flash user, not a very good one.. but, i like it a lot, anyway i would like to make a mailing list in my site, but i dunno how to make a data base, or a submit form, who could help me with that.
I also would like to know what you people think of my site,
speed-addicction
thx,
Gabriel Lopez.....
SpEeD.............
Submit A Form In .exe
Hi all,
I am creating an .exe file for a CD rom (wedding invitation) with a reply form. However, I am looking for an example or a tutorial on how to submit that form to my email. I have created all the components and given names and allocated them to groups ... and now, what is the actionscript to forward the information to me by email.
Another question is: for the people w/o Internet access, how can I make a button (similar to the Submit) button, that opens the same form ("reply.pdf"), that they can print it and send by post?
Thanks for any indication you may have!
Submit Form
hiya
i need a little help with a submition form
i need to know the complete script needed for the 'submit' button
i realise i asked this question a week ago but i couldnt find it
so please if anyone knows the direct script needed for the submit form it would be greatly appreciated
p.s. ive tried help tutorials but the explanation in all the ones ive tried seems to be in a format my computer doesnt recognise
thank you very much max
Submit Button?
Now what i am doing is there are a lot of items on a list, and then whenever a person is done checking items (they have to check 8) then the person clicks the SUBMIT button and it submits the results to me but it doesnt take them to an email. Just in review, after a person selects items that they want it and they click SUMBIT and it sends a message to my email or something saying what the person chose. Its sort of a poll that only i can get the results of. Is this possible and if so how do i do it. Sorry to be so demanding but i really need help.
Submit Button
I'd love a little help with this order form I am constructing.
The user fills in the fields, which sets variables, 33 of which I'd sent to an email address when the user hits the submit button on frame 3.
I'm sure it's simple, but I have never had to do it before.
I've sttached the .fla, please help.
Submit Information?
So I asked our database guy today about databases, and general things like that. But he's not the best at explaining things. so I'd like to know if you would know the answer and or a place I can go to learn about this question.
When you have input fields in and a submit button. in a flash interface website. what goes on?
- How does the submit button know to input that info. into a database?
-Where do you build the PHP? in the actionscript area?
-As that list grows how can you pull it up to view tha info.
Thanks for your time and help.
Submit Field
How do I make it so people type in a bunch of stuff in multiple input text fields, and when they hit submit it sends me an e-mail including all of the stuff they typed in the input boxes?
Link Submit
Hey, I know this doesn't really go here, but I'm having issues with Flashkit when clicking Links.
I'd like to add www.FredtheMonkey.com to the set of links under CARTOONS, but when I click "Add a Site" it says I must be logged in. I AM logged in, but I guess it signs me off when I leave the Board area.
Any ideas? I appriciate the help!
Submit Field Using PHP
I have a flash page where I would like to allow the viewer to submit their email address. I've been working on it very unsuccessfully. If someone could take a look at my Fla and PHP file to determine what my problem is I would be eternally grateful (maybe even longer than that).
I would like to attach my Fla file but it's too large. How can I make it smaller? (other than zipping it - it's still 3.2 mg)
Thanks so much.
Submit Form?
wot is the action script 2 submit a form the an email adres?i meen if i hav a field 2 input info and then hav a submit buton...wot code do i need?thanks
Submit Score
Hi!
I need example of submit score in flash.
Something like this.
On web page you`ve made some score by playing game. At the end you need to submit that score in "the best" list. That list should remain somewhere so user can come after a while and see that score.
Thanks!
Submit Form?
hey...long time since iv bin on...hopefully u guys will b as helpful as u wur b4....wel...wot i want 2 do is hav a form...for example a contact form...where there are blank input fields such as: name,email adres etc...i then want at the botum a submit buton...that wil then submit this information to a selected email adres...i can do the inuput boxes...i just need sum1 to help me with the submiting...eg...the actionscript wud b nice or any other help u have...thnxs guys...all hepl much appreciated....(sorry 4 my bad spelling!!!)
peace out...nd hav a gd new year!! (oh yeh...nd hope u all had a nice xmas!)
Submit Form
Hi!
I'm making a website, and i'm trying to create a "contact me"-template, where you write your name, your e-mail-adress etc. and a message. Then you click submit, and it's sent to me somehow
Does anybody know about a code that i can use for this?
I attach the file in case it's hard to understand what i mean.
Any response would be great!
Submit Button
I have this submit button after an application... and I want it so that when they click on the submit button... it says "Thank you for Submitting!" and then afterwards sends the application to a certain e-mail... I have no clue how to make it so the button does that... any help is appreciated....
Image Submit
is their a way to make it so you can upload an image and send it to as an email & have a form to give informationm about it. With this form...once you click the 'browse' button and select a file it gives you a preview of the file.
I've been looking on how to do this with html, php, javascript, and now with flash. Thanks
Highscore: Submit Name Help
At the end of the game I have the option to submit highscore. There is a name input box “player_name” and a score var named “total_score”. The input box and button are in a MC named “post_game” .
When I submit the score with a name made via input I get: _level0.post or undefined and not the name I typed. That’s the problem.
I have tried many methods and this is the last one:
Code:
on (release){
action= "insert";
userName = _parent.post_game.player_name;
myScore = _root.total_score;
loadVariablesNum("addScore.php",1,"POST");
}
I think it has to do something with depths, or flash failing to fetch the name due to me failing. The PHP processing script works fine, in case you would wonder. Using Flash 8.
Any suggestions?
Thanks.
|