Combo Box And Php Mailform
Help !
I am using the Combo Boxes from Flash MX and want to send the value together with some other text inout data with a php mailform.
The inputtext is being sent, but the values from the Combo Boxes isn't. Any help out there to get ?
My php file looks like this:
<?PHP $Recipient = "my@email.com"; $Required = array ("firma", "kontaktperson", "email");
while (list($Key, $Value) = each($Required)) { if ((empty($HTTP_POST_VARS[$Value])) && (empty($HTTP_GET_VARS[$Value]))) { $ErrorMsg = urlencode("Udfyld venligst felterne markeret med *"); print "&result=fail&errormessage=" . $ErrorMsg . "&junk=1";
exit; } }
$MailMsg = "ENQUIRY FROM WEBSITE EMAIL FORM
################################################## ################ ## THESE VARIABLES: firma,kontaktperson and so on ARE SHOWN IN THE ## MAIL. THEY ARE ALL SIMPLE TEXTINPUT FIELDS WITH VARIABLE NAMES. ################################################## ################
Firma: $firma Kontaktperson: $kontaktperson Jobtitel: $jobtitel Email: $email Phone: $telefon Adresse: $firmaadr Anden Forhandlervalg: $andenforhandler
################################################## ################# # I HAVE GOT THREE COMBO BOXES AND ONE CHECKBOX (all flash mx. THEY #ALL GOT A VARIABLE NAME, BUT SOMEHOW THE VALUE IS NOT BEING SENT. ################################################## #################
Forhandlervalg: $partners Antal brugere: $brugere Referencer: $referencer Produktnyheder: $check
------------------------------ Logged Info : Using: $HTTP_USER_AGENT Hostname: $ip IP address: $REMOTE_ADDR Date/Time: $date";
$success = mail($Recipient, "LOOK kampagne", $MailMsg, "From: $email ");
if($success == true) { $time = date("Y-m-d");
print "&result=okay&junk=1";
} else { $ErrorMsg = urlencode("The mail() function failed."); print "&result=fail&errormessage=" . $ErrorMsg . "&junk=1"; }
?>
FlashKit > Flash Help > Flash MX
Posted on: 12-10-2002, 02:25 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Combo Box With Mailform...
Hi i downloaded a mailform from the movies section and there are only 3 fields on it and i was wondering if it is possible to add a combo dropdown box to it with multiple options ??
http://www.flashkit.com/movies/Inter...8880/index.php
Is the mailform and i want to add a combo box so the person filling it in can choose from the dropdown things i specify in it so is this poss ??
I appreciate any help anyone can offer.
Adding Combo Box To Mailform
hi,
i have a php mailform which works very well with input boxes, but now i would like to add a combo box and have the selection from the combo box be sent via email also.
does anyone know how to do this???
i have attached the .fla and php file for anyone that may be able to help.
cheers
g
Populate Combo Box Values Using Another Combo Box Instance
Hi,
I have two combo boxes. The first combo box's data is added through an XMLConnector object, the second combo box, I would like to populate through an on (change) event in the first combo box. The items in the second combo box would relate to the selection made in the first combo box.
I have attempted the following within the Actions for the first combo box:
on(change) {
switch(this.value) {
case "value1":
comboBox2.addItem({Label:"Label",Data:"Data"});
break;
} // end switch
} // end event
which is not working.
should an event be dispatched by comboBox1 and a listener be attached to comboBox2? I can't find any examples of this on the internet.. but i might be using the wrong search terms. any help with this would be greatly appreciated. Seriously, i'll buy beers.
-Thanks
Help With A Mailform
Hi,
I'm not so good at actionscripting but I don't know if this has anything to with coding anyway...
I have a mailform (form.swf). I works perfectly, using an external php file. here's a link to the form:
http://www.subwaydesigns.net/Whatuwant/form.html
That one won't send though, as I'm hosted on a Windows server.
Anyway, the problem is that I want the cursor to move from right to left. As it is now, I click in the "first name" field, press tab and the cursor moves to the email field.
What i want it to do is go from first name to last name to company name etc...
I basically got it to do that just deleting some parts of the form, replacing them and getting lucky. Here's the second version:
http://www.subwaydesigns.net/Whatuwant/form2.html
THe problem is the checkboxes don't work anymore because I have to use two frames to fit in all the content while making the cursor move as I want.
Think it's impossible...just wait. the form was designed to be imported into another flash movie, and that's yet another problem because when you press tab; the cursor wraps around some buttons in the main movie.
I hope I wasn't too confusing...
If you have any ideas, please lpost them you'd make my day,
Laz.
Mailform Php
help. i am new with flash. and i am using flash 5. does anybody know how to make simple mailform using php, and how to create it? i mean step by step instructions? please e-mail me: my_gryffindor@yahoo.com
big thanks.
Mailform#2
Guy's......
I do not need another tute right now cause I really need a CLEAN AND GOOD explanation on how to make my mailform work !!!! I've had .pl.php and every kind of script that doesn't work!
Mailform Php Help
how is it possible to control and modify the message characteristics such us |font type-size, bold, italics etc| so to produce messages under a specific mode
Mailform Php Help
how is it possible to control and modify the message characteristics such us |font type-size, bold, italics etc| so to produce messages under a specific mode
Mailform PHP
Hi there,
I'm having some troubles with php mail forms with data that 'll be sent from out of flash.
here is my php form
PHP Code:
mail("pietervanstee@hotmail.com","Thank You for visiting our site",
"Hi $name,
Thank you for your interest in $sitename!
Here are the items you ordered:
$orderForm
kind regards,
$sitename
$siteaddress","FROM:$adminaddress");
and in flash:
PHP Code:
on (release) {
loadVariablesNum ("mailform.php", 0, "POST");
gotoAndPlay (18);
}
Will this work?
cause I've had some troubles with php forms, now I figured out that my server sents me the mails almost a day later ...
kind regards flax
MailForm
Hi,
I'm about to build my first website in flash.
It works better than I could have hoped.
No to my question:
At my webhotel I can use cgi-scripts to send e-mail via a form.
In html I know how it's done. But how do I do it in flash?
I have set up the form with a few fields where the user can type thier name and email adress etc.
But how do I send it?
Is there a way to use html in the flash?
Thanx
Richard
Mailform
some one plzz give me a mail form that works in php format i tried alot of em but none seems to work
Help Using Mailform.php And Swf
Thanks to anyone for the help!
I've got a charity car show I'm helping out with a site.
I need a FORM to work, so people can pre-register their cars.
All the site is hosted at thevertical.org but the domain tfcmainevent . com is parked and forwarded to the subsite. The fla, swf, php and html for the FORM are all in the main directory. Input within the php doc has been changed from tfcmainevent. com 's info AND thevertical. org 's info, again and again, but I never receive conformations?
First, how do I check to see if the swf performs properly upon submit?
Secondly, Can someone please check my php doc for errors:
BELOW: the characters " <" and ">" were replaced with brackets:
[?
/************************************************** ****
**
** Flash Mx PHP Mailer
**
** By - The Vertical
************************************************** *****/
/************************************************** *****
Enter your site details below!
************************************************** *****/
// Enter your contact email address here
$adminaddress = "civicnos1@aol.com";
// Enter the address of your website here include http://www.
$siteaddress ="http://www.thevertical.org";
// Enter your company name or site name here
$sitename = "TFCMAINEVENT.COM";
/************************************************** *****
No need to change anything below ...
************************************************** *****/
$date = date("m/d/Y H:i:s");
if ($REMOTE_ADDR == "") $ip = "no ip";
else $ip = getHostByAddr($REMOTE_ADDR);
if ($action != ""):
mail("$adminaddress","Info Request",
"A visitor at $sitename has left the following information
Name: $fname
Address: $lname
Email: $email
Telephone: $telno
The vehicle stats are:
------------------------------
$comments
Logged Info :
------------------------------
Using: $HTTP_USER_AGENT
Hostname: $ip
IP address: $REMOTE_ADDR
Date/Time: $date","FROM:$adminaddress");
mail("$email","Thank You for visiting $sitename",
"Hi $fname,
Thank you for your interest in THE MAIN EVENT.
Step one of the registration process has been completed!
To finalize entry, please mail or bring in payment before 5pm on June 17th.
For more information or assistance, please revisit our website.
THANKKS for your part in helping the Asia Little Ones,
GOD BLESS YOU!
Trinity Fellowship
$Sitename
$siteaddress","FROM:$adminaddress");
$sendresult = "Thank you for visiting <a href = "$siteaddress" target = "_blank"><u>$sitename</u></a>. You will receive a confirmation email shortly. ";
$send_answer = "answer=";
$send_answer .= rawurlencode($sendresult);
echo "$send_answer";
endif;
?]
Mailform
Hello,
I'm strugling with a mail form in AS3. and i can't find a good and clear tutorial for something like this...
I was hoping to get a little input on this matter, or some clear help.
The mailform,
I want to get the inputfields and radiobutton values in an e-mail. The e-mailaddress is different for each country... I don't know where to look first.
Thanks for the help...
CGI-BIN Mailform
is it possible to make a CGI-BIN mailform in flash?
greetz
Jakke
Mailform
Wasnt there a toturial about mailforms, cant find it. One with flash and what u need on tha server?
Mailform With Mx + Php
hey guys and girls,
i'm trying to create a mailform that can output certain variables into the body of the text.
example:
==vars from flash==
clientName = cName
bodyMessage = messageVar
budget = budgetVar
== pop mail ==
body message = messageVar
client name = cName
budget = budgetVar
can someone help me out? many thanks.
tee.
CGI-BIN Mailform
is it possible to make a CGI-BIN mailform in flash?
greetz
Jakke
Mailform
Hi, id like to have a form on my page where u fill in yore mail, name and a commentfield.
How do i do that, what do i need to do in flash, and what do i need to do outside flash.
Please help, and please talk to me as if i was youre 60 year old grandaddy who thught that computers were that thing u have in youre pocket and put into that machine and then u get some money!
thanks
Mailform Help
I was wondering if anyone could explain what I need to do to add a radio button to my mail form and then have it send that it was checked along with the other information using the php file I already have. Hope that makes sense.
Thanks!
Mailform Problems
OKAY I HAVE THREE INPUT TEXT BOXES (name, email, comments), AND ONE DYNAMIC BOX (results). YOU GO TO THE WEBPAGE AND YOU CAN FILL IN THE FORM, AND HIT THE SUBMIT BUTTON, BUT IT JUST SAYS, "Sending Data..." AND DOESN'T DO ANYTHING. Here's the action on the "Submit" button:
on (release) {
// logical operator checks length. IndexOf checks for "@" and "." characters in e-mail
if (!email.length || email.indexOf("@") == -1 || email.indexOf(".") == -1) {
results = "Please check your e-mail address.";
} else if (!comments.length) {
results = "Please enter your comments.";
} else if (!name.length) {
results = "Please enter your name.";
} else {
loadVariablesNum ("http://icdweb.cc.purdue.edu/~robbinba/mailform.php", 0, "GET");
results = "Sending Data...";
}
}
HERE'S THE <mailform.php> script:
<?php
$TextVariable = '&results=';
$response = 'Data Sent. Thank You..';
echo $TextVariable;
echo $response;
/* recipients */
$recipient .= "<brent@brentrobbins.com>" ;
/* subject */
$subject = "Your Automail";
/* message */
$message .= "Name: $name
Email: $email
Comments: $comments
";
/* additional header pieces for errors, From cc's, bcc's, etc */
$headers .= "From: $name <$email>
";
/* and now mail it */
mail($recipient, $subject, $message, $headers);
?>
OKAY SO WHAT COULD BE THE PROBLEM? I DON'T UNDERSTAND. SOMEONE HELP PLEASE. THANKS.
Mailform Problems
Hey guys,
I'm using the following script for a form:
on (release) {
// recipient address
var recipient = "dave@envisionous.com";
loadVariablesNum ("http://mailgate.server-mail.com/cgi-bin/mailgate", 0, "POST");
}
Now, this works fine when I use the form locally, or when I host it on my own site's hosting environment - which is different from my client's environment - yet this mail script is my client's host's chosen script!! In other words, it's working fine everywhere apart from where it's supposed to!!
Can anyone see what I'm doing wrong, or explain what the problem is - please?!
Thanks
Dave
MAILFORM TEARS.....
Well, it's about a problem i've been having for a long time now and i need help!! I need a pre-written mailscript (.pl/.asp or whatever i can put in the cgi-bin on the server. There is one now(.pl) but i don't know what to do to make it work together with my mailform in flash. I've tried all the tutorials but my form is still not working!! Is there a way to alter the .pl script so i can finally use my form?? Or can i put in another so it will work just as well??
You don't need eyes to see....
You need VISION.
Mailform Tears......
Hi there,
I need for someone to guide me trough (all the way!!) the altering of the cgi-script to make my (falsh) mailform work!! (Or if someone has another script that is easy to use) I am on a deadline here and all is finished accept for my mailform and i can't get it to work!!!! Tell me what I need to do or change to make the script work!!
Mailform Cgi Script
how do I configure at button to send to my cgi location + go to another frame ?
Is there anything else I have to do to make the mailform work ?
Html/php Mailform... Can Anyone Help?
im trying to get my php mailform to run on my server... the php mailform workis in flash on my personal server, but the company i am doing te website for right now doesn't run the php file properly. i contacted the support line of the server after going through a bunch of procedures, he told me that my php file is fine, but t find out what they need to do to set it up properly, i need to set up my php form to run in an html file (not flash). i dont know how to do this, but if anyone is willing to help me create a html file for this, let me know.... thank you
External Mailform.swf?
Hi I would be very happy. if anyone could give the answear to this question?
I've made A Emailform as an external swf file. it works great when testing it by it'self. but when loading into a MC on the main movie
it will not work. I'm sure this problem lay's within the target path.
for that loadvariable command.
I've sorted the other communication issue such as error reports from
the emailform.swf if the form is not filled out correctly and so on..
Excuse the bad english. i sincerly hope someone take their time to
reply on this post
Thanks Sven_b
Mailform Actionsript/php
Hi,
I have downloaded and used the attached mailform file from flashkit many time w/great success. Now I am loading the mailform swf into a container clip in another swf (code below).
mailcontainer.loadMovie("mail_list.swf");
Now that the mailform is loaded into another movie I can't get all of the variables to work. I try redirecting them but I couldn't get it to work.
Would someone mind taking a look?
Attached is the swf I am loading into my main movie. (fla and php file included)
Thanks!
Mailform Nightmare
anybody knows where can I find working mailform tutorial? I found quite a few for a simple mailform, but none actually worked...
Thanks for any advice
Lee Bosh
Mailform In Flash. Cgi?
hi,
ive been lookin for how to send an email to me when someone fils in this form in my swf and hits send.
ive seen that there are 2 choises.
cgi or php
i dont think my webspace supports php, so i want to go for the cgi
i have to create a cgi script at my server isnt it?
but where do i get this script?
and where do i put it on the server?
and wich action do i use for communication with the cgi file?
i dont quite understand this cgi thing
so any help or explanation would be greatly appreciated.
grtz&thx
Php Mailform Problem
hey there
i use a mailform.php to send some info to my email when a visitor fillin in the form in contact.
our server with php supported is shut down because we had tomuch traffic.
now we are back on our space without php.
in the mean time our "php space" is back on, but u wont get further as the intropage.
is it possible to let it work combining those 2 hosts?
site on the normal one, and the mailform.php on the other 1?
i thought this should work, but appearantly not
this is the action
fscommand("allowscale", "false");
//
// set some variables
//
mailform = "http://www.rituals-of-life.com/604/mailform.php";
// this was "mailform.php first"
confirm = "thank you a confirmation email has been sent to your email address.";
action = "send";
error1 = "valid email required";
error2 = "input required";
//
// and focus on variable fname
//
Selection.setFocus("name");
//
// validate email function
//
function validate(address) {
if (address.length>=7) {
if (address.indexOf("@")>0) {
if ((address.indexOf("@")+2)<address.lastIndexOf(".") ) {
if (address.lastIndexOf(".")<(address.length-2)) {
return (true);
}
}
}
}
return (false);
}
//
// form check
//
function formcheck() {
if ((((email == null)) || (email.length<1)) || (email == "valid email required")) {
email = error1;
action = "";
}
if (!validate(email)) {
email = error1;
action = "";
}
if ((name == null) || (name == "")) {
name = error2;
action = "";
}
if ((comments == null) || (comments == "")) {
comments = error2;
action = "";
}
if ((validate(email)) && (email != error1) && (name != "") && (name != error2) && (comments != "") && (comments != error2)) {
action = "send";
loadVariablesNum(mailform, 0, "POST");
gotoAndPlay("wait");
}
}
stop();
any help would be greatly appreciated
grtz
Mailform In Flash
Hi,
is there a possibility to send emails via flash. I searched but couldn't find anything.
Plz help me
cya
iamflashing
LoadVariablesNum(mailform, 0); <-- What Does This Mean?
loadVariablesNum(mailform, 0);
when a code says this.. what does this mean...
mailform=mailform.php
im comfused about the ", 0)" part...
im working with email form in flash and when in the _root or the main sceen the script works great...
i copied the layers and drop it in a MC, and now the form will not send...
what is the "0" telling in this scrip...
-thanks a MILLION IN ADVANCED...
-manny
Mailform Asp/CDONTS
Hi,
I got a flashsite with a mailform. I would like to send via asp to a mail adress but I got minimal knowlege about stuff like asp, php, CDONTS... I believe I could put to gether the asp-file with som help from tutorials and stuff, but I know nothing about where to upload it, and what to write in the fla file.
does anyone have some tips?
Everything is helpful!
PS. My provider accept asp, CDONTS, php...
I work on a mac with web reader safari, will this cause any troubble?
/Poppe
Where Can I Get A Php Mailform That Requires...
Hi,
I was wondering if anyone can direct me to a place to either get or purchase a php mailform. I do a few but I would like to find one where it requires the user to imput his email twice just so the email is correct. I am not sure how to hard code that in. The contact form would have 5 imputs: "Name", "email", retype "email" again, "contact phone number", and a "message box". I am asking in the Flash MX section cause this is the program I design my sites from. I really appreciate any help.
Mailform What's Wrong ?
hello,
i created a mailform in flash and when i try it locally it works fine.
Once uploaded i don't recieve any mail.
on the send button i have this script:
on (release) {
loadVariablesNum ("http://www.colbys.be/scripts/form.php", 0, "POST");
gotoAndStop (2);
}
the form is situated at http://www.colbys.be/scripts/form.php so that should be fine.
what could be the problem ?
i have to tell, the site is not at url www.colbys.be but on another host. is this a problem ?
Can You Use Scrollpane With A Mailform?
Hi
I have a scrollpane with a mailform loading inside - which loads great
When I press the send button (its the name, telephone and email mailform from the tutorials section which I have modified to add some extra fields)
I receive the details from the email when I test it but the form itself gets stuck on the 'please wait for confirmation...' - it doesnt go to the end of the movie which displays 'your email has been sent'
I know it has something to do with the fact that the mailform is being loaded into the scrollpane because it works perfectly on its own when not being loaded into anything.
Yet I still recieve the details from the form? I would have thought the details would not have sent ?
Does anyone have any suggestions where I am going wrong?
Thanks so much...
This Mailform In Flash?
Hi there
Is there any way to create this mailform in flash?
<FORM METHOD='GET' ACTION='http://cgi.web10.dk/cgi-bin/formmail/FormMail.pl'>
<input type=hidden name='print_config' value='navn,email'>
<input type=hidden name='recipient' value='XXX@XXX.se'>
<input type=hidden name='subject' value='Fra formularen'>
<input type=hidden name='required' value='navn,email,besked'>
<input type=hidden name='env_report' value='REMOTE_HOST,REMOTE_ADDR, REMOTE_USER,REMOTE_IDENT,HTTP_USER_AGENT'>
<input type=hidden name='sort' value='order:navn,postnr,by,email,emne,besked'>
<input type=hidden name='redirect'
value='http://XXXXX.web02.talkactive.net/formularsendt.htm'>
<table cellspacing='2' cellpadding='0'>
<tr>
<td width='52'>Navn:</td>
<td colspan='2'><input type='text' name='navn' size='54'></td>
</tr>
<tr>
<td width='52'>Postnr.:</td>
<td><input type='text' name='postnr' size='5'></td>
<td align='right'>By: <input type='text' name='by' size='35'></td>
</tr>
<tr>
<td width='52'>Email:</td>
<td colspan='2'><input type='text' name='email' size='54'></td>
</tr>
<tr>
<td width='52'>Emne:</td>
<td colspan='2'><input type='text' name='emne' size='54'></td>
</tr>
<tr>
<td width='52' valign='top'>Besked:</td>
<td colspan='2'><textarea name='besked' cols='40' rows='4'></textarea>
</tr>
<tr>
<td width='52'></td>
<td><INPUT TYPE='submit' VALUE=' Send '></td>
</tr>
</FORM>
Cheers
MailForm - Addon Help
I was wondering if anyone could help me figure out how to add a radio button(s) to a mailform and where/how I give them value in flash and in the php file. Make sense? Hope so.
Thanks!
Php Mailform Problem...
Hello again...I am SO stuck on this problem. I have spent more than a week trying so many variations to make this work. Everything works great except for the checkbox function. All I want to show up in the email is (ex: CheckBox01) if a checkbox is checked, or any indication at all a box is checked. My php script is below
<?php
$sendTo = "myname@mydomain.com";
$subject = "Reel Deal Inquiery";
$headers = "From: " .
$_POST["a"] ." ".
$_POST["b"] . "<" .
$_POST["d"] .">
";
$headers .= "Reply-To: " .
$_POST["d"] . "
";
$headers .= "Return-path: " .
$_POST["d"];
$message =
$_POST["d"] ." / ".
$_POST["c"] ." / ".
$_POST["e"] ." / ".
$_POST["f"] ." / ".
$_POST["g"] ." / ".
$_POST["message"] ."/".
$_POST["CheckBox01 = CheckBox01.selected"] ." / ".
$_POST["CheckBox02 = CheckBox02.selected"] ." / ".
$_POST["CheckBox03 = CheckBox03.selected"] ." / ".
$_POST["CheckBox04 = CheckBox04.selected"] ." / ".
$_POST["CheckBox05 = CheckBox05.selected"] ." / ".
$_POST["CheckBox06 = CheckBox06.selected"] ." / ".
$_POST["CheckBox07 = CheckBox07.selected"] ." / ".
$_POST["CheckBox08 = CheckBox08.selected"] ." / ".
$_POST["CheckBox09 = CheckBox09.selected"] ." / ".
$_POST["CheckBox10 = CheckBox10.selected"] ." / ".
$_POST["CheckBox11 = CheckBox11.selected"] ." / ".
$_POST["CheckBox12 = CheckBox12.selected"] ." / ".
$_POST["CheckBox13 = CheckBox13.selected"] ." / ".
$_POST["CheckBox14 = CheckBox14.selected"] ." / ".
$_POST["CheckBox15 = CheckBox15.selected"] ." / ".
$_POST["CheckBox16 = CheckBox16.selected"] ." / ".
$_POST["CheckBox17 = CheckBox17.selected"] ." / ".
$_POST["CheckBox18 = CheckBox18.selected"] ." / ".
$_POST["CheckBox19 = CheckBox19.selected"] ." / ".
$_POST["CheckBox20 = CheckBox20.selected"] ." / ".
$_POST["CheckBox21 = CheckBox21.selected"];
mail($sendTo, $subject, $message, $headers);
?>
Mailform Nightmare
anybody knows where can I find working mailform tutorial? I found quite a few for a simple mailform, but none actually worked...
Thanks for any advice
Lee Bosh
Path To Mc In Mailform
This should be an easy one for you all. But obviously not for me ;-)
Got a mailform and sending the data to a PHP file with this
ActionScript Code:
on (press) { loadVariablesNum("mailform.php", 0, "POST");}{
now the problem is that the form is in a mc ( mc_form ) and I canīt figure out how to write the code so that it matches that path.
Any ideas
THX
*edit* have tried this as level and target but no cigar.
PHP4 Mailform
Hello,
I origanally posted a thread for an ASP form mailer with flash. I got that to work, thank you for everyone who replied and helped me with that.
I have another problem now. My client never told me he is on a Linux server. I can't use ASP, I have to use PHP4. Does anyone have a PHP4 script that sends a simple form to email? I need the script and know how to call it from flash. There are only four fields and should be pretty easy for anyone who knows this stuff. Please reply if you can help, I will send you a link to the movie so you can see what I am trying to do. Thanks!
Mailform Using Php Question
Hopefully there is someone out there who can help me out with this. I would like to create a flash form in flash that works with php. but what i would like for it to do is to
1. submit the info
2. flash to check to see if the information was sent to the server
3. when success for it to show the user time of reciept.
4. if failed to go to error and then back to the form.
now i wrote the scripts in both actionscript and php but the dumb thing does not want to go past the wait state. its sending nothing and doing nothing. I hope there is someone out there that can help me out. here is a link to the file. http://www.neptuneis.com/dumbform.zip Thanks!
Add Varaibles To This Asp Mailform
hello everybody.
i have this asp mailform i'm using on my sites, but now i need to add 5 more fields, and i just can't manage to do that.
please, if any one can tell me where to add these i will very appreciate it.
thanks
miki.
Mailform Kirupa
Hi there,
Anyone can help me out on the mailform I found on Kirupa.
Sow this are my inputfields: firma,contactpersoon, adres, postcode,plaats,tel, email. All single line and the inputfield info is multiline.
They are all placed inside an mc and placed on stage with the instancenma form( like the tutorial).
Below you see my phpscript. The only thing I recieve is what I type as info ($message = $_POST["info"]. Can you see the prob on the other inputfields? Hope someone can help me out. Big thx in advance
$sendTo = "my emailadres";
$subject = "Reply website";
$headers = "Bedrijf: " . $_POST["firma"];
$headers = "Contactpersoon: " . $_POST["contactpersoon"];
$headers = "Adres: " . $_POST["adres"];
$headers = "Postcode: " . $_POST["postcode"];
$headers = "Gemeente: " . $_POST["plaats"];
$headers = "Tel: " . $_POST["tel"];
$_POST["email"] . ">
";
$headers .= "Reply-To: " . $_POST["email"] . "
";
$headers .= "Return-Path: " . $_POST["email"];
$message = $_POST["info"];
mail($sendTo, $subject, $headers, $message);
?>
Need Some Help In Setting Up My Mailform:
Hi friends,
I would like someone to help me in this Mail Form, as i actually want when I click on button it should not send the mail if nothing is filled in. And like the third field is for mobile number i would like it to check if numeric charaters are written... or else if must not go further. I also want it to check the '@' in the email field.
As my someone told me to use component for the form which is much better...
All the files are in this link it also includes a PHP Script...
http://www.designoman.net/mailform.zip
I would really appereciate if somone could really help me out.
Thanks a lot in Advance,
Regards.
|