Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
Looking for a code to 'submit' form
Old 08-14-2010, 10:36 AM Looking for a code to 'submit' form
Junior Talker

Posts: 1
Trades: 0
Please help me with the following (step by step - what to put where):
I'm a streamline.net client. They have many scripts for emails etc but they make little sense to me as I'm not an expert in scripts and these scripts are not user-friendly!
I have a feedback form with a submit button for which I need full script/ code that I could paste in the code window of the Dreamweaver! Many thanks in advance.
dola is offline
View Public Profile
 
 
Register now for full access!
Old 08-14-2010, 01:15 PM Re: Looking for a code to 'submit' form
prasanthmj's Avatar
Experienced Talker

Posts: 42
Name: Prasanth
Trades: 0
You need a server side script to process the form.
Alternativey, you can use a service like wufoo or JotForm
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
prasanthmj is offline
View Public Profile
 
Old 08-19-2010, 06:58 AM Re: Looking for a code to 'submit' form
Banned

Posts: 4
Trades: 0
hello dear i have visit your website streamline.net its contatct for work properly .
Webmaster007 is offline
View Public Profile
 
Old 08-23-2010, 08:11 PM Re: Looking for a code to 'submit' form
vhss's Avatar
Junior Talker

Posts: 1
Name: Victoria
Trades: 0
This is an example of code for submit button

<form method="post" action="mailto:youremail@youremail.com" >
First:<input type="text" name="First" size="12 maxlength="12" />
Last:<input type="text" name="Last" size="24" maxlength="24" />
<input type="submit" value="Send Email" />
</form>

There are so many options< how receive text from the forms.
Actually I would recommend you to read some books like this one affiliate link removed a piece of code alone doesn't make sense. It is up to you, of course. Good lack!

__________________
When you can't find an answer....
Please login or register to view this content. Registration is FREE


Why
Please login or register to view this content. Registration is FREE
?

Last edited by chrishirst; 08-24-2010 at 01:39 PM..
vhss is offline
View Public Profile Visit vhss's homepage!
 
Old 08-24-2010, 01:24 PM Re: Looking for a code to 'submit' form
Novice Talker

Posts: 6
Trades: 0
Hi dola, you need server side scripting for this purpose (as prasanthmj said). There are two ways to submit the form, you can receive user's input through email or just submit data into some database. However you didn't mention which server side scripting you prefer? neither I could get this info through your website as it is Rewriting URLs.
__________________

Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE
muaazab is offline
View Public Profile
 
Old 08-27-2010, 08:02 AM Re: Looking for a code to 'submit' form
Average Talker

Posts: 19
Name: Waqas Tasneem
Trades: 0
use this link if u have a better understanding regarding php

http://www.thesitewizard.com/archive/feedbackphp.shtml
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
gurusofit is offline
View Public Profile
 
Old 08-27-2010, 10:12 PM Re: Looking for a code to 'submit' form
Novice Talker

Posts: 11
Trades: 0
Try this site http://www.freecontactform.com/ They provide free php based contact forms.
I use it on my site at http://www.gnosticthought.org/contact/ They just require that you keep the link code visible.
GnosticThinker is offline
View Public Profile
 
Old 09-05-2010, 07:57 AM Re: Looking for a code to 'submit' form
Junior Talker

Posts: 4
Name: Vlad
Trades: 0
If you will use feedback form from thesitewizard.com - please, read about email injection: http://www.thesitewizard.com/php/pro...njection.shtml . You need to prevent spam messaging from your contact form!
__________________
-------
Website Statistics Solution, Free and Pro

Please login or register to view this content. Registration is FREE
Welant is offline
View Public Profile Visit Welant's homepage!
 
Old 09-07-2010, 03:05 PM Re: Looking for a code to 'submit' form
crescendo's Avatar
Super Talker

Posts: 123
Name: hemant latawa
Trades: 0
<FORM action=filename.php method=post name=CardForm
onsubmit="return checkform();">

</form>

<?php
$recipent = "email id";
$subject = "$_POST[subject]";
$message = "This mail has been posted from website
Name : $_POST[Name]
Address : $_POST[Address]
City : $_POST[City]
State : $_POST[State]
Zip : $_POST[Zip]
Phone : $_POST[Phone]
Email : $_POST[Email]
Comments : $_POST[Comments]
";
mail ($recipent, $subject, $message);
echo "<font face='verdana'>Request submitted succesfully! Thank You.";
?>

---------------------------------------------------------------------
THIS IS PERFECT CODE, FOR INQUIRY FORM....
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
crescendo is offline
View Public Profile
 
Closed Thread     « Reply to Looking for a code to 'submit' form
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.39532 seconds with 12 queries