Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Could somebody explain forms to me clear and simpl


  • Please log in to reply

#1
Spike3

Spike3

    Member

  • Member
  • PipPipPip
  • 155 posts
Hi everyone,

I'm just your reamweaver guy who makes basic sites and can do some flash things and design and stuff. But one thing that is really starting to be a hinderence to me are forms

I can set them up in dreamweaver. I can't get the dam things to work. I've heard and seen CGI scripts but they scare me!

HELP!!!

Basic language if you please!!!

Cheers

Spike
Radial Uproar Let me know what you think!
  • 0

Advertisements


#2
ditto

ditto

    - i pwn n00bs -

  • Member
  • PipPipPipPip
  • 1,260 posts
http://www.geekstogo...st=0


check that out for starters

Need more clarity just let me know :tazz:
  • 0

#3
Spike3

Spike3

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 155 posts
Hey!

Top banana that kid! thank you very much!

I am forever in your debt!
  • 0

#4
Spike3

Spike3

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 155 posts
It doesn't seem to want to work, I've played with the html, am I doin anything significantally wrong with it?

It's for a client.

www.electricsketch.com/contact1.htm click on 'Click here for an enquiry form!' I know the layout looks crap, just want it working first!
  • 0

#5
ditto

ditto

    - i pwn n00bs -

  • Member
  • PipPipPipPip
  • 1,260 posts
let me see your html code...please :tazz:
  • 0

#6
magusbuckley

magusbuckley

    Member

  • Member
  • PipPipPip
  • 626 posts
Hello:

You're in luck! I think your problem will be easy to solve. Try changing the extension of your page from .htm to .asp. You'll want to use the .asp extension for the form and, if you have one, the confirmation page.

asp = active server page

Hope this helps. Let us know what you come up with. :tazz:

I checked your code....everything else seems to be OK. ;)
  • 0

#7
ditto

ditto

    - i pwn n00bs -

  • Member
  • PipPipPipPip
  • 1,260 posts
Try this:

<form method="POST" action="cgi-bin/FormMail.pl">
<input type=hidden name="recipient" value="[email protected]">
<input type=hidden name="redirect" value="www.electricsketch.com">
<input type=hidden name="print_config" value="realname,company,title,reason,details,number,email">
<input type=hidden name="print_blank_fields" value="1">
<tr>

  <td width="124"><div align="right">Name::</div></td>
  <td width="10" align="right"
valign="top"><div align="left"></div></td>
  <td width="909" align="left">
  <input type=text name="realname" style="background:f9f9f9"
></td>
</tr>
<tr>
  <td><div align="right">Company::</div></td>
  <td align="right"
valign="top">&nbsp;</td>
  <td align="left"><input type="text" name="company"></td>

</tr>
<tr>
  <td><div align="right">Title::</div></td>
  <td align="right"
valign="top">&nbsp;</td>
  <td align="left"><input type="text" name="title"></td>
</tr>
<tr>
  <td><div align="right">
    <p>Reason for contact:</p>
    <p>&nbsp;</p>

    <p>: </p>
  </div></td>
  <td align="right"
valign="top">&nbsp;</td>
  <td align="left"><select name="reason" size="6">
    <option>Exhibition Design</option>
    <option>Retail Design</option>
    <option>Interior Design</option>

    <option>Animations</option>
    <option>3D Modelling</option>
    <option>Illustrations</option>
  </select></td>
</tr>
<tr>
  <td><div align="right">Any further detials? </div></td>
  <td align="right"
valign="top">&nbsp;</td>

  <td align="left"><textarea name="details"></textarea></td>
</tr>
<tr>
  <td><div align="right">Telephone Number:</div></td>
  <td align="right"
valign="top">&nbsp;</td>
  <td align="left"><input type="text" name="number"></td>
</tr>
<tr>
  <td width="124"><div align="right">Email:</div></td>
  <td width="10" align="right"
valign="top"><div align="left"></div></td>

  <td width="909" align="left">
  <input type=text name="email"></td>
</tr>
<tr>
  <td width="124">&nbsp;</td>
  <td width="10" align="right" valign="top"> </tr>
<tr>
  <td width="124">&nbsp;</td>
  <td width="10" align="right">&nbsp;</td>
  <td width="909" align="left" colspan="2">

<input type="submit" value="submit"></td>
</tr>
</form>



The values that I changed are bold.
  • 0

#8
Spike3

Spike3

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 155 posts
Hi,

Tried both of these options and I'm still getting the same result!

Sorry to be a pain, any other suggestions?

Spike
  • 0

#9
ditto

ditto

    - i pwn n00bs -

  • Member
  • PipPipPipPip
  • 1,260 posts
perhaps your host doesnt support cgi scripts. Check with your host.


may want to try php mailer. Check this out at phpfreaks.com
http://www.phpfreaks...iling-Lists.php
  • 0

#10
Spike3

Spike3

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 155 posts
Thanks again!
  • 0

#11
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
Spike :

Still having problems? I'm curious as to whether your problem was as suggested...your hosting service doesn't allow use of cgi-bin, PHP, Perl, etc..

There are a lot of very good forms out there that are free and do work, provided your host allows their use. I use a free MailForm service that I got out of a book. :tazz:

Ron
  • 0

#12
Spike3

Spike3

    Member

  • Topic Starter
  • Member
  • PipPipPip
  • 155 posts
To be honest with you I've not checked it out, I've picked up a client recently and they need a website asap. So a bit busy with them!

I'm hosting using 1-2-3.co.uk i think
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP