[F8] Cgi Form Help In Flash
l have a site hosted with godaddy.com, l got the action liner from their site for the form lm making but In addition to the fields l created in my form, there are three special fields it says l need. it gives you an example of what to do but it's in HTML not actionscript and im stuck......... the help page is http://help.godaddy.com/article.php?article_id=24 and il add my flash.fla if anyone can help l would be so greatfull here is the script l have
stop();
fullName_txt.tabIndex = 1; email_txt.tabIndex = 2; comments_txt.tabIndex = 3;
submit_btn.onRelease = function() { var my_lv:LoadVars = new LoadVars();
my_lv.fullName = fullName_txt.text; my_lv.email = email_txt.text; my_lv.comments = comments_txt.text;
if (fullName_txt.text != "" && email_txt.text != "" && comments_txt.text != "") { my_lv.send("/cgi/gdform.cgi", "_blank", "POST"); gotoAndStop("success"); } else { gotoAndStop("error"); } }
thanks chris.
FlashKit > Flash Help > Flash Newbies
Posted on: 05-22-2007, 01:57 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Flash Form+php(kirupa Tutorial)/messages Sent By Form Show Strange Characters
Flash form+php(kirupa tutorial)/messages sent by form show strange characters - uncorrect stressing for latin languages
I tested flash + php form (http://www.kirupa.com/developer/act...h_php_email.htm) , and noticed message field does not send messages correctly when words stressing is needed (á à , é , í , ó , ão ) ;
I received strange characters when typed stressed words :
á é i ó u ão à pão cão árvore ;
what has to be changed on the code to allow stressing ??
cheers
Flash Form Question : Sending HTML Form Values...
I'm trying to create a flash form version of an HTML form. It's basically just a voting drop down menu - user chooses "Yes", "no","maybe" from teh drop down and hits a submit buttons which would send the results to a CGI script though POST. I understand the submission aspect, but am not sure how to assign values to the drop down in the same way HTML does:
<option value="yes">
<option value="no>
...
Do I just set the combo box Data array to [yes,no,maybe]? If so, how is it to be sent?
thanks
Pass Variable Form HTML Form To Flash
Hi,
I'm trying to figure out how to send what the user selects from a HTML drop-down menu to the Flash movie.
In this scenario, the user picks an email address from a drop-down list and this is sent to flash as a variable called 'eaddress' which is eventually used in the flash movie to send a message to this address.
Any help is much appreciated!
Glenn
Help: Form Mail (CGI-style Email Form) In Flash
Anyone have a nice .FLA file to share so I can get in and play with the AS?
I need to setup a CGI-style email submission (request info, etc) completely within the MX2004 pro environment--for a client.
I'm not completely fluent in AS2.0, but I can run with changing the fields and calls so long as the sample is not too complex.
Much appreciated.
How Do I Set Up Hidden Form Variables For A Flash Form.
Guys, I'm using the flashkit tutorial on "send e-mail in flash the easy way", or something like that. Problem is that I need to set variables for hidden input, but don't know where and how to pass them along to the script?
Thanks
Convert HTML Form Into FLASH Form
http://www.bennyvo.com/test/
can someone look at this site and help me converting html form into flash form? is it possible?
thanks alots.
[F8] Flash Form Pops Up With The Php Url When Submitting Form
Hey guys,
I have a very minor issue here. I've created a contact form that uses a loadVars function to send the information to a php script and then on to my email. I've got everything working perfect except for the fact that when the user clicks submit it pops up a page with the address of my php script in order to run it. This is a bit annoying, so i was wondering if there was anyway to stop this from happening (but still run the script).
At the moment my code is:
PHP Code:
details_lv = new LoadVars ();
details_lv.userName = text2_mc.name_txt.text;
details_lv.userEmail = text2_mc.email_txt.text;
details_lv.userSubject = text2_mc.subject_txt.text;
details_lv.userMessage = text2_mc.message_txt.text;
details_lv.send("contact.php", "POST");
Any help would be appreciated,
Thx
Flash Form Vs HTML Form
Hello Peoples,
The following HTML code produces a button that when clicked sends the user to my online credit card processor's site where the user can proceed with a transaction.
----------HTML CODE----------
<form action='https://www.casher.com/buyer/purchase' method='post'>
<input type='hidden' name='dis' value='435532' >
<input type='hidden' name='quantity' value='1' >
<input type='hidden' name='product_id' value='1' >
<input name="submit" type='submit' value='Click to pay thru casher.com' >
</form>
----------HTML CODE----------
So my question is: If I want to use a button in a flash piece to do the same thing as the above HTML button, what code do I apply to the button in flash ?
Thanks,
Reflex.
HTML FORM To Flash FORM
I'm tryin to convert an HTML password page into FLASH and haven't a clue where to start. The site is www.modernvisionphotography.com and the code for HTML is
<form name="pix" method="post" action="http://www.724pix.com/album.asp" onsubmit="return 724check();">
<input type="hidden" name="init" value="init">
<input type="hidden" name="code" value="458">
<input type="text" name="password" size="16" maxlength="30"><br>
<input type="submit" name="submit" value="submit">
The user types in their password via an input text field but i haven't an idea what to put in the submission button in flash.
Any leads? or ideas would be helpful! Thanks for your time.
Flash/CGI E-mail Form -- Form Sends Info To E-mail? HELP Please (AIM/ICQ)
I am trying to make a flash file where you enter in information and then you click send and it sends the data in the form to my e-mail address. I tried customizing all of the cgi ones from the movies section of flashkit, and modifyied the cgi script accordingly. No matter what I've tried, I won't receive the information in my e-mail. For me, this matter is too hard to resolve over e-mail or a forum, so if you would like to, please help me out over instant messenger. I will be online under AIM name: blizzardmedia and ICQ number 64322480
Thanks for your help.
Form In Flash, Tab Goes Off Form
Sorry - I really feel at a loss here as there is nowhere I can find to set up a control for the order in which you can move from one field to another. But as I test my form, and tab from one field to the next - the cursor goes from first to second field, then off the form to the menu bar, tab again and you end up in the third field of the form, tab again and you go off form to the next option on the menu bar, tab again and you go back to the last two fields in the form. What can I do to keep the cursor in the form going from one field to the next? PLEASE!?
PHP Form To Flash Form
Hello everyone, I have a form php that I want to convert to flash, but do not know how to do it, this it is the code.
Code:
<form action="www.ejemplo.com/algo" method="post" name="comment" enctype="multipart/form-data">
<p>Comentario</p>
<textarea id="cftext" name="text" rows="8" cols="50" class="formfield">Escribe tu comentario</textarea>
<input name="rate" id="cfrate" value="0" type="hidden">
<input name="system_content" value="function" type="hidden">
<input name="system_lib" value="algo" type="hidden">
<input name="system_name" value="algo" type="hidden">
<input name="system_type" value="algo" type="hidden">
<input name="system_cid" value="algo" type="hidden">
<input name="system_tpl_success" value="algo" type="hidden">
<input name="system_tpl_error" value="algo" type="hidden">
<br>
<p align="center"><input name="submit" value="POST COMMENT" type="submit"></p>
</form>
PLEASE, HELP ME!!!
Form Application, How To Make Not Clickable Thing In Parent Form
I am making a form application and in one form i have some child forms.
When i open (make visible) one of the child objects all the clickable items in the parent form are still working.
how can i "deactivate" them?
i have seen that it happens the same not only with parent-child forms but also with the "brothers" forms, even if the clickable items are not shown.
Help With Making A Flash Form/Saving Text To File/and Displaying In Flash
I'm trying to make a flash movie that has a form (with a textbox, textarea, and a submit button) that would save to a file and display it in a textbox. This is going to be a small site so MySQL isn't required.
I'm trying to do this completely in flash, without any outisde html forms. I know you can use php in flash but I wasn't sure how (and i've searched). And I'm not sure how to go about with making forms in flash. Is this possible, and are there any similar tutorials you could point me to?
Regards
Flash Movie Making Cursor In Non Flash Form Flicker
Hi all,
Whenever I insert the flash movie into the page, it causes the cursor in the input field of a form to flicker sporadically. It does it in IE 5, 5.5, 6, 7, and in Firefox. Opera is not affected at all. Anyone ever run across this? I remember this happening to me before I just can not recall what the cause was.
Thanks in advance!
Flash & Php Form Shows Flash Input Text On One Web Space
basically i have a form that takes the info from an input text component in flash and sends it in the email!!
when i have the .php file on my web space it sends the email but the info typed in the input component doesnt show in the email but the info in the .php file does!!
when on a friend space the info typed in the component shows in the email!!
any ideas wats wrong with my webspace and why cant is send the info thats typed into the component????
hope someone can help,
stu
How To Clean A Flash Form Created With Flash Components
Hello,
I think this is quite newbie post but, where it goes:
I've got a flash form with text input, calendar, and textarea (all flash components) in my flash file, the propose is sending emails in flash.
The server script I used is php and the emails are going fine.
My problem is if I want to clean the flash form before sending and after sending. I've got a button for sending the email (the button is flash component to) and I'm not being able to creat a new button that cleans all the felds.
Normally I used dynamic fields and I can do this, but this time I tried with components because I want to use the calendar component.
Best Regards!
Simple Flash Form Doesnt Work In IE Or FF But Does In Flash?
hey, I have made a small flash form that inputs a postcode into a string url jobbie, the code works, because when it is tested in flash the link works and a new window pops up, but if tested in html it just doesnt work!! The code is within a movie clip that rocks on to the stage when selected. any ideas?? thanks
Simple Form Troubleshoot For Form Mail
Hey guys...
I can't get the attached form to work no matter what I do. I have to use my host's form mail script. This file is loaded with a loadmovie command on level 3...if that matters.
thank you so much for your time...this is killing me.
tony
How Might I Set Up A Form Within Flash?
How might I set up a form within Flash so that it could be e-mailed to me with all of the information in the e-mail?
Is it possible & how difficult would it be to set up?
Here's the lowdown:
I am part of a Clan on Unreal Tournament. We call ourselves UTA (Unreal Tournament Army)
We have Clan Battles against other clans & would like to set up a form in our matches section on our site for other Clan to challenge us.
It would be sent in an e-mail to me & it would tell me the time, date, mutator, server ect....
I'm just wondering can it be done & how difficult would it be?
Im Looking For Some Help Wih A Form In Flash 5.
I am making a form for a section of a site that is loaded externally. only thing is I dont know the propper way to send the variables. Do i use _root, _parent, _this??? It is a very complex form containg radios and text fields such so if you think you can help me send an email and I will send you a .zip! or the url is:
http://www.sdgitnteractive.com/fh02
It has a buyers and suppliers form that load externally. Im sure after enough trial and error I will get it right but I really think Im doing something wrong. the only way you can tell is in the code of the radio buttons and the text field variabvles.
Flash Form - ASC II
Daft question may be but how does one upload a flash form using ASCII. I use Cute FTP4 is it possible to do it using this program?
Flash Form In Need Of Cgi
I don't know how to make the cgi for a form I made in flash. I have tried downloading the cgi but I need one that will send it through a smtp server, that has a login(username, password). I can use all the help I can get. Thanx
Form And Flash
Hello.
I'm trying to make a form in Flash. I've read some tutorials but it doesn't work.
So:
I've 3 input texts with its variable names:
subject + from + message.
The submit button has this action:
on (release) {
loadVariablesNum ("processo.asp", 0, "POST");
}
And the ASP file has this script:
<%
Dim myMail
Set myMail = CreateObject("CDONTS.NewMail")
myMail.From = Request.Form("subject") & Request.Form("from")
myMail.To = "mg1077@hotmail.com"
myMail.Subject = "Urbiserta - Formulário"
myMail.BodyFormat = 1
myMail.MailFormat = 0
myMail.Body = Request.Form("message")
myMail.Importance = 1
myMail.Send
Set myMail = Nothing
%>
Why it doesn't send any email?
Flash-form
How the hell do I get a simple flash-form to work!
I want the data filled in by users, to come out neatly underneath each other within outlook (or other), after the send button has been pressed! but I don't know how to link the send-button to the imput text-fields!
Help (michel@looney2.nl)
Thankxxx Mitch
PHP & Flash Form
Could someone in here possibly hook my up with a Flash form, that is processed using PHP?
if possible, have the PHP check wether or not the email has been sent and display an error or success message in the Flash movie?
thank you
Using Flash Form....HELP
ok. my flash form wont go anywhere else after you input your data and you have to wait for a confirmation... I have uploaded the .FLA for the form and the mailform.php needed to process the data:
you can download the form here:
http://joel2g3.topcities.com/PHP_Mail.zip
and the final SWF product is here:
http://joel2g3.topcities.com/neo_design.html
click on contact and input info...it says no confirmation
If you can...please help...
TAB On FLash Form
How do i set tabing order on a Flash form?
Here is my movie:
http://www.technionsolutions.net/LeadGen/
(click on Contact)
any tuts out there? or anyone have fla files i can comapare it to?
--Thanks
Help With Flash Form
i am using a hosted script from http://www.hostedscripts.com
to send my form when i run it as a swf it works perfectly sends it to my email but as soon as i put it into html it does not send please help me.
thanks you can check the from at the contact section of http://www.deceptivetruth.cjb.net/
FORM WITH JUST FLASH
IS IT POSSIBLE TO MAKE A WORKING CONTACT FORM WITH FLASH AND NOTHING ELSE. JUST AS LONG ASS IT DOESNT HAVE TO USE CGI, ASP, AND SO ON... IS IT POSSIBLE, I DONT THINK SO, BUT YOU?
___________________________________
DONT JUMP TOO HIGH YOU MIGHT FLY...
HELP WITH FLASH FORM
I am having a problems with sorting out an email flash form!
when i load the contact.swf file & fill in the form & send it works great but...
When i loadmovie (contact.swf) in to my main move the form dont work?
if any 1 could help me out here i would be very greatfull
HELP WITH FLASH FORM
I am having a problems with sorting out an email flash form!
when i load the contact.swf file & fill in the form & send it works great but...
When i loadmovie (contact.swf) in to my main move the form dont work?
if any 1 could help me out here i would be very greatfull
Flash Form?
I need a flash form?
ie:
Name:
--------
E-mail:
----
etc, anyone know? thanks.
Flash Form
I need some help making a form that sends the inputs into e-mail without using any php or cgi external file. is it possible?
thanks.
A Little Help With Flash Form & Php
Hello,
I was wondering if anyone out there could please help me with a problem I'm having with my Flash form and PHP. My Form seems to be working correctly, but when I send myself test messages I never recieve them??? I think my form is not communicating with my PHP??? Could you check it out for me please.
Thanks,
Kelly
I Need CGI Flash Form
I need help making a form in Flash MX I cant get it to email me, Ive made like 6 different forms and none work? What am I doing wrong? Am I placing the CGI or PHP script in the wrong spot?
If someone could give me a link or send me a Flash form that emails the content to you that would be great.
Thanks in advance, Blaine S.
Cgi Flash Form
Please help ...
I've been working on a form that uses cgi script.
I've managed to finally get the cgi to work. The only problem is that the flash form sends to much info and I dont know how to stop it!! Below is the info that get sent to me via email via the cgi script.
FollowClass=[type Function]
FUIComponentClass=[type Function]
FSelectableListClass=[type Function]
FScrollBarClass=[type Function]
FScrollSelectListClass=[type Function]
FSelectableItemClass=[type Function]
FListItemClass=[type Function]
FComboBoxItemClass=[type Function]
FComboBoxClass=[type Function]
FListBoxClass=[type Function]
scene=Register
fade=
name=Sarah O'Sullivan
contact=01227 455523
email=Sarah@leeosullivan.co.uk
website=www.leeosullivan.co.uk/template
age=23
height=5ft4"
shoe=4
dress=12
measurements=?
hair=Blonde
eyes=Green
I do not want the top 12 data items. How do I stop it from sending it to the cgi script?
Also..... I've put a combo box on the form, but I dont know how to give it a variable, so it sends the selected item to the cgi.
PLEASE HELP!!!!
Flash 5 Form
heyhey
im building a nice littel email form in flash
now the input text is the first problem
i have this for inside fo a movie clip and when i click on the form to write in it nothing shows up
my cursor turns to the text thing but thats it
another thing is how do i get the field variables (eg. email, content) to email with the form when i click submit?
ive gotten as far as naming the text fields, and putting the "subject" and "recipient" script in the submit button
thanks in advance,
if that was a little confusing i can try and explain it better
so HEEELPPP MEEEE
Php In Flash Form ? ? ?
hi everybody, here's my question . . .
so, i have a form.swf that when filled out and you
hit send, you get emailed whatever the user fills out...
there is also a php file in the same directory with the form.swf
so here's the thing, whenever i fill out the form.swf, it gets sent
and it works, and i receive an email,,,
but,,, whenever i use the loadmovie command to have this form.swf load on my main.swf, it hangs at the point of hitting send when you submit...
any ideas, why it would work alone, and not as a loadmovie...
thanks,,,
Flash Form And Php
Hi,
I would like to understand two things. The first one:
If I have a movie clip on scene1 that contains another movieclip and inside the second movie clip I have my flash form, does it mean that I am on level 3? Where do I check where I am at this point?
Secondly, the code I am using on my submit button does not catch the information from the Apache server. In fact, there is no communication between the actionscripts and the php document that should send my variables to an email address.
Here is the code I am using on my flash button:
//ignore the dots, it just specifies that I have some more variables above//..... else if (!message.length) {
EmailStatus = "Please enter some text in you message";
}
else {
loadVariablesNum ("http://www.mywebsite.com/snowMailPHP.php", "3", "Post");
EmailStatus = "Sending... one Moment ...";
}
}
Thanks,
Sebastien
Flash Form/PHP Help
Hey,
i just started learning PHP today. I want to build a simple script that will process form data collected from a Flash form and send it to an email address..
If any of you guys know PHP, and i know you do, will you check this script for me?
PHP Code:
<?php
$msg = "Name: $_REQUEST[user_name]
";
$msg .= "E-mail: $_REQUEST[user_email]
";
$msg .= "Phone: $_REQUEST[user_phone]
";
$msg .= "Message: $_REQUEST[user_message]
";
$recipient = "myemail@website.net";
$subject = "psiconMedia Contact Form";
mail($recipient, $subject, $msg);
?>
thanks,
-myk
Example Of Form In Flash?
Hello I have trawled the length of this forum trying to find a clear detailed walk though on setting up a form in flash (MX), but I just cant find one, I am using a flash swf in the top frame for the header, I have buttons set up to link to the asp pages and pull them in to the main frame below. I need to set up a search form & button to link to the ASP Search script in that header swf file too. So far I have set up an input text area, & I have made a submit button, but nothing links the two. Please does anyone have an example FLA file I can study? I need to recreate the following code but incorporate it in to flash somehow.
< form action="SearchResults.asp" method="post" name="frmsearch" id="frmsearch" >
< input name="search" type="text" class="formelement" id="search" >
< input name="Submit" type="submit" class="formelement" value="Submit" >
Do I add action script to the submit button or what? Do I need any additional code anywhere to tie the input text field to the submit button?
Thanks in advance,
Joe
Flash Form
hey,
i 've been trying to figure out the simplist way to creat a personal information form within a swf that takes the inputed info and e-mails it to a specified address.
i don't know php and am having a very hard time.
can anyone help???
Form To XML To Flash
I would like to be able to render an instant *.swf file via form population/submission. What software, database technology (i.e., Flash MX, Dreamweaver UltraDev, etc.) do I need to go from an ASP/CGI form to store in a Dbs via XML then render an automatic Flash movie? I have seen this done on a few sites - but it seems relatively new...I have been using Flash/Dreamweaver/Director for over 4 years...but not real savvy database wise Any help is appreciated...
Thank you!
Flash Form
http://www.flashkit.com/movies/Appli...6516/index.php
does any one know how to use that?
i want it so that when i push "send" it will send whatever message someone typed in directly to my email address: kobenvince@yahoo.com
how do i do this?
Please Help With Flash ASP Form
I have a Form in flash that uses asp to e-mail me the results.
It is working, but when the person hits return everything after is lost.
i.e.
name: John
e-mail:john@john.com
Body:Hello I am John
I want to say Hello.
---------------
What I get in the e-mail is:
name:John
e-mail:john@john.com
Body:Hello I am John
-----------------------
I don't get anything after the carriage return.
This is my ASP mail script:
<%
For Each x In Request.Form
message=message & x & ": " & Request.Form(x) & CHR(10)
Next
set smtp = Server.CreateObject("Bamboo.SMTP")
' You only need to change the smtp.Rcpt ans smpt.from part to your email address
smtp.Server = "mydomain.com"
smtp.Rcpt = "myaddress@myaddress.com"
smtp.From = "myaddress@myaddress.com"
smtp.FromName = Request.ServerVariables("HTTP_REFERER")
smtp.Subject = "On My Mind - " & Request.ServerVariables("HTTP_REFERER")
smtp.Message = message
on error resume next
smtp.Send
if err then
response.Redirect ("http://www.myweb.com")
else
response.Redirect ("http://www.myweb.com")
end if
set smtp = Nothing
%>
--------------------
This is my Flash script:
on (release) {
if (!name.length) {
hidden = "Please enter your full name.";
} else if (!email.length || email.indexOf("@") == -1 || email.indexOf(".") == -1) {
hidden = "Please enter your e-mail address.";
} else if (!comments.length) {
hidden = "Please enter some text into your request.";
} else {
loadVariablesNum("http://myweb.com/cgi-bin/sendmail2.asp", 0, "POST");
name = "";
email = "";
telephone = "";
comments = "";
hidden = "Thank you, we will contact you soon.";
}
}
------------------------
If anyone can help me I would greatly appreciate it.
|