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.

Website Design Forum


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



Freelance Jobs

Reply
Cannot get my order button (submit button to work)
Old 07-19-2006, 10:08 AM Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
Hi! If I am posting an inappropriate question or am posting in the wrong place, I apologize, please redirect me. My name is Mandy, I am new here and new to webdesign. I recently started a web based business and created my site in Publisher 2003. I am hosting with Godaddy and all of my contact me links and my submit button on my order form are supposed to send me email to my aol acct.

Problem is that EVERYTHING WORKS, except the submit button. My contact me links do work. Just the broken submit button. (It is on the order page and is labeled as order now). I am completely at my wits end. I have been told about 25 things to do UNSUCCESSFULLY by Godaddy.com

I really want to have a decent site and despite using a publishing program I have put a lot of time and effort into my site and I tried really hard to get this one working properly. I hate to ask for help but I am at the point now where it is either admit defeat and ask for help or admit defeat and pull the site. I am not very good at all of this coding stuff, I have heard about cutting and pasting html code but in publisher I do not see how that is possible. Is there anyone who can help me? My site if you want to review the error messages or look at my coding is www.momwithseoul.com Thanks, Mandy
momwithseoul is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-19-2006, 10:42 AM Re: Cannot get my order button (submit button to work)
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
Trades: 0
Publisher is bad... It's really hard to troubleshoot code generated from these types of apps. There are other options you can try. If you are using godaddy, you can change the form action to gdform.asp and it will send all the fields in your form to your godaddy email address. or if you have a package that includes a scripting language like asp, it would be easy to set up a form. In fact if you have an account that supports ASP, I could give you a script that should meet your needs.

To address the situation at hand, I would start by checking to see if this file exists on your server: "/_vti_bin/shtml.dll" If it does not, this form will not work
__________________

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

"I think therefore I am, I think." <!-- George Carlin
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Old 07-19-2006, 10:45 AM Re: Cannot get my order button (submit button to work)
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Part of the problem is that you've got SO MUCH propretary MS crap in your code it's tough to untangle. You would have a much easier time of maintaining and troubleshooting your pages if you learned HTML from the ground up and wrote it using simple notepad. Sounds daunting, but HTML is not difficult to learn and what you've done on your site is pretty basic stuff.

I got a Front Page error .. are you sure GoDaddy supports Front Page Extensions and IS your site hosted on a Windows Server ??
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

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


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

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 11:20 AM Re: Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
Yes, they do support it and yes my front page extenision are enabled. I am in the godaddy acct right now changing my form to say email it to my godaddy acct as suggested and I am going to try and get an html for dummies book and see what I can do. I am a complete NOVICE and publisher has been easy to use when setting up the page but not so easy to get the form to work. I hate that 99% is great, but the form is the issue. I am going try what you all suggested and see what I can do. Thanks for the info. Mandy
momwithseoul is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 11:39 AM Re: Cannot get my order button (submit button to work)
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
Trades: 0
If thats the route you want to take, make sure you change this line:
<form action=../_vti_bin/shtml.dll/index_files/Page413.htm method=POST webbot-action="--WEBBOT-SELF--">

To
<form action=/gdform.asp method=POST>
__________________

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

"I think therefore I am, I think." <!-- George Carlin
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Old 07-19-2006, 11:49 AM Re: Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
You answered my question...I was wondering why it was not working. Ok, can I bug you for one more thing? Where on earth do I go to change it. Publisher does not have a html view that I know of and can I do it with out having to republish the whole site??? I changed it to my godaddy acct. I had to create one first. Is there a way I can open the ftp window and open that page and edit it? I am really confused I know. That is probably impossible. Mandy

UPDATE : After rereading my post...I assume I probably LOST ya...what I am asking is can I cut and paste the coding you gave me to my site? If so, do you know where and how I do that? And can I do it withoout republishing the whole site?

Last edited by momwithseoul; 07-19-2006 at 11:53 AM.. Reason: .
momwithseoul is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 12:01 PM Re: Cannot get my order button (submit button to work)
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You can open the HTML page with Notepad and change it there.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

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


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

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 12:14 PM Re: Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
<form action=--WEBBOT-SELF-- method=post>
<!--webbot bot="SaveResults" s-email-address="momwithseoul@aol.com"
s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
s-email-Subject="Momwithseoul.com Order" s-builtin-fields="Date Time"
b-email-subject-from-field="FALSE"-->


