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!

Reply
novice needs help to get a form to send data
Old 01-28-2007, 12:07 PM novice needs help to get a form to send data
Novice Talker

Posts: 5
Name: j symonds
Trades: 0
Hi I am a complete novice i have been trying all day to get a form on my website to send back info to me without success I fill out the form click the submit button and you are taken to the cgi file in the cgi-bin I,m completely lostand confused can anyone help????? the site and form i am messing about with is WWW.jjs-caravan-lets.co.uk/funform.html
whitegrass is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-28-2007, 01:04 PM Re: novice needs help to get a form to send data
Novice Talker

Posts: 5
Name: j symonds
Trades: 0
I have just found another post about form building that recommends a form gen which i am trying however it is asking me to set read/write permisions how?????
whitegrass is offline
Reply With Quote
View Public Profile
 
Old 01-28-2007, 03:39 PM Re: novice needs help to get a form to send data
Average Talker

Posts: 18
Trades: 0
Hi J,

The ACTION property of the FORM tag is where the form information gets sent. If you look at the source of your code it sends the information to http://www.jjs-caravan-lets.co.uk/cg...rm/funform.cgi

If you want the form information emailed to you then you want to change the ACTION property to "mailto:youremail@youremaildomain.com" of course substituting the mail address for the correct one. Also. you don't need the hidden input tags.

Let us know how this works.
__________________
Teleport yourself...

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

TeleportJobs
Please login or register to view this content. Registration is FREE
danskapia is offline
Reply With Quote
View Public Profile
 
Old 01-28-2007, 04:11 PM Re: novice needs help to get a form to send data
Novice Talker

Posts: 5
Name: j symonds
Trades: 0
hi your suggestion works to some extent it is at least being sent to me as an email there are a few bugs to iron out like ive no content at the moment and my browser keeps sending warning messages etc but at least it is a start. thanks for your input
whitegrass is offline
Reply With Quote
View Public Profile
 
Old 01-29-2007, 03:58 AM Re: novice needs help to get a form to send data
Novice Talker

Posts: 8
Name: Matt
Trades: 0
In order for the info to be sent back to you via HTML, you need something like PHP or PERL to interpret the form data. I'm guessing you don't know a lot about CGI. Look to see if on your host you can use PHP, if so use
Code:
<?php echo $_POST['E_MAIL']; ?>
for example to display what was put into the email form. Here is a simple tutorial on how to use the $_POST var.
Devourer09 is offline
Reply With Quote
View Public Profile
 
Old 01-29-2007, 07:50 AM Re: novice needs help to get a form to send data
Novice Talker

Posts: 5
Name: j symonds
Trades: 0
thanks ive a lot to learn. that link to the php tutorial was very useful as welldo you happen to know a good books that will show me the basics and that i can use as a referance
whitegrass is offline
Reply With Quote
View Public Profile
 
Old 01-29-2007, 07:28 PM Re: novice needs help to get a form to send data
Harper's Avatar
Novice Talker

Posts: 14
Name: Mike Conway
Location: Colorado Springs, CO
Trades: 0
A site I found for novices who just want to get something on their website is http://www.jotform.com. Pain in da booty to get a mail form, at least for me, and I found them. It's free and they don't place ads. They just don't allow you to get more than 100 messages forwarded to you a day (you can check the stats on their website).

Still, I might check out that tutorial myself.
__________________
$100... $200... Even $300 for one simple logo? Not when you act today!

Please login or register to view this content. Registration is FREE
Harper is offline
Reply With Quote
View Public Profile Visit Harper's homepage!
 
Reply     « Reply to novice needs help to get a form to send data
 

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.49678 seconds with 12 queries