English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i made the site in google (http://pages.google.com/manager/toolmanconstruction/)

but i have a page calls Estmate: http://toolmanconstruction.googlepages.com/estimateform

pls chk this estimate form..i want the form data in my email by clking submit...how can i make it....i heard abt cgi bin but dont know anything.....pls help me...

2007-12-05 20:33:00 · 5 answers · asked by Labonno/Sweetu 2 in Computers & Internet Programming & Design

i made in free google site...there is option to write html and java...cant upload ftp or no cgi bin..pls help could find any help pls

2007-12-05 21:06:42 · update #1

thnx for everyone i got this site:
http://jotform.com/ from where u can make form..also if u all want to make web site in ggl page...

u will get all help in here: http://rami.mawas.googlepages.com/gpctips#9

2007-12-06 04:15:28 · update #2

I HAVE ALREADY MADE THE FORM BY THAT SITE AND I GET ALL DATA FILLED UP IN MY FORM SAME WAY IN MY EMAIL...SO THNX FOR EVERYONES REPLY..I GOT MY SOLUTION BYMYSELF..

2007-12-07 14:01:20 · update #3

5 answers

You must have a cgi bin uploaded with you website. Some servers put one in as standard, some don't. If you are uploading your site using FTP software when you connect with the server you will be able to see the cgi bin folder listed with the files you have uploaded. If not you need to create one. Just google it, there are plenty of sites with tutorials on how to do this.

2007-12-05 20:48:58 · answer #1 · answered by pagey 3 · 0 1

erica, your solution is insufficient: you did not even read the $_POST!

Unfortunately, you cannot do this: you are on a "free" site, and they do NOT allow server side scripting nor any simple features.
Solution:
Buy a domain name, rent a server, total 100€/£/$ a year or even less.
Make sure it runs LAMP (Linux/unix, Apache, Mysql and Php).
THEN, you can do anything you want, programming your own site.
"FREE" sites are a waste of time for anyone just a little serious. (No such thing as free lunch...)

2007-12-05 22:31:36 · answer #2 · answered by just "JR" 7 · 0 0

i'm additionally having the comparable challenge additionally. it began the day purely before this evening yet i did no longer know it till this morning. i've got tried various of my colleagues yahoo mail, 3 of them works, 3 of them did no longer. what's weird and wonderful is, i nonetheless can deliver the e-mail if i take advantage of the pushmail function on my telephone. what do no longer artwork is that if i take advantage of the browser, the two from laptop or from the telephone. all and diverse know why is this happening? yahoo group please help!

2016-10-19 09:14:55 · answer #3 · answered by ? 4 · 0 0

hey u cannot do it at googlepages
for sending mails u neeed server side programming support
which googlepages does not provide in their free webhosting package

You will have to spend some money to get that feature.

i can make a website for you
kooldrhunk@yahoo.com

2007-12-05 21:19:30 · answer #4 · answered by hmmmmmmmm! 3 · 0 0

here the code for your problem just make a few modification to it according to you!


$msg = "Sender Name:\t$sender_name\n";
$msg .= "Sender E-Mail:\t$sender_email\n";
$msg .= "Message:\t$message\n\n";

$recipient = "you@youremail.com";
$subject = "Web Site Feedback";


$mailheaders = "From: My Web Site <> \n";
$mailheaders .= "Reply-To: $sender_email\n\n";

mail($recipient, $subject, $msg, $mailheaders);

echo "Form Sent!";
echo "

Thank You, $sender_name

";
echo "

Your feedback has been sent.

";
echo "";

?>

2007-12-05 22:16:34 · answer #5 · answered by Erica J 2 · 1 0

fedest.com, questions and answers