Form problem-Hit submit and get a blank page

Hi and thanks for the help!
I have a form I created in Dreamweaver using Spry validation.  It works most of the time, however,  a few times the visitor hits the submit button and receives a blank screen but the results are submitted.  Of course they have no way of knowing that as they stare down a blank page. Here is the website: http://tinyurl.com/klej69
I have successfully submitted it on Mac-Safari & Firefox and on PC on Firefox and Explorer 7.
The client wanted the questions numbered-is there a problem with the "name" starting with a number?  I do have the "id" all lower case, no numbers.
Thanks so much for any help you can give me!
Cheers,
Janell

Since it's not a consistent problem, you are likely having issues with specific browsers. Is the form page targeting another page, or is it submitting back to its self and supposed to be showing some sort of message?
I would venture to guess that there's a problem with the validation java script with some browsers.  What it is probably doing is trying to validate and failing, which causes the blank screen, but since the validation failed the form get's submitted anyway.  Try looking at the submitted forms to see any information, or lack of it that should have triggered a message. If you find it, the validation for that field could be your culprit.
Hope this helps you debug it.
Lawrence   *Adobe Community Expert*
www.Cartweaver.com
Complete Shopping Cart Application for
Dreamweaver, available in ASP, PHP and CF
www.twitter.com/LawrenceCramer

Similar Messages

  • How do I make a button onj the form which will submit and send the pdf as an email?

    how do I make a button on the form which will submit and send the pdf as an email?

    You can set up a button with a "Submit a form" action and use a mailto type URL to specify the email address you want the forms sent do. If you want to send the entire PDF, select that option and not FDF or anything else. The mailto URL should not include any spaces and the "mailto" part should be lowercase, like:
    mailto:[email protected]
    This will attempt to initiate an email using the users default email client. If the user does not have one set up or there is some other problem, the email might not get initiated. If it needs to work with Reader versions prior to 11, then the form needs to be Reader-enabled, which you do in Acrobat 11 by selecting: File > Save As Other > Reader Extended PDF > Enable More Tools

  • When I open safari, I get a blank page and the beach ball.

    When I open safari, I get a blank page and the beach ball. If I try to go to a website, it will load up to a certain point sometimes—the .com of www.facebook.com for instance—but other times, nothing at all.
    I've fixed this once before by deleting some files in the library folder—extensions & preferences I believe—and choosing not to have plug-ins selected, then restarting the whole computer—rather than just safari. It will work fine for a day, or maybe 3 at the most, before I have to repeat the process all over again. I'm sure it's because I usually put plug-ins back on once I get it to work, because you can't really use the internet without using plug-ins. But I'm using Chrome right now, as I do when I'm too lazy or too in a rush to try the whole process of getting safari to work again, and I don't have a single issue with it.
    My question is really, what plug-in could cause this to happen repeatedly? It's not like I'm going to websites that may have malware on them. I spend most of my day going to some of the most visited websites on the internet. 
    Is there a known bug out there, because Java has been overrunning concurrently with this happening. It's CPU % runs around 100. I quit the process, but it doesn't change anything. So, other than the fan turning on, I have not had any popup telling me that safari has crashed, that I'm not connected to the internet, or that something went horribly, horribly wrong. I'm pretty sure Safari things it's running fine, but it's not.
    Thanks in advance.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”.
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • I can no longer access itunes store on my mac. i get a blank page and no error msg.

    I have used itunes successfully in the recent past, but no only get a blank page. I am an old non techy woman, please help.

    LTE indicates cellular. Tap Settings > Cellular then switch Cellular Data ON.
    If your Wi-Fi is working, then you should be able to access the internet.
    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    If that doesn't help, tap Settings > General > Reset > Reset Network Settings
    You will have to re enter your Wi-Fi password.
    * No data is lost due to a reset
    If nothing above has helped, try here >  iOS: Troubleshooting Wi-Fi networks and connections

  • Is there a way to Print one's Purchase History?  I just get a blank page when I click on Print and cannot copy to paste elsewhere.

    Is there a way to Print one's Purchase History?  I just get a blank page when I click on Print and cannot copy to paste elsewhere.

    davidfromloudon wrote:
    Is there a way to Print one's Purchase History?
    Take screen captures and print them.  PITA I know but that is all that is provided.
    I just get a blank page when I click on Print and cannot copy to paste elsewhere.
    Correct.

  • I downloaded Firefox 4.01 and now when i open a new tab, i get a blank page, instead of my home page. How do I change that? Thanks

    I downloaded Firefox 4.01 and now when i open a new tab, i get a blank page instead of my home page. How can I default to my home page when a new tab opens?

    You can do that by using an add-on such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • Has any one encountered a problem renting Movies and getting an error mesage (-42110)?

    Has anyone encountered a problem renting moives and getting an error mesage (-42110) and movies won't play?

    Hello there, rainman214.
    The following Knowledge Base article offers up information on your exact error message. It's found in the section entitled: "Specific Conditions and Alert Messages: (Mac OS X / Windows)":
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    "Error 3001,"  "-42110," or "5103"
    This alert is related to iTunes Store movie rentals and authorization issues.
    Make sure you are using the most recent version of iTunes and QuickTime. They both can be downloaded free of charge.
    If your iTunes is up to date, remove the SC Info folder.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • IMac:  I type in an IP Address to view my home camera system.  I get a screen : please click icon to load and install webkitplugin:  I hit enter and get: not found.  This IP address works on my iPhone to view my camera system. Help!

    iMac:  I type in an IP Address to view my home camera system.  I get a screen : please click icon to load and install webkitplugin:  I hit enter and get: not found.  This IP address works on my iPhone to view my camera system. Help!

    Search the support website or contact the helpdesk of the equipment supplier. That would be the first place I'd try.

  • I only get a blank page when trying to print a web page

    I have looked up how to print a web page and did exactly as shown on the screen (I did select my printer) but when I want to print a Web page I only get a blank page. I also cannot save as PDF in the Print Dialog Box because I get a blank page there too.
    I have tried to disable all my add-ons and extensions and re-enabling them one by one and it did not change anything.
    Although I did not specifically notice the exact date, I feel this has been happening since I have upgraded to Mac OS 10.6.4

    Wow! After several different attempts to solve my printing problems , the one that worked was the suggestion that I hit "Reset Firefox" button on the Troubleshooting Information page. Once I did that and got back in I was able to print pages correctly. Thank you for all your help and patience.
    -Eric

  • HT3204 My itunes store will not open. I get a blank page. When diagnostics ran it said secure link to itunes failed. What do I do?

    Itunes store will not open. I get a blank page. When I ran diagnostics error message said secure link to itunes failed. I have internet access, have turned off my security, and I can go to explorer and get on itunes.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes, Sync and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Suddenly Can't Open PDFs. Starting about three days ago firefox will no longer open any PDFs. I get a blank page in a new tab.

    Suddenly Can't Open PDFs in Firefox. Starting about three days ago firefox will no longer open any PDFs. I get a blank page in a new tab. Nice timing, with finals and everything where I need to view PDFs of practice tests.

    Mozilla Firefox did not do their job, here. I am an editor and am constantly online. Now, I have to go to Safari to download PDFs. I reinstalled an earlier version of Firefox to get rid of the problem, but somehow Firefox has deactivated my PDF download feature. This is a total wreck and I am so angry I could spit. Stop launching new products until you have fully tested them. Customers are not your guinea pigs. Please fix this now- and fire a few idiots on the way- the ones who let this happen.

  • I can't print PDF files in Yosemite: all I get is blank pages/

    I can't print PDF files in Yosemite. All I get is blank pages. ?

    There have been problems reported with the latest Adobe Reader update on Mac.<br />
    See [[/questions/925119]]
    You can disable the Adobe Reader plugin in Firefox and use the Adobe Reader program or Preview instead.
    *Firefox > Preferences > Applications > Adobe PDF document : Use Adobe Reader
    PDF files may also be found under another entry like Portable document.

  • Error code: sec_error_untrusted_issuer, after i add the exception, get the certificate i get a blank page with big letters NOT FOUND.

    www.google.com uses an invalid security certificate.
    The certificate is not trusted because it is self-signed.
    The certificate is only valid for 78-159-121-201.local
    (Error code: sec_error_untrusted_issuer)
    After i add an exception for the site, i get this:
    Certificate Status:
    This site attempts to identif itself with invalid information.
    Wrong site:
    Certificate belongs to a diffrent site, which could indicate an identity theft.
    Unknown Identity
    Certificate is not trusted, because it hasn't been verified by a recognized authority.
    And then a blank page with big letters "Not Found"
    == URL of affected sites ==
    http://google.com , www.youtube.com , www.omegle.com , www.lockerz.com

    Do NOT add a security exception: someone is tampering with your internet connection!
    When you ask to connect to these sites using https, Firefox gets a certificate from the website which responds. Anyone can make a certificate, but to be valid the certificate must be signed by an organization which Firefox trusts.
    The person responding provided a certificate with its response which which was not signed by anybody, so Firefox doesn't know who sent the response, and neither do you.
    In short: you asked to talk to google and google did NOT send the response.
    As this is happening for several different websites, the attacker is probably on the network between your computer and the internet. Ask the people you get your internet connection for help: they may have had their computers hacked, may discover that the problem exists further along in the network, or they may even be responsible themselves.

  • I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    Your previous tabs will not re-open or be available to re-open when starting Firefox if:
    *your previous session was in Private Browsing mode; see --> http://support.mozilla.org/en-US/kb/Private+Browsing
    *you use Clear Recent History (''Firefox button > History > Clear Recent History'' or ''Tools > Clear Recent History''); see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-clear-my-history
    *you clear History automatically when closing Firefox; see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-make-firefox-clear-my-history-automatically
    NOTE: Your third-party Plugins (Add-ons > Plugins) are not in the "Application Basics" (Troubleshooting Information) in the "More system details" of your original post. Third-party Plugins are categorized separately in "Installed Plugins" under "More system details". You should review but not change the Plugins as detected automatically by the software on this forum when posting a question.
    If you problem still exists after checking the above, the problem could be caused by one or more of your Extensions or Plugins:
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    *See --> [http://support.mozilla.org/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • When I closed out of yahoo email, get a blank page on every tab if any are opened. I have to exit out & restart firefox . It does not happen w/any other browser.

    When I sign off on yahoo email. I get a blank page on every tab if any are opened. I have to exit out & restart firefox . It does not happen w/any other browser. I have no malware or viruses. Please advise.

    Actually, it's not obvious & common sense would dictate that users' bookmarks would not be left stuck to random computers even once they've logged out of the account. No one wants that if it's a public work computer or if they're traveling & use an Internet cafe. As I am not the only one who has noticed this issue or had bookmarks disappear/be deleted, in addition, common sense would indicate it's not really a very good system. And carrying around a flashdrive to run Firefox off of it is a good solution? Really? Just curious why a useful feature such as being able to login & use your preferences & bookmarks & then logging out removes your preferences when you're gone hasn't been developed. Yahoo keeps my preferences when I logout (it's called My Yahoo!). Maybe a My Firefox or My Chrome solution could be developed.

Maybe you are looking for