This is the only area of html coding (hope that is what you call it) that has anything about form or webbot in it...it is not the same as what Dan typed...Dan, should I overwrite any of this with what you have?? Also is it normal for that wording NOT to be down at the bottom of the page where the submit button is? It was high up on the page of html but the button is low on the actual viewable webpage.

Last edited by momwithseoul; 07-19-2006 at 12:35 PM..
momwithseoul is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 12:37 PM Re: Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
Thanks by the way...Mandy
momwithseoul is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 12:52 PM Re: Cannot get my order button (submit button to work)
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
Trades: 0
You can open your ftp, download the file to your desktop (or where ever), right click and choose open with notepad. I'm not sure about publishers markup, but I think it would be safe to delete all that and just enter the code I gave above. Then upload it to your site via ftp.

Good luck... oh and welcome to WT!!
__________________

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

"I think therefore I am, I think." <!-- George Carlin
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Old 07-19-2006, 02:13 PM Re: Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
Thanks, I am gonna try wiping that html out and replacing all of it with what you have. Then I will ftp upload it...Hopefully from home (no DSL) but if it looks like it will take too long, I can run to my sisters tomorrow and borrow her DSL. I will let ya know how it goes. Thanks to all of you for the advice. I hope someday I will have something to offer. I have ALOT to learn but I am gonna try and start learning more about HTML and rely less on Publisher. Mandy
momwithseoul is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 05:27 PM Re: Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
NEVER MIND, Editted to say I GOT IT.

Last edited by momwithseoul; 07-19-2006 at 08:26 PM..
momwithseoul is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 08:26 PM Re: Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
THANKS TO ALL OF YOU for your help...Dan IT WORKED!!!! Woohooo, I FINALLY got it. After 6 hrs of loading and unloading and messing with all my godaddy options, it works. I am so happy. Thanks so much for the code and the help. I appreciate it. Mandy
momwithseoul is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 11:24 PM Re: Cannot get my order button (submit button to work)
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
Trades: 0
YouHoooo! Congratulations. I'm glad to see that you got it to work!!!
__________________

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

"I think therefore I am, I think." <!-- George Carlin
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Old 07-20-2006, 09:45 AM Re: Cannot get my order button (submit button to work)
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Mandy, a really good book for beginners, brand new, is here:
http://www.sitepoint.com/books/html1/

"Build Your Own Web Site The Right Way Using HTML & CSS" - SitePoint Books
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

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


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

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-20-2006, 09:55 AM Re: Cannot get my order button (submit button to work)
Novice Talker

Posts: 11
Name: Mandy
Trades: 0
Oh, that looks like a good book...I will have to pick that one up. I need something for learning more about HTML. Thanks. I was so excited last night I think I ordered from myself like 10 times. I was in disbelief the button worked. Now I am of course NEVER GONNA REPUBLISH...JK. When I run out of fabric I will have to so I need that book in case I get confused again. Mandy
momwithseoul is offline
Reply With Quote
View Public Profile
 
Old 07-20-2006, 11:47 AM Re: Cannot get my order button (submit button to work)
Extreme Talker

Posts: 170
Name: XpIndia.Com
Trades: 0
Quote:
Originally Posted by momwithseoul
You answered my question...I was wondering why it was not working. Ok, can I bug you for one more thing? Where on earth do I go to change it. Publisher does not have a html view that I know of and can I do it with out having to republish the whole site??? I changed it to my godaddy acct. I had to create one first. Is there a way I can open the ftp window and open that page and edit it? I am really confused I know. That is probably impossible. Mandy

UPDATE : After rereading my post...I assume I probably LOST ya...what I am asking is can I cut and paste the coding you gave me to my site? If so, do you know where and how I do that? And can I do it withoout republishing the whole site?
Cute FTp has a good cute editor.
As all said above, its the form action that need to be changed.
You basically have to tell the submit button what to do with the information, when it is clicked.
Better would be just add any available form script or keep a sql based db, or a forum link to achieve that end.
__________________

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

Server alert/reseller-
Please login or register to view this content. Registration is FREE
XpIndia.Com is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Cannot get my order button (submit button to work)
 

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