Php Feedback Form Onrelease Function
Once the submit button is clicked for the feedback form, I want the form to be sent and then the form mc to go to and play the next frame in the scene. The form works fine but I cannot get it to play the next frame and make the form go away. Here is what I have for the button actionscript. Thanks!
on (release) { if (!Email.length || Email.indexOf("@") == -1 || Email.indexOf(".") == -1) { EmailStatus = "Invalid eMail"; } else if (!FirstName.length) { EmailStatus = "Invalid Name"; } else if (!ToComments.length) { EmailStatus = "No comments recorded"; } else { loadVariablesNum ("form.php", "0", "POST"); EmailStatus = "Thank you."; } gotoAndStop ("Scene 3", 71); }
FlashKit > Flash Help > Flash General Help
Posted on: 03-06-2005, 03:22 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Feedback Form
I have a feedback form working and all but what im needing is if someone tries to send the form through without filling in all the blanks, i need it to stop from going through, also with a message saying its not completely filled out or something. can anyone help me?
Code:
on (release) {
recipient = "Feedback@*******.com";
name = "";
email = "";
comments = "Thank you";
}
[Edited by Gedion on 09-10-2002 at 07:57 PM]
Feedback Form
Dear Sirs,
I am new user of Flash MX.
I want to made Flash based feedback form in ASP.
Can you give the step by step tutorial for making Feedback Form?
I am waiting for your Reply.
Thanking you,
Yours faithfully,
Sumit Sharma.
E-mail: sharmasumit83@yahoo.com
Web: http://www.sumitsharma.tk
CGI Feedback Form
ive been following the tutorial at http://www.flashkit.com/tutorials/In...-778/index.php
and i cant get the darn thing to work! i swear ive done it right, all the paths are correct etc...
can someone check it for me or advise please?
Thanks in advance, regards
Help: Feedback Form
I need help in making a feedback form. In fact, I just need to know to how to make the "SUBMIT" button work. Keep in mind, I have many input text boxes and hence many local variables to be sent.
Feedback Form Help
im trying to figure out what script to use when a person enters info into my feedback form for it to submit to my email account
Feedback Form
I'm new to flash, and am trying to create a form with a submit button that will pass the variables through a cgi scipt. Can someone please explain how to do this. I've been trying to do this for severa days with no luck.
Thanks
A Feedback Form - I Need Some Help
Hi all,
New to Flash...but have developed a site for a friend...for free www.computerdrivensolutions.org.uk. I have developed a feedback form it but the submit button when pressed does not seem to do anything. I'm quite sure it updates a PHP file which I think is working but
without getting an email I have no way of testing. I have created the var's in the form and passed them to the action script.
Can someone please who obviously has more skill than me please have a look at the site and then the code to see if anything jumps out or suggest a quick test that will work for this type of thing. i am happy to send the FLA and PHP to anyone with a clue.
Action script code is:
stop();
//name vaiables here
name="";
email="";
suggestion="";
//make submit button work
submit.onRelease = function() {
//add path to PHP file
feedbackpath="mailto.php";
str1 = email.indexOf("@");
str2 = email.indexOf("@")+1;
str3 = email.charAt(str1+1);
str4 = email.lastIndexOf(".");
str5 = email.charAt(str4+1);
len = length(email);
counter = 1;
flag = 0;
while (Number(counter)<=Number(len)) {
Char = substring(email, counter, 1);
if (Char ne "@") {
flag = Number(flag)+1;
}
counter = Number(counter)+1;
//send data to PHP file
{
loadVariablesNum(feedbackpath+
"?name="+name+"&email="+email+"&feedback="+suggest ion, 0);
gotoAndPlay(151);
}
}};
My PHP reads like this:-
<?
//Destination Email ID
$to = "info@computerdrivensolutions.org.uk";
//Name of the person
$namenew = $_GET['name'];
//Email ID of the Person
$emailnew = $_GET['email']
//Feedback Detail
$feedbacknew = $_GET['feedback'];
//Subject line of Email
$subject = "Feedabck Form"." "."$emailnew";
/****************Email Body ***************************/
$matter = "Below are the details files by"." "."$namenew"."
".
"Name: "." "."$namenew"."
".
"Email:"." "."$emailnew"."
".
"Suggestion"." "."$feebacknew"."
".
/************************************************** *****/
mail("$to","$subject","$matter","From: $emialnew");
?>
Cheers all who reply to me...
Stuart
[F8] Feedback Form
Hello All,
I am having trouble with a form I am coding with Action Script 2.0.
This is what I have now:
Quote:
//stops things from goofing up.
stop();
//sets a default component to react to the enter key on the keyboard
focusManager.defaultPushButton=bSend;
//sends the Information out of Flash
bSend.onRelease = function() {
var targetLoadVars:LoadVars = new LoadVars();
var myLoadVars:LoadVars = new LoadVars();
myLoadVars.EasyNavYes = rbYes.selectedItem;
myLoadVars.EasyNavNo = rbNo.selectedItem;
myLoadVars.RateSite = cbRate.selectedItem.label;
myLoadVars.Improvements = taImprove.text;
myLoadVars.emailTo =tiEmailTo.text;
myLoadVars.sendAndLoad ("http://www.flash-mx.com/ws/submit_feedback.cfm", targetLoadVars, "GET");
targetLoadVars.onLoad = function() {
trace(this.success);
};
gotoAndStop("Thank You");
};
What does not seem to work are the "Combo Box" and after I click Send I do not receive the message in my email address which is where I am having it sent to.
My two questions are:
(1) Combo Box -- if the code above is correct then maybe I am typing the incorrect "Data" in the Parameters Box. For Labels, I wrote: 1 – 10; and for Data, I wrote: 1 – 10 as well. Please let me know if you know what I did incorrect.
(2) Send -- by looking at the code above which is:
Quote:
myLoadVars.emailTo =tiEmailTo.text;
myLoadVars.sendAndLoad ("http://www.flash-mx.com/ws/submit_feedback.cfm", targetLoadVars, "GET");
am I doing something incorrect.
(Someone please help)
I'll appreciate any feedback,
alan
Feedback Form
the feedback form is a movie clip named form. The submit and reset buttons are simple text buttons within the form. Everything works fine but i have a validation problem.
on (release) {
if ( this.name eq "" or this.email eq "" or this.message eq "" ) {
gotoAndStop(2);
} else {
this.loadVariables("em3.php", "POST");
}
gotoAndStop(5);
}
whether there is text in the field or not it always goes to frame 5. I think the problem is in line 2.
Can anyone help please?
Is This Feedback Form Possible
im creating a flash feedback form on my laptop for people to send name organisation, email etc.
im wanting to then store the information to either a text file or a spreadsheet on my hardrive, is this at all possible.
Feedback Form Help
Bare with me as I'm a bit of a newbie at php/as but Ive set up a feedback form on my site. The relevant button loads the feedback_mc containing the form fields (which collect username, subject, feedback and email address) into main_mc and sends it to a php form on the remote server. The feedback mc code on frame 1 is -
stop();
function lineAdapt() {
message_send = message;
while (msg_count<length(message)) {
msg_count = msg_count+1;
if ((substring(message_send, msg_count, 2)) eq "
") {
message_send = (substring(message_send, 1, msg_count-2)) add "
" add (substring(message_send, msg_count+2, (length(message_send))-msg_count+2));
}
}
message = message_send;
delete msg_count;
delete message_send;
}
PHP code is -
<?php
$from = $_POST['from'];
$subject = $_POST['subject'];
$message = $_POST['message'];
mail("mail@princeedwardisland.co.uk", $subject, $message, "From: $from [mydomain]
Reply-To: $from
X-Mailer: PHP/" . phpversion());
?>
The fedback form appears to operate fine as it sends me to the 'thanks' frame but I get nothing back from the server. The server is apparently PHP enabled so I'm a bit lost as to why it wont cooperate. Any help greatly appreciated.
D
Feedback Form Help
hi there im quite new to the world of flash but am learning. However i have come to a brick wall which is actually trying to get my head around making a feedback form. Basically i want to make a page which browsers can fill in and then finally submit which is further sent to an email address as an easily readable document. As i said im just past the rookey stages of flash development and have just got my head around how flash works as well as making buttons and attached/relative small movies.
please could anyone help me.
many thanks dan.
Feedback Form
hi,
can anyone help me? i have a feedback form that i copied froma kirupa tutorial. for some reason i cannot get the "thankyou" page to display once the send button has been clicked.For this reason people keep clicking multiple times and sending me a shed load of emails. if anyone can be bothered to look at it, i have enclosed the .fla file. thanks in advance.
any ideas????
(this is a movie that is loaded into my main website.)
Feedback Form? How To ?
Hi folks..
Does anyone have an idea of how to design a feedback form in flash and when i press submit it should concatenate the information and send it as a mail to an email id.
The reason i am looking for such a form is that i do not have database for my website.
But i need a form in my website so that my visitors can send me feedback and queries.
Is it possible? If yes, pls let me know the trick
Thanks in advance
Rajarajan
Help With Feedback Form
I am using Flash 8 and wanted to create a feedback page that would email me the results in the message of an email. The flash site has several pages one of them being the feedback page. I would like to have the form have input / radio and drop downs. The 2nd frame of the page would be a thank you message. I at one point was thinking it would be easy to have what was sent disply in the 2nd frame but since I can't get anything to work when I create it I gave up.
I am totally confused after reading about 100 tutorials about creating a form in flash that sends via PHP. Seems like there are so many different ways to do this....Kirupa seems to have the best examples and most knowledgable users..I can use the various sample files and edit them to work just fine. However these are simple and just have a name/email /subject and message. When I try and edit the fla and php and add additional input boxes and radio and drop down components. I can not get the email to be even be sent, Flash doesn't even recognize the submit button to go to frame 2....
I am at dire ends and after 2 weeks am giving up and asking for some help.
I have posted the source files here.... http://www.kilpatricklawns.com/download.html
Any help would be most appreciated.
Totally Lost
MastaGolf
Feedback Form.
hey guys
i want to design a feedback form so that when people typed what they want in a text box and click "send", it will be sent to my email inbox. how do i do that?
thanks for your help.
Feedback Form
Would some1 be able to point me in the direction of a tutorial that would teach me how to make a feedback form please.
gotta start making my stuff more functional.
Feedback Form Using ASP
Howdy
I was wondering if anyone could help me with this one.
I have a very basic feedback form in my flash file with name, email and feedback input text fields in it.
the following code on my send button:
ActionScript Code:
on (release) {
if (!Email.length || Email.indexOf("@") == -1 || Email.indexOf(".") == -1) {
EmailStatus = "Feedback... Please enter a valid email address";
}
else if (!Name.length) {
EmailStatus = "Feedback... Please enter your name before sending";
}
else if (!Comments.length) {
EmailStatus = "Feedback... Please enter some text in your message";
}
else {
loadVariablesNum ("jmail.asp", "0", "Post");
EmailStatus = "Sending... one Moment .. ";
gotoAndPlay("continue");
}
}
And this is the asp:
------------------------------------------------------------------------------------
<%
Set JMail = Server.CreateObject("JMail.SMTPMail")
JMail.ServerAddress = "smtp.myhost.co.za"
JMail.ISOEncodeHeaders = False
JMail.Sender = "sean@raygun.co.za"
JMail.Subject = "Portfolio Feedback Email"
JMail.AddRecipient "sean@raygun.co.za"
JMail.Body = "Name: " & Request.Form("Name") & vbcrlf
JMail.Body = Jmail.body & "Email: " & Request.Form("Email") & vbcrlf
JMail.Body = Jmail.body & "Comments: " & Request.Form("Comments") & vbcrlf
JMail.Priority = 3
On Error Resume Next
JMail.Execute
If Err <> 0 Then
Response.Write "&_level0.folioscrolio.spContentHolder.EmailStatus=Failure - Your mail was not sent - errors"
else
Response.Write "&_level0.folioscrolio.spContentHolder.EmailStatus=Complete - Your mail has been sent"
End If
%>
------------------------------------------------------------------------------------
Everything works fine....
except if I put a return (enter) into the actual "Comments" field message ?
It just seems to freak it out and the message does not get sent.
I have had to resort to making the comments field a single line to prevent the error which isn't ideal!
Anyone know what's causing this ?
Feedback Form?
hi all,
u see, i have created a feedback form in flash with 4 input text boxes for name, email add, phone no and comments each.
so where will the submitted data go to? how will i retrive them? this is a backend task, right? so what do i need my host server to do for me? what do i need to ask my hosting provider? and do i need any other software/program besides flask mx to get the form up and running?
can anyone comment?
thanks
Feedback Form
Hi all,
I'm doing a quick little feedback form using a tut from kirupa.com
http://www.kirupa.com/developer/act...h_php_email.htm
but I run into weird problems. The tut says to use text fields; MS2004 Prof has input text components, but to keep from getting confused (and the fact that there are no var fields on text input componsents), I used text fields and a button component. I did the rest exactly like the tut says, but my button just sit's there unclickable, with no text, and I can't modify the display properties of the text fields, or button to fit into my design scheme. Is this because the above tut is outdated for MX2004 Proffesional?
Once I reached this point, I went to bed last night and didn't try anything else, but I notice with flash tut's, that there are alot of old and irrelevant ones out there.
Feedback Form Problemo
Hi all...
I am working on a feedback form. It goes this way , that if you do not fill the compulsory fields, you get a light on the button next to that field.
Once done and when you submit it...it should go to a particular email..
How do I do this....
I mean how do i make it go to a particular email and what would be the scripting for it in Flash 4...........
Feedback Form Problem
I am at the end of the road. I have read everything there is to read on this forum and others but cannot still get this feedback form to work. When I click submit nothing happens!
The link to the fla is:
http://www.tcdc.org.uk/feedback/feedback.fla
The form is:
http://www.tcdc.org.uk/feedback/feedback.html
Can anyone take a look and tell me what simple thing I have done wrong?
Thanks in advance
Gotek
FEEDBACK FORM NOT WORKING... WHY?
Ok... I've tried both perl and php to send the mail from my flash form and it ain't doing it.
My latest attempt was with perl... look at the script below please and tell me where I am wrong. Oh... the form is in it's own MC ok.
on (release) {
name = _root.feedback.name;
surname = _root.feedback.surname;
email = _root.feedback.email;
url = _root.feedback.url;
message = _root.feedback.message;
s4 = "ok";
ct = 0;
cm = 0;
pc = 0;
for (i=0; i<email.length; i++) {
if (email.charAt(i) == "@") {
cm++;
}
if (email.charAt(i) == ".") {
pc++;
}
}
if ((name == null) || (name == 0) || (name == "name") || (name == "firstname")) {
txt_out = "PLEASE ENTER YOUR NAME";
s4 = "nok";
}
if ((surname == null) || (surname == 0) || (surname == "surname")) {
txt_out = "PLEASE ENTER YOUR SURNAME";
s4 = "nok";
}
if ((email == null) || (email == 0) || (cm<>1) || (pc<1)) {
txt_out = "PLEASE ENTER YOUR EMAIL";
s4 = "nok";
}
if ((message == "****") || (message == "****") || (message == "****") || (message == "****ER") || (message == "****er") || (message == "****er") || (message == "*****") || (message == "*****") || (message == "*****") || (message == "rass") || (message == "Rass") || (message == "RASS") || (message == "bloodclaat") || (message == "Bloodclaat") || (message == "BLOODCLAAT") || (message == "bloodclawt") || (message == "Bloodclawt") || (message == "BLOODCLAWT") || (message == "****") || (message == "****") || (message == "****")) {
txt_out = "PLEASE... NO BAD WORDS!";
s4 = "nok";
}
if ((message == null) || (message == 0) || (message == "message")) {
txt_out = "PLEASE ENTER YOUR COMMENT(S)";
s4 = "nok";
}
if (s4 == "ok") {
txt_out = "";
loadVariablesNum ("http://www.rockwildaz.com/cgi-bin/feedback/mymail.cgi", 0, "POST");
gotoAndPlay ("newMessage");
}
}
...everything else work works except me actually receiving the mail. I even used the tutorial given from FK and it still doesn't work.
Thanks for you help
My Feedback-form Does'nt Work
AAAAHHHH, most probably I'm just blind, but can you help me please?
I try to make a feedback-form in MX, everything works BUT:
I get the message via email from my perl ('nether-mail' and I've tried 'FormMail', too) WHEN I'M PREVIEWING THE FILE (ctrl + F12)
But when I put the .swf onto my Server and try the form - I don't get the feedback-email !
Can anyone imagine what could be the mistake I made and what I have to do?
THX in advance
auric
Please Help: Impossible To Use My Feedback Form
I want to send data to my email using a form. In the Submit button I put:
loadVariablesNum("http://perso0.mucho.es/cgi-bin/form2mail.pl", 0, "POST") ;
While the Web address of my site is: http://mouton.mucho.es.
_
When I press the Submit button, Flash MX produces this message:
"*** Security Sandbox Violation ***Connection to http://perso0.mucho.es/cgi-bin/form2mail.pl halted - not permitted from http://
mouton.mucho.es/main_movie.swf"
_
How can I work around this problem please?
I tried to put "system.security.allowDomain" stating both domains in my movie. The sandbox message disappears but I do not get the email.
Thank you
Flash Feedback Form With Asp
hi ,,,,,,,,,,,,,
can anyone help me please..............
i want a feedback form with name email & comments...........
i am new with flash scripting & i am searching for the same for last 11/2 hour.......
can u please tell me were can i get a simple form bcoz i don't know asp much........
thanks a lot.....
help appreciated.......
amrapali
Feedback Form Mailer
I'm having problem with the flash feedback form.
I have an old website done entirely in HTML and its html feedback form and formmail.pl were working fine, so I'm re-using the formmail.pl for the new flash site. It works fine and I receive an email when I send a feedback from the test movie preview within the flash app, but it doesn't work if I'm playing the movie embeded in the browser. What in the world do I do now? Is there anything I need to add in the html file in order to make this work?
PHP Feedback Form - Register_globals On
I'm using a basic PHP feedback form, which I found here on the boards, and which I've used many times. However, it appears that if register_globals is turned on in PHP settings, then the form will not work correctly. Unfortunately, the client is using a host that will not let me reconfig the PHP settings. Does anybody know a work around for this?
My code on the send button of the form is this:
on (release) {
if (!email.length || email.indexOf("@") == -1 || email.indexOf(".") == -1) {
status = "Please enter a valid E-mail address";
}
else if (!name.length) {
status = "Please enter your name before sending";
}
else if (!message.length) {
status = "Please enter some text in you message";
}
else {
loadVariablesNum("sendform.php", 0, "Post");
status = "Sending message...";
}
//These lines cleares the input text-fields after sending
email = "";
name = "";
message = "";
}
And my PHP form looks like this:
<?
$toAddress = "bryan@dividedskydesign.com";
$subject = "Havcom website response";
$mailContent = "From: $name
Sender's Email: $email
Message: $message
";
if(mail($toAddress, $subject, $mailContent, "From: ".$name." <".$email.">"))
{
Print "_root.form.status=Thanks - Your mail is sent.";
}
else
{
Print "_root.form.status=Error sending message.";
}
?>
Thanks for any help.
Feedback Form Issues
This is my very first flash site so I thought I'd go to the pros for this one. My problem is that when I go to the request a quote link and submit the info, I don't get the info in my email, so how the hell do I fix this!?
Help Creating A Feedback Form
I have been creating a feedback form for my website and i have problems getting it to work... i think i have done everything right but nothing. HELP!!
WHAT DO I NEED TO CHECK I CAN SEND U THE PAGE VIA EMAIL IF YOU NEED TO SEE THE INFO AND WHERE I COULD HAVE GONE WRONG!!
Feedback Form Trouble
I want to make a feedback form inside my flashfile. I read how to go about it at lynda.com. But it´s said that i need to get some information from my webhost (b-one). I have put the information from my webhost last in this letter. And i have an attachment (AS.jpg) where you can see how they did it at Lynda.com.
Can anybody helpme to put the text where it suppose to be.
-----------------------------------------------------------
My feedback form looks like this (from lynda.com):
your name ( fisrt input textarea ) in the var area in the properties i wrote realname
your email adress ( second input textarea )in the var area in the properties i wrote username
comments ( third input textarea ) in the var area in the properties i wrote comments
-----------------------------------------------------------
<FORM method="post" action="http://www.your-domain.dk/cgi-bin/FormMail.pl">
<input type="hidden" name="recipient" value="your@emailaddress.dk">
<input type="hidden" name="subject" value="You can write in here the subject text">
<input type="hidden" name="redirect" value="http://www.domain.dk/newpage.html">
</FORM>
Yes it is possible to send emails from your web page via a script. You should use our internal smtp server address, which is: mailout.b-one.net.
To get the FormMail script working, you should use the following piece of code (which is only an example - you should therefore make corrections in the different fields):
Guestbook Or Feedback Form... How To?
hi, i would like to create either a guest book, or like a form to fill in for feedback on a website i am currently making, but i have no idea where to start.
im using mx pro 2004, can someone please help me??
much appreciated
thanks in advance
Feedback Form In Flash
Has anyone got a .fla file of a sort of a form which may have a number of questions e.g Name: Country: Email: .etc and at the bottem a submit button which sends all info to my email i searched flashkit but they all seem to need a php file with it. Can anyone help if not could someone give me Html code for just a little form and when you press submit it sends all information strait to my email
Thanks alot
-Tim
[F8] Feedback Form:eMail
Hello everybody.
Can anyone point out any tutorials that are easy to understand and will teach me how to send a email using a .cgi script and flash's loadVariables? I been using this Flash 5 Bible but that don't seem to work, actually EVERY tutorial i get on a book doesn't seem to work!
Im rubbish with perl scriptile language.
Thanks
Tongxn.
[MX] Feedback Form Issues
Here is the website I made from a template
http://www.bobjungphotography.com
There is a form on the contact page for email, etc. If you look at it, the form fields are filled in, and when you click there, they disappear. I cannot, for the life of me, get that working!
The clear button works, and I think I have the script for the send button, but I cannot figure out where those invisible texts are coming from or how to get the send to work.
Any thoughts would be very appreciated!!!! Thanks!
Feedback Email Form For AS2
I have a whole stock pile of flash email forms in Action Script 1.0 but I'm having a hard time finding one for Action Script 2.0 can anyone point me in a direction.
[F8] Wierd Form Feedback
my php is sending extra information to my mail account. the php is working i just need to know how to eliminate the textformat stuff!!
Code:
Name: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="DIN-MediumItalicAlt" SIZE="14" COLOR="#666666" LETTERSPACING="0" KERNING="0">newtest</FONT></P></TEXTFORMAT>
Email: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="DIN-MediumItalicAlt" SIZE="14" COLOR="#666666" LETTERSPACING="0" KERNING="0">newtest@twtwt.com</FONT></P></TEXTFORMAT>
Subject: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="DIN-MediumItalicAlt" SIZE="14" COLOR="#666666" LETTERSPACING="0" KERNING="0">newtest</FONT></P></TEXTFORMAT>
any clues how to combat this..
rat
Plz Help Me With This Flash Feedback Form
Dear Friends,
i tried tuts and other script and came up with this form. In this form everything goes well bt where i m stuck up is my php file does not mail data to the given email add. Flash properly submit data to php files bt i m not getting mail. I've tried to send it on other email add also bt not getting mail.
I am writing following code in my php file.
<?php
$sendTo = "bhavik@distiltech.com";
$subject = "Online Enquiry";
$name_field = $_POST['name'];
$email_field = $_POST['email'];
$company_field = $_POST['company'];
$add1_field = $_POST['add1'];
$add2_field = $_POST['add2'];
$add3_field = $_POST['add3'];
$groundspices_field = $_POST['ch1'];
$blendedpices_field = $_POST['ch2'];
$asafoetidaspices_field = $_POST['ch3'];
$msg = $_POST['message'];
$body = "Name: $name_field
Email: $email_field
Company: $company_field
Add1: $add1_field
Add2: $add2_field
Add3: $add3_field
GroundSpice: $groundspices_field
BlendedSpice: $blendedpices_field
Asafoetida: $asafoetidaspices_field
Message: $msg";
mail($sendTo, $subject, $body);
?>
I am also attaching flash and php file here in .zip format.
Many thx in advance for your time and comments.
Feedback Form - Quick Fix
Hi,
I am looking for a flash/php form script with fields validation. If anyone had tried looking for it and managed to get hold of a working one or you had a working fla, can you please kindly share the link or the fla here? I have a headache trying to learn PHP and I'm looking for a simple form with the basic fields (name, email, contact number( mobile and office number), company name, designation and message body) , nothing complex. Needed the validation function too. Please help and share. Thanks a great deal in advance.
Can Anyone Help Me Out With A Feedback Form? Urgent.
Hey guys. I started with a template to speed up the process on this website. It includes a feedback form, but no php file. I don't know how to program my own file and tech support seems clueless. Can anyone take a look at the file for me and help me get the php file togetehr to match it along with the button code? The site is supposed to deploy in about 4 hours and I'm at my wit's end.
Thanks SO much!
Jason
Flash Feedback Form.
hello,
Can any one help me out for flash feedback form for 8-10 Fields.
Regards,
Guru Chauhan
Feedback Email Form For AS2
I have a whole stock pile of flash forms in Action Script 1.0 but I'm having a hard time finding one for Action Script 2.0 can anyone point me in a direction.
Feedback Form - Quick Fix
Hi,
I am looking for a flash/php form script with fields validation. If anyone had tried looking for it and managed to get hold of a working one or you had a working fla, can you please kindly share the link or the fla here? I have a headache trying to learn PHP and I'm looking for a simple form with the basic fields (name, email, contact number( mobile and office number), company name, designation and message body) , nothing complex. Needed the validation function too. Please help and share. Thanks a great deal in advance.
Script For Feedback Form
Hi guys,
I have the following script for feedback form:
http://web.mit.edu/wwwdev/cgiemail/user.html
Can anyone help me in creating feedback form using this script?
Regards, Rohit
Using Feedback Form And Formail
Hi all,
I'm tryin to let users submit details via a form and send the results to my email address using formmail.
I've used formail with html before and i've had no problems.
Can any1 please post the actionscript I need to get the form to send the data?
If some1 doenst fill in a field can i display a msg?
Im using Flash MX 2004 Pro
Thanks for the help,
Feedback Form In Flash Mx
hi guys,
I want to create a feedback form in flash mx which will have :
Name
Email id
Comments
How can i do it?
Thanks, Rohit
|