Form Variables Don't Pass for Some Clients

Recently, I’ve noticed some problems on one of my pages
where form field variables aren’t passing to my action page.
As far as I can tell, this is a new problem.
This is the error I’m getting:
Error resolving parameter FORM.EMAIL
The specified form field cannot be found. This problem is
very likely due to the fact that you have misspelled the form field
name.
The error is thrown when a cfquery is unable to find the form
variable.
The query looks, basically, like this:
<cfquery name="Iogin" datasource="dsn">
SELECT Count(*) AS Match
FROM Users
WHERE users.email = '#FORM.email#'
AND users.password = '#FORM.password#';
</cfquery>
I know I could squash these errors with a cfparam or with
other error checking, but what I’m really concerned about is
why the form variables aren’t there. I have tested the form
on a number of my internal clients and have not been able to
replicate the error as it is being triggered from outside clients.
I am able to submit a blank form or a complete form without any
errors being thrown. I have established that the form submissions
are coming from my site and are not being submitted by an outside
domain.
QUESTIONS:
1. Does anyone know what might be happening to cause the form
variable to disappear? Shouldn’t all the forms variables be
submitted when a user hits the submit button, regardless of whether
there is data in the form field?
2. Could a firewall on the clients’ end be withholding
the form variables without notifying the user?
3. Have there been any recent changes to browsers that could
be holding back form variables?
Any help would be greatly appreciated!

@Azadi
quote:
from your posts it looks like this happens to different forms
in your application (you mentioned the email field and also a
select box, which is presumably in some other form)
I was able to resolve the problem with the second form (the
one with the select box, not the one posted above). A JavaScript
resided on that action page which triggers a service. The service
(similar to GoogleAds) receives the page’s url from the
JavaScript and then the service comes back and loads the page to
evaluate the page’s content. The result: Action pages being
loaded with no form content. My error reporting, very similar to
what insuractive suggested, helped solve this problem.
HOWEVER, we still periodically have trouble with the other
form. I know from speaking with at least two users that the problem
is a direct result of users following the planned application
flow—form to action page. So this discussion is still
relevant.
@insuractive
quote:
you should make sure you test to see what happens when the
client has javascript and/or cookies disabled on their browser.
This is a good thought. I’m embarrassed to say that I
haven’t tried accessing this form with cookies and JavaScript
turned off. I will try this and report back.
Thanks to all of you who are offering suggestions.

Similar Messages

  • I am buy a iphone4s ,i don't know for some system please call me .

    i am buy a iphone4s ,i don't know for some system please call me .

    We are fellow users here on these forums, you're not talking to iTunes Support nor Apple.
    If you are having a problem then if you post it what it is then somebody on here might be able to help - if your problem is related to the iPhone itself, then you will probably be better off posting in the Using iPhone forum, this forum is for problems related to the iTunes Store.

  • I'm unable to clear my search history after many attempts with the firefox instructions as I'm unable to check the "Form and Search History" box for some reason

    I've tried several times to clear my search history without any success. I've been able to do so in the past, but this is the first time I've tried in a while and for some reason it will not let me check the box for "Form and Search History." Then sometimes it will let me check that box, but when I click "ok" to apply the clearing of the search history, nothing happens and it still remembers all my sites. At that point I try to clear it again and its back to not letting me check the "Form and Search history" box (I've gone through this cycle a few times). I tried looking through some of suggested articles that Firefox sent me too, but I don't know much about computers and just doing the things they seem talking about isn't working either. Please help, thanks!

    It seems to have worked itself out. Thanks anyway!

  • My Unity Web Player plug-in was disabled, I don't remember doing it was this done by FX for some reason?

    I was having a problem with a site my son uses that requires the Unity Web Player. I wrote to them and got a fix. Tried it out and it works but only using IE. :-(
    So, I went to check my plugins and the one for the Unity Web Player was disabled, I don't remember doing it and I was just wondering if it may have been done by Firefox for any particular reason.
    I can activate it again but I wanted to check in here and make sure it was safe before I did.
    Thanks for any help. :-)

    Once I reactivated the plugin the site is now playable using Firefox. :-)
    I checked and yes, the plugin is up to date. It is showing the correct version as 4.2.2.12621.
    Thank you so much for you reply and for the link for the Mozilla Plugin Check site.

  • Software Update Point Switching is not working for some Clients

    Hi there,
    I found nothing similar here and I hope this is the right section.
    I´m running ConfigMgr 2012 R2 where one of the Site Systems from one of the Primaries is located in an untrusted Forest in a perimeter Network. The Site System there has the MP, SUP and DB Roles. In general it works great. The Systems in that untrusted Forest
    get the SCCM Agent pushed, see and can install published Software packages and receive Windows Updates. But there are a few systems where everything works, except Windows Updates.
    So I had a deeper look at what is happening and found out that the SUP switching is not working for them. They always try to contact the SUP from the Primary, which they cannot reach (this is intended).
    From how I understand SUP switching as described here
    http://blogs.technet.com/b/configmgrteam/archive/2013/03/27/software-update-points-in-cm2012sp1.aspx#pi140062=1
    the Windows Update Agent tries to connect to a SUP every 30 minutes and after 4 failed attempts he will try to connect to the next one until he finds one which works.
    As I said before, this seems to work for most systems in the untrusted forest, but some do not make any intentions to switch the SUP.
    So my next step was to find out from where the Update Agent can get the information of the available SUPs. I think they either don´t receive the information that other SUPs exist, or if the Information is there, they don´t realize that there´s an error and
    make no attempt to switch.
    I used the System Center Support Center to gather all Information from some of the systems with that problems (Log Files, WMI information, registry information, policies etc.) but I cannot find where SCCM or the Update Agent store the information which SUPs
    are available in my environment.
    I´m sure the problem is on the Systems which fail to connect to the right SUP and not in the SCCM infrastructure itself, because for most of the systems everything is working just perfect. Unfortunately in the Blog Post above there´s also no information
    where this information is stored and how it is obtained by the clients. In the comments there´s even one post which describes the same problem I have here, but there was no answer. I hope someone can point me into the right direction, because I´m stuck currently.
    Things I tried additionally to all the log file / WMI / registry sniffing:
    Removing the Software Distribution Folder and restarting the Windows Update Agent
    Removing the WindowsUpdate Registry folder in the HKLM\SOFTWARE\Policies\Windows section in the Registry and restarting the Windows Update Agent.
    Tried to reset the WUAgent with wuauclt /Resetauthorization additionally to the steps above.
    I also tried to manually set the WUServer and WUStatusServer Keys in the registry to the new Server, but as soon as the next Update Scan cycle runs, the value is set back to the URL of the Primary Sites SUP
    Is someone having additional ideas? It seems to me older systems are more affected (which were configured for a standard WSUS before SCCM 2012 was deployed) than newer ones which were installed when SCCM was in place already. But I don´t know what else to
    "reset" on those machines without reinstalling them.

    Thank you very much for your response. I must have missed that one by looking through numerous Logfiles. In this, there´s indeed a list of all available SUPs. So according to the LocationServices.log the machine should have a choice.
    The WMI Key however, contains just one entry and this is the URL of the Primaries SUP which is not reachable in the untrusted forest. Is it OK that the WMI entry includes only one entry? If yes, what process is putting the results from the LocationServices
    into WMI? It seems like the Windows Update Agent is feeded from the WMI Key then. If this is the case my problems seems to be the "communication path" between these two components.
    Is this the job from the SCCM Agent, the Windows Update Agent or maybe some third component I´m not aware of? I wonder how I can fix this.

  • :*(  Form buttons don't work for all testers

    I created a form in Acrobat 9.1 using Forms> Add or Edit Fields. The form contains action buttons for next page and previous page, to clear all fields, and (with the generous help of a fellow forum member) to print the form and save it to disk. I optimized the form with compatibility set to Acrobat 8.0 and later, then enabled it for Reader. I sent this form to several users for testing.
    Those using Acrobat have no problems with it.
    Those using Foxit Reader have no problems with the action buttons or the form fields (except that date fields are finicky; Foxit doesn't convert the dates to the correct format the way Reader or Acrobat do). But, the yellow background that I created as a watermark -- so I could make it visible but not print -- is printing. That's not anything that Acrobat can help, but it is a very good reason to not recommend using Foxit. It would create a dreadful shortage of yellow inkjet ink.
    Those using Reader 8.0 to 8.1.2 are having several problems. For them, the action buttons don't work... except the "clear all fields" one. The buttons don't do anything; there are no errors, no messages, no activity of any kind except to change color when clicked.
    The buttons that don't work are all set up as Mouse Up actions executing a menu item... for example, "Go to page 2" is just View>Go To>Next Page. The "Clear all fields" button is, on Mouse Up, "Reset a form" with all fields selected... so it's the only kind of button that works for Reader users, and it's the only button that doesn't execute a menu item.
    Why is there a difference in actions these users can run? If it's a security issue... what possible risk is there in going to the next page, using a button instead of a scroll bar or Page Down key??? I can find no common sense here, especially because Reader users are the only ones barred from these form actions. Everyone else can use them.
    -- Also, these testers (Reader 8+) are having problems with the tab order. Some of the radio button groups (which have no more than three options, Yes, No and NA) at first appear to be tabbing correctly, because the Yes option receives focus in the correct order... but randomly, tabbing through several fields, suddenly the No option will get focus... in a radio button group nowhere near the current tab location. Tabbing is rendered useless, then, because these anomalies are unpredictable and it doesn't appear there's anything I can do to prevent this from happening.
    It's pointless to delete and re-add the afflicted radio buttons. That has no effect... and the radio button groups are already in the correct order anyway. I don't know how this could possibly happen... But it doesn't happen for the Foxit or Acrobat testers.
    • Why would Reader be the only app that can't use the buttons and can't tab through the fields correctly? I'd think Adobe's own software would work best with their own file format. •
    Is Reader 8 the problem --- should those users all update to the newest version? I don't have any Reader 9+ testers yet. Nobody seems interested in it. The testers all assume the problems are MY fault, so nobody's happy with me and no one wants to bother testing the forms because there's always something wrong.
    <hair-pulling> I seriously regret upgrading to Acrobat 9.1.  I know other forum members who agree this thing is catastrophically buggy -- I've wasted  weeks trying to iron out all the problems I've been having with these forms, forms that should have been quick and simple to create, and in past versions of Acrobat, would have been. Yet I'm still tearing out my hair over tab order! Worse, I fear I'm close to losing my job for all the time wasted and all the projects I've fallen behind in because of this. <no /hair-pulling in sight>

    I have no clue, but it might make a difference depending on the form being produced in Acrobat versus Designer. Acrobat will take you both places and one of them may have an issue with backward compatibility. I have not heard of that, but it is a possibility.

  • Trouble with submit button working for some clients

    I have an interactive order form on-line http://www.naspairshow.com/seating%20form. pdf and most people aren't having a problem with it. A few say it goes nowhere when they push the email button. I've suggested they save it as a renamed pdf and they say it won't let them do anything but print it. At this point I'm having them give me the info over the phone, but what needs to be done on their end or mine to make it work?
    Operating System: Windows XP Adobe pro 7

    Graffiti is pointing out one of the major problems of using e-mail submission (Adobe says little about this major drawback - same type of problems as often found with HTML forms, but for a different reason). To use e-mail with PDF forms, the client generally has to have a MAPI e-mail client that they can use. Many folks do not have such and that is the hang up. You have 3 choices in that case. 1. As Graffiti mentions you can activate Reader Rights to allow them to save the file with data and e-mail it to you (a manual process and limited to 500 in the use aspect). 2. You can set up a web script on a server that the clients submit to (the best way). 3. You can set the form to submit HTML data and submit to a cgimail or formmail script on a server (many servers have this option available). You can even go as far as saying there is a forth option to convince the customers to activate a MAPI client on their machine - probably a bad idea.

  • DNG converter don't work for some RW2-files

    Hi,
    i found out, that there ist now direct support from CS4 to my new Lumix LX5. :-(
    In  some forums i got the hint to use the free DNG converter. that works  for most of the files, but some rw2's it can't convert. yesterday i made  10 pictures and the converter only identificate 7 of them. The only  thing i noticeed ist, that this files are "only" 7MB. The others are  10MB. When i use irfanview to look the rw2's are no problems. the  pictures are all very good. somebody an idea whats wrong with the 3?
    Thanks
    pittip
    sorry for my english, but i hope you understand me!??

    I don't know anything at all about your file format, but it sounds as if there is an option to create compressed raw files.  I know Canon has this option.  It may be that somehow you used this compressed option, assuming that there is one, and it may be that the DNG converter does not support the compressed raw format.  If not, maybe someone else will have a better answer.

  • Purchase Order form in Query only mode for some users

    Hi All,
    I want to make the Purchase Orders form as query only for a single user. I tried by giving 'Query_only=Yes' in the parameters section. I am getting 'FRM-04151: You cannot query records here' message more than 10 time. I know we get this message and this is applicable to all the users. But this message is comming more than 10 times.
    Is there anyway that I can restrict the Query only mode to a single user and please suggest about the message also.
    Thanks in Advance,
    Naresh

    Naresh,
    Since you want to achieve this for one user only, I would suggest you create a new function/menu/responsibility and assign this responsibility to the user.
    Note: 400380.1 - How To Create a QUERY-ONLY FORM
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=400380.1
    For the FRM error, please review the following document.
    Note: 116074.1 - ACCESS LEVEL - REVIEW ONLY - PO
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=116074.1
    Regards,
    Hussein

  • Oracle forms classes don't work with some others signed classes

    Using formserver6i patchset11 with JInitiator 1.3.1.9
    I've re-signed f60all_jinit.jar with my own identity...if I try to use some other signed PJC,the form doesn't start(.. is blocking)...Does someone knows why this is happening...the PJC's worked with JInitiator 1.17.*...

    I've resigned f60_all.jar and now all the forms works fine...but I still have some doubts about the parameters in formsweb.cfg...here my formsweb.cfg has:
    archive_jini=f60all_sandu.jar,testtooltip.jar,Host.jar
    archive_ie=f60all_sandu.jar
    At this moment,Jinitiator doesn't downloads f60_jinit.jar...and all works fine..What's the differnce betwen archive_jini and archive_ie?
    What's the differnce betwen f60_jinit.jar,and f60all.jar?
    Replacing f60_jinit.jar with f60all will cause any problems?

  • Speakers don't work for some apps (eg Orange TV)

    when runing some TV Apps on my iPAD2, no sound comes for the speakers. I need to use my earphones.
    It used to work until this morning......but I cannot get it working anymore.
    Any suggestions ?

    Have you got notifications muted, either by the switch on the right-hand side or via the taskbar, depending on what you've got Settings > General > Use Side Switch set to ? More info here http://support.apple.com/kb/HT4085

  • IPod Shuffle 4th Gen keeps asking to restore every time connected to iTunes. Also when synced there are glitches in Songs ( stuck in between ) and voice over don't work for some. Please help.

    Whenever iPod connected to iTunes asks for Restore. Once done when synced songs, unable to sync more than 2 Playlists.
    Have to sync only 2 playlists or else the iPod doesn't play a song. Is my iPod memory corrupted ? What can be possible resolution ?

    Hi,
    Yes, I have restored from Backup via i-Cloud. I've restored the iPod to factory settings.  It seem like there is a driver issue.  I installed iOS 5.01 and updated iTunes to 10.5.3.3 at about the same time.  Win-Vista64, iTunes and iPod are all up to date.  Apple Genius, at local Apple store was also perplexed.  He suggested I ask the community.  So, here I am.
    It is strange that I can connect to other computers.  But, the other computers have Win 7.  Could this be a Vista64 driver issue?

  • Lightwindow passing form variable to action page

    Hi,
    I have a form that is popup using lightwindow to allow users to fill out the form.  For some reason, I couldn't get the form.variables to pass to the action page and insert into a database.  Anyone has suggestions or ideas?
    thanks.

    link to open lightwindow pop up page.  of course i've all the js required on the top of the page
    <a href="form.cfm" params="lightwindow_width=500,lightwindow_height=600" class="lightwindow page-options">Form</a>
    here is the form
    <form id="form1" name="form1" method="post">
    <p><label for="fname">First Name</label><input type="text" name="fname" id="fname" class="inputText" /></p>
    <p><label for="lname">LastName</label><input type="text" name="lname" id="lname" class="inputText" /></p>
    <p><p><a href="hello.cfm" params="lightwindow_form=form1" class="lightwindow_action" rel="submitForm"><button>Submit</button></a> or <a href="#" class="lightwindow_action" style="color: blue;" rel="deactivate">Cancel</a>
    </p>
    here is the action page for the form (hello.cfm)
    <cfoutput>#form.fname# | #form.lname#</cfoutput>
    I do not know if this is out it's supposed to do it or not but the form variables are not passing over to the action page.
    thanks

  • My simple form page isn't passing along the form variable I need to load my update page?

    I have created a recordset on my update page that specifies a form variable filter that matches the form ID on my simple form page.  When I enter the information on that page and submit, I go to the update page but nothing is loaded.  I've tested the update page using a URL parameter and it loads perfectly.  Why isn't my form variable working?

    Thanks for responding.  Here's the code.  I can't help with the url since I'm running on MAMP.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <link href="assets/Trigger.css" rel="stylesheet" type="text/css" />
    </head>
    <body bgcolor="#FEFABA">
    <div id="wrapper">
    <table width="680" border="0">
      <tr bgcolor="#FEFABA">
        <td><img src="assets/images/featuredActivities/featuredActivity_logo.png" width="620" height="82" alt="Logo" /></td>
      </tr>
      <tr>
        <td height="98"><p>Update your information</p>
        <p>Please enter you Email Address and the click the Submit button</p></td>
      </tr>
      <tr>
        <td><form id="ml_email" name="ml_email" method="post" action="mailList_update.php">
          <label>
            <input name="text" type="ml_email" />
          </label>
          <label>
            <input type="submit" name="submit" id="submit" value="Submit" />
          </label>
        </form></td>
      </tr>
    </table>
    </div>
    <!--
    //-->
    </body>
    </html>

  • How many emails can I have on my account? Can I have client folders to customize for each client?

    How many emails can I have on my account?
    Can I have client folders for each client to access their own survey/forms?
    Can I customize for each client?
    Do we need multiple subcription accounts for this?

    You need to have one FormsCentral subscription per email.
    At this time FormsCentral doesn't support folders.
    Gen

Maybe you are looking for

  • HT5037 i downloaded this and still won't let me open my iPhoto. Keeps saying i still need to update it.

    I am trying to transfer my old photos from a mac from 2008 and it keeps telling me to uodate my iphoto (on my brand new mac) so i downloaded, as told and it still wont work. Keeps telling me to update.

  • Error While Copying Planning Area

    Hi all, I am in the process of creating a new planning area by copying 9ASNP03. But while i copy the system throws the following error  "Planning Object Structure ID 9ALA is invalid". Also 9ASNP03 is not active. Please help me out with  this error. R

  • Please help. I have the Sony RCD-W500C Cd Recorder.

    Hi I have the Sony RCD-W500C Cd Recorder. Under the "specifications tab" located here: http://store.sony.com/p/RCD-W500C/en/p/RCDW500C#specifications I would like to know if the "Hybrid Pulse D/A converter" that is in this CD Recorder also converts t

  • Original Date for creation of picture?

    While working with JPEGs, I Just noticed that when I check "show photo info" the original date is formatted [MM DD], eg. [7 19] meaning June 19th. But it does not include the year! Iphoto seems to know what year though, as it can keep the events in o

  • Problem with FQDN when creating Web Dynpro App

    Hi @ all, when create a WDA the url is set like this: HTTP://SAPVM1:8000/sap/bc/webdynpro/sap/z_wda_sample. I defined the icm/host_name_full and the SAPLOCALHOSTFULL correct*, but it did not work. I have also restarted the system more than one time.