Text field values changing to "true" when I click submit by e-mail button

I have some logic in my e-mail submit button to determine who needs to receive the form based on information in the form.  Based on my sample code, when I click the submit by e-mail button and TextFiel4.rawValue is D781008CX03, it will actually change the value in TextField4 to "true" when submitting the form.  What can i do to fix this issue?
if 
(TextField4.rawValue = "D781008CX03" && CheckBox10.rawValue == true){ 
var myDoc = event.target;myDoc.mailDoc(
false, [email protected]
, "", "", "Request to Add "
+FuelRating.rawValue , "You have a new industrial request to add "
+FuelRating.rawValue);}

Ahhh!!
Amature mistake  .  Thank you for the help and the quick response!!

Similar Messages

  • Adobe acrobat text feild value changing when placing a cursor

    Hi,
    I am using adobe acrobat 9 for printing some letters.
    I have a pdf document in that there are bundle of letters. In all letter there are some common text fields are existing.
    Here issue is, the content of first letter values are appearing in all remaining letters common fields when i am placing cursor over the field.
    While i am printing also the first letter are appearing in all letters.
    But when i use adobe 5 the issue is not occurring.
    Please help me, to get rid of this issue.
    Thanks in advance.

    I have pdf document, which consists of multiple letters. All letters have common content but the date field, name of client, address and control number are differ for individual letter.
    Issue is, while i am looking at the letter everything is fine, i mean data is distinct for each letter. The i printed the pdf doc but all letters have same date field, name of client, address and control number which are as of first letter.
    And when i click on text field the content of field is changing and showing same as first letter. When i remove cursor its again distinct.
    For example in first letter date field is 15th feb 2015. In second letter its showing 16th feb 2015. But when i place cursor over the field its changing to 15th feb 2015. while i remove the cursor its showing 16th feb 2015. i printed the letter and its showing 15th feb 2015 in both letters.
    Here the issue is not with the batch program which is placing the data to the doc. As this issue is coming while using Adobe Acrobat 5 to generate the pdf doc.
    I am suspecting some properties change is causing this issue. i try to change one property of text field like back ground color, then the text field value is not changing and if i print also the value is not changing.
    I cant share the pdf document as it has some confidential information.
    please suggest me to resolve this issue.

  • Require field be filled out when other field values change

    I tried to search on something I need to do but couldn't come up with a combination of words to find much.
    I have a situation where, when certain field values on a form are changed, I need a comment field filled in. So if one of the designated field values change and the comment field is NOT filled in, I would like some kind of message indicating that the comment field must be filled in when that field is changed. This would preferably happen when the 'Update' button is pushed on the form. And this would need to happen before the data is submitted.
    This seems to be somewhere between a validation and a Dynamic Action. I'm not sure how to go about creating what I need. Any help would be greatly appreciated! Hopefully I have described the scenario well enough.
    Thanks!
    John

    This did the trick! I created the hidden item, then created a dynamic action that would set the value of the hidden item to 1 if the field changed (action = 'change'). Then I created a validation on my 'comments' field to check if it was NOT NULL when the 'Apply Changes' button was pushed, with a condition of the hidden item = 1.
    One thing extra - I had to set the dynamic action so that it did NOT fire on page load. Otherwise it would set the hidden item to 1 when the page loaded after clicking the "Apply Changes' button.
    So, thanks!
    One other question - I have a lot fields on this form. All of them have this requirement except for a few buttons. Is there any way to list the fields NOT to look for a change. In other words, in the Dynamic Action section, in the WHEN section, is there a way to designate items NOT to look for a change?
    Thanks for the help!
    John

  • Want to hide the drop down based on text field value

    Hi,
    I want to hide some of the values in drop down based on one text field value.
    I have the field called name which has the value A, B, C, D and also one drop down list which has the values 1,2,3,4,5,6. I want to hide the some of the values in drop down based on A or B or C. Let say, If it is A, drop down value should be 1,3,5. If it is B, Drop down value should be 1,2,3,4. Like this for every record.
    Can you please help me out.
    Thanks
    Ram

    Hi Robert,
    I am trying it in two different way. Please suggest which is the right one and feasible.
    1) I have the drop down list which has all the status. I am trying to hide the drop down values based on one text field value for all records.
    2) I have collected all the drop down values into table in webdynpro method. Rightnow I have two tables.
      one has line items details and another one have drop down values. both tables having common fields.
      I have to show second table values for that particular key, move all of them to drop down.
    Which is the best and feasible option.
    Thanks
    Ram

  • How to Add/Concatenate to a text field, values selected in a combo box

    I have a combo box form field that allows the user to select a value from a list and click on an Add button. The Add button should add/concatenate the vaue selected to a text field in order to create a list of values selected. I'm not sure how to do this using Javascript in Acrobat? I know I need to add the javascript to the Add button's Mouse Up action. Any help would be greatly appreciated. Thanks!

    Thanks so much - it works!
    >>> "Gilad D (try67)" <[email protected]> 9/25/2013 9:16 AM >>>
    Re: How to Add/Concatenate to a text field, values selected in a combo box created by Gilad D (try67) ( http://forums.adobe.com/people/try67 ) in JavaScript - View the full discussion ( http://forums.adobe.com/message/5712118#5712118 )
    Let's say the text field's name is "Text1", and the combo is called "Combo1". You can then use this code as the MouseUp script of the Add button:
    var f1 = this.getField("Text1");
    var f2 = this.getField("Combo1");
    if (f1.value=="") f1.value = f2.value;
    else f1.value = f1.value + ", " + f2.value;
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5712118#5712118
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5712118#5712118
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5712118#5712118. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in JavaScript by email ( mailto:[email protected].com ) or at Adobe Community ( http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerType=14&contain er=3286 )
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Text Field value display twice in Adobe Form.

    Hi Experts,
    I want to display a text field value twice in a ADOBE FORM but it only display at first occurance of the text field.
    Please suggest me possible solution.
    Regards,
    Abdul

    Why don't you have two different text fields in the interface and bind them separately at the two different places in the form. In the driver program you can control the value being passed to be same for both the fields.
    Regards
    Ranganath

  • How to get login page when user clicks on browser's back button

    Hi,
    I am using struts framework.
    I have set property nochache=true in response header of all pages.
    So, browser does not caches my pages.
    Now,when I am clicking on browser's back button, I am getting following message..generated by browser.
    Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
    To resubmit your information and view this Web page, click the Refresh button.
    Instead of that I want to show user a login page, when it clicks on back button.
    Can anyone help me?

    Hi,
    I agree with your suggestion.But my query is,
    If you have seen many credit card or banking websites,generally when user clicks on browser's back button,its redirectly user to login page of it for security reasons.
    I want to implement that kind of functionality.So need help on that point

  • How do I get Firefox to open in a new tab (instead of a new window) when I click on one of my buttons in my toolbar?

    When I click on one of my buttons in the toolbar, Firefox opens that button in a new window. I would like to be able to click on one of my buttons and Firefox open it in a new tab instead.
    == This happened ==
    Every time Firefox opened
    == When I attempt to click on a button

    Right click the FireFox button in your toolbar and look in the properties- middle tab...make sure that it only has "C:\Program Files\Mozilla Firefox\firefox.exe" with no other link added to the end. I had a similar problem this morning and found a website had attached it's link to the end so it would always pop up first and would only open a new tab.
    Hope that fixed it.

  • When I click on the new tab button, a new tab does not open or when I go to file new tab a new tab will not open either.

    When I click on the new tab button, a new tab does not open or when I go to file new tab a new tab will not open either.

    Un-install the '''''Ask Toolbar''''' until Ask fixes the problem caused by their toolbar.
    *http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    *http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on

  • TS3276 When I click on the "Get mail" icon, nothing happens even though I know there is mail. However, if I click on "send" and then go back to the Inbox, the emails start loading. What's going on?

    When I click on the "Get mail" icon, nothing happens even though I know there is mail. However, if I click on "send" and then go back to the Inbox, the emails start loading. What's going on?

    Make sure your Mac's software is up to date.
    Click your Apple menu  top right in your screen.
    From the drop down menu click Software Update.

  • I can `t buy OS X Mountain. A game can buy. When I click on the Buy Now button, this message appears: We could not complete your purchase, the product distribution file could not be scanned. It may be damaged or not signed.

    I can `t buy OS X Mountain. A game can buy. When I click on the Buy Now button, this message appears: We could not complete your purchase, the product distribution file could not be scanned. It may be damaged or not signed. I have macbook air 11-inch Mid 2011.

    Quit the App Store if it's open.
    Open the Finder. From the Finder menu bar top of your screen click Go > Go to Folder
    Type or copy / paste:    /Library/Preferences/SystemConfiguration
    Click Go then move the NetworkInterfaces.plist file from the SystemConfiguration folder to the Trash.
    Relaunch the App Store. Try purchasing Mountain Lion.

  • How come nothing happens when I click on an e-mail address?

    When I click on an e-mail address, the little Gmail window with a blank e-mail doesn't pop up and Windows Live doesn't pop up. I have the setting correct in my applications prefrences in Firefox. I also have Windows Live set as default. This only happens in Firefox because it works for IE.

    My problem was resolved when I disabled the FoxyProxy add-on that I had installed. Someone mentioned this in another forum and it worked for me.

  • HT201250 Time Machine cannot find my external back-up drive when I click on the "select disk" button.  No drive is found. I have run a Time Machine back-up to this external drive in the past.  I'm on the latest version of Snow Leopard.  Thank you!

    Time Machine cannot find my external back-up drive when I click on the "select disk" button.  No drive is listed. I have run a Time Machine back-up to this external drive in the past.    Any suggestions

    Does the disk appear in Disk Utility?

  • What happens when you click SUBMIT ? URGENT HELP

    Hi,
    I have a requirement where I want to know all the records that are submitted this year.
    Can anybody tell me which column gets auto populated (Vanilla funcationality) in S_EVT_ACT when we click the Submit button ??
    Thanks :-)

    Hi,
    Thanks for the help.
    I am using Siebel ePharma 7.7.2.6.
    No I will not be able to use the Start Date. I want the records submitted this year because of which I cannot use Start Date.
    In S_EVT_ACT, there is a column Call_Submit_Date. But that dosent get populated by default. I wanted to know is there any column which get populated by default (Vanilla functionality) when you click Submit button.
    Thanks :)

  • Hi, what do i do if I receive an email with link but when I click the link my mail stop moving...

    hi what can i do if i receive an email with link but when I click the link my mail wont move anymore?

    Close the Mail app in the Task Bar and re-launch.
    Double-click the Home button to reveal Task Bar. Hold Mail app down for a second or two; tap the minus sign to close app.
    If it still doesn't work, try a reset.
    Hold the Sleep and Home button down until you see the Apple logo.

Maybe you are looking for