Aug 6, 2001 #1 JayBall IS-IT--Management Joined Jul 13, 2001 Messages 25 Location GB I have a feedback form which doesn't work can someone tell me why? http://www.equiplogistics.com
Aug 6, 2001 #2 tsdragon Programmer Joined Dec 18, 2000 Messages 5,133 Location US Where is the feedback form? Is it online where we can see it? Tracy Dryden tracy@bydisn.com http://www.bydisn.com Meddle not in the affairs of dragons, For you are crunchy, and good with mustard. Upvote 0 Downvote
Where is the feedback form? Is it online where we can see it? Tracy Dryden tracy@bydisn.com http://www.bydisn.com Meddle not in the affairs of dragons, For you are crunchy, and good with mustard.
Aug 6, 2001 #3 gerrygerry Technical User Joined Jul 19, 2001 Messages 500 Location US if http://www.equiplogistics.com/Enquiry/enquiry.html is the form yer having the problem with.. you might notice you dont have the action attribute of the form tag set ;-) You'll need to get a form-mailer script (lots of free ones in perl or php) and point the Code: action=""[code] attribute to that. -Hope this helped :-) Upvote 0 Downvote
if http://www.equiplogistics.com/Enquiry/enquiry.html is the form yer having the problem with.. you might notice you dont have the action attribute of the form tag set ;-) You'll need to get a form-mailer script (lots of free ones in perl or php) and point the Code: action=""[code] attribute to that. -Hope this helped :-)