help with form

They have: 121 posts

Joined: Apr 2003

I saw a great looking form and I proceeded to install it on my site here my site
And somehow I lost the code that is supposed to go on the server to make it work. Can anyone please take a look at my site and tell me what I need to do to make that form work?

Thanks

Busy's picture

He has: 6,151 posts

Joined: May 2001

your using a .html page to send info to a .php page so your going to run into problems if your server isn't set up to phase .html docs as server side.

On your index page (index.php - which you don't have) needs a script to do the stuff, ie:

if ($page==mail){check form, if ok, send form and other funky stuff; }
else {you made boo boo now go fix it; }

did you 'borrow' that pages code?

They have: 121 posts

Joined: Apr 2003

Yes I borrowed it. Well at least half of it. I can't seem to find the other half. Maybe you can provide a resource (website) that has free forms.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.