2 functions of a button. Make pages 2 & 3Visible and submit via e-mail.

Hi, I'm really that okay, but I want the form to do the other visbile 2 pages and submit by e-mail. I have this below the button:

Page2.presence

= 'visible ';

page3.presence

= 'visible';

var

vEmail = " ""[email protected]'; '.

var

vSubject = "RISS";

var

vBody = ' Please find the attached Request for Information Services Support form. "

event.target.submitForm ({cURL

: ' mailto: ' + vEmail + « ? ({' subject = ' + vSubject + '& body =' + vBody cSubmitAs : 'PDF' cCharset : "utf - 8"});

all together, it will not open the other two pages, but will present by e-mail... If I take things put off holidays there and just:

Page2.presence

= 'visible ';

page3.presence

= 'visible';

When you click on it it populats the page. How can I get these two things work together. first to show pages, then submit by e-mail. Please help her long day of bee na. :-)

Hello

Try to put a little distance between the two sets.

Please the script of presence to the mouseUp event and leave only the e-mail script in the click event.

Hope that helps,

Niall

Tags: Adobe LiveCycle

Similar Questions

  • Buttons on quiz on slides and submit

    Hello

    I have the clear defect, back, Next buttons and submit on my quiz slides.  My users tend to click the next button instead of the Submit button or click on the "submit" button, and then the next button, thinking they need to click next to continue.  I discovered that in these cases, the results of the quiz are not captured.  I understand that the user must click on Submit and not on the next button in order for the results to be captured. I tried to change this behavior through guidelines, but there are always a few who want to click Next.

    I like to keep the buttons back and next, because they are used during the review of quiz.

    Do you have any suggestions for me that my instructions by adding to each slide that says "do not click Next in all except if you review the quiz"?

    Thank you

    Sarah

    Little weird that you marked your own comment as a "good answer".

  • Can I make a PDF form and submit to the CF?

    Hello.
    I wonder what can I do this.
    I would like to create a form as an example of order of the life cycle of the creator. And want to submit it as a POST of a ColdFusion backend method. Think like a HTML form submission.

    Would this be possible? Or I must have OF the lifecycle for this kind of task.

    PDF form generated starting from CF and submit to the CF-> database appears as an attraction for me. No problem for the fixed CSS bug.

    Read the documentation on CF8: «Many forms created in LiveCycle Designer allows several types of communication, including the XDP and XML, ColdFusion 8 can only retrieve data from HTTP post and presentations PDF»

  • same function for all buttons of mc?

    I am putting together a simple flash anim - and have little about 25 buttons I need to fade in and out on working capital. I think remember me there is a way to apply the same function to all buttons - as long as most and State labels in the mc are the same. Could someone let me know what I should look in to achieve this? Thank you.

    The just loop allows you to add your listeners to each button - btn1 - btn25. If you don't want to do it this way, you can place all the buttons into a container and just add listeners to the container... something like:

    myButtonContainer.addEventListener (MouseEvent.MOUSE_OVER, showHighlight, false, 0, true);
    myButtonContainer.addEventListener (MouseEvent.MOUSE_OUT, removeHighlight, false, 0, true);

    function showHighlight(e:MouseEvent) {}
    e.target.gotoAndStop (2);
    }
    function removeHighlight(e:MouseEvent) {}
    e.target.gotoAndStop (1);
    }

    Note the use of targets, instead of currentTarget in the listener functions. And you can use gotoAndPlay if you wish... I just used stop to illustrate.

  • How can I make Pages capitalize the first word in a sentence?

    How can I make Pages capitalize the first word in a sentence? The I phone t - it, the iPad does, why not not iMac using Pages capitalize the first word on a new sentence?

    Pages of IOS and IOS itself remain different implementations of Pages v5.6.1 for Mac and OS X. In any version of Pages v5, if there was an option to preferences in Pages ' 09, there is no auto-capitalisation function.

    See my previous post is launching an OS X App Store free application, which can be applied to auto-capitalisation to your Pages v5 documents.

  • How do I link a button om Page 0 for another "Page" or another "button on a different Page?

    I created a 6 (0-> 5) from the page menu.   Page 0 and 1 are the main pages, and each has several buttons.   I put one next and previous on each and it works well.  After I link a button on Page 0 to Page 3-button, it does not run when I test it in preview.   What I am doing wrong?  It seems so straight forward, so I must be missing something obvious.

    I still use & Photoshop CS5.5

    Thanks in advance for your thoughts and comments.

    Duane

    Find similar key or the "print screen" on your keyboard.

    On some keyboards, you simply press the "Print screen" button  On others, you may need to add a modifier (Alt, CTRL, etc) before

    pressing PRTSCN.

    Photshop open; Create a new image, using our screen size. Press Ctrl-V (or edit, paste).  If you used the right

    Print screen option, it will stick your screenshot in.  If this isn't the case, return to the screen you want and try another option.

    Reframe your screencapture as needed. File type-> save under and make the jpeg file.

    During a post in the forum, you will see an icon "camera".  Click on that and it will leave you to insert the image.

  • have a real problem with linking buttons to pages

    Hello

    Right, I'm pretty new to Flash CS5 and doing a simple website in Action Script 3.0.

    I have set out four pages I want, and that you have created a button for each page on each page.

    I was told that a script simple stop stop pages acting as a movie.

    I entered:

    14:00


    Stop();

    function button1_clicked(e:MouseEvent): void {}
    gotoAndStop ("home");
    }

    function button2_clicked(e:MouseEvent): void {}
    gotoAndStop ("about");

    }
    function button3_clicked(e:MouseEvent): void {}
    gotoAndStop ("galleries");
    }

    function button2_clicked(e:MouseEvent): void {}
    gotoAndStop ("about");
    }

    Button1.addEventListener (MouseEvent.CLICK, button1_clicked);
    Button2.addEventListener (MouseEvent.CLICK, button2_clicked);
    Button3.addEventListener (MouseEvent.CLICK, button3_clicked);
    Button4.addEventListener (MouseEvent.CLICK, button4_clicked);

    He said cela and buttons to link to relevant pages.

    When I test the movie buttons start flickering and pictures...

    Please help it is frustrating!

    Thank you

    Chances are you have a problem with the code in your file.  Do you get any error messages?  You should because of the double function in code that show you.  You can't have two functions named button2_clicked.  The last should be button4_clicked and should probably go elsewhere...

  • perform a function javascript on a linked page

    I have a page (one.html) which has a javascript function named rocker. on the page, it passes a variable to the function using onClick. for example, onClick = "toggle('img7').

    now on a separate page (two.html), I have link to this first page. I would like to have the link open this page and run the function of rocker, with a variable I specified in the link. is this possible? If so, how? "something to the effect of < a href =".. One.html & toggle ('img5'); "> my < /a > link

    Thanks a lot for taking the time!

    What I meant is that every page using this method must have
    the toggle() function to fade in, or who are related to him... as well as the
    the function below... two of them. The two functions could be placed in a
    external js file and liinked to all pages that use that.

    > In each page using your method...
    >
    > function runToggle() {}
    > loc = location.toString () var.split("?");
    > if(loc[1]) {}
    > var imgID = loc [1];
    > toggle (imgID).
    >} else {return}
    > }
    >
    > Add this to the body...
    >
    >
    >
    > Here are links...
    > Page 1
    > Page 2
    >
    >
    > --
    > Best regards,
    > .. Trent Pastrana
    > www.fourlevel.com
    >
    >
    >
    >
    > "NickTheNameless" wrote in message
    > news:[email protected]...
    > Thank you very much for your time. This is the rocking function...
    >>
    > function toggle (imgID) {}
    > / / This function allows to alternate the display of a text block status and who
    > of
    > Hide/show two images displayed
    > //the images need ID as follows: for section1, ID = img1, for
    > section2d3, ID = img2d3
    >>
    > model var = / img (\w+) /; var result = pattern.exec (imgID). result
    > must be a table, with the figures in the result [1]
    >>
    > If (result == null) {return ;} / / doing nothing if imgID is wrong}
    > format
    > var = 'section' well + result [1]; Well will be
    > section1,.
    > section 2, etc. We must find the div with this title
    >>
    > var titlePattern = new RegExp (well); for example /section2/
    > var divs = document.getElementsByTagName("DIV");
    >>
    > for (var i = 0; i)< divs.length;="" i++="" )="" {="" cycle="" through="" all="" the="">
    > var oneDiv = div ; //putting each in oneDiv
    > match = titlePattern.exec (oneDiv.getAttribute ('SECTION') var
    >> ); Search in the div to see if it matches the string, section2\b or some
    > such
    >>
    > If (match! = null) {//then is our div, so we switch her}
    > visibility
    > If (oneDiv.style.display == 'none') {//if the text is reduced
    > oneDiv.style.display = "inline"; display text
    > document.getElementById (imgID) SRC =
    > "' http://www.info.apple.com/images/kprocedure/Scripts/buttons/hide.gif '; "
    > document.getElementById (imgID) .alt = 'hide ';
    > return;
    >> }
    > {else}
    > oneDiv.style.display = "none"; otherwise, the text is displayed, thus
    > Reduce it
    > document.getElementById (imgID) SRC =
    > "' http://www.info.apple.com/images/kprocedure/Scripts/buttons/show.gif '; "
    > document.getElementById (imgID) .alt = "show";
    > return;
    >> }
    >> }
    >> }
    >> }
    >>
    >
    >

  • Is it possible to disable the functionality of the button export an Application.

    Hi mates,

    I need to disable the functionality of the button/export in installation of apex of the customer (3.2.1), as part of security measures.
    Customer don't want developers to be able to export the they have access to applications. As domestic demand is not editable (is there some kind of trick?), did anyone ever had this requirement and how to do it?

    Thanks in advance for your support.

    JP

    OK, I'm not going to lie, it's a really strange request. You and the client should really think about this before do you it, but the best way I can think to use Apache mod_rewrite. You can create a rule that redirects to an error page whenever someone accesses one of the export of pages. It is not infallible, but it's probably the safest way to do this without mucking with the APEX code. You can add an exception allowing import works from a particular IP address.

    Can you elaborate on the requirement of customers here?

    Tyler

  • GRIMBOT webmail I lost functions like delete button and light the contents of the Inbox. It is a computer problem, all three of my browsers have the same problem

    Web mail indicates it has mail in my Inbox... but it does not show in the display. I pour the contents in the trash to read the mail.

    I lost the function of the button Delete... I have to use the button remove on my keyboard

    This problem occurred after I installed several plugins to download youtube videos. I disabled the plugins... I deleted Firefox and reinstalled... no change.

    This problem also occurs with IE and Chrome. I guess that's a computer problem.
    I confirmed that I have the latest flash installed and running on my computer

    Start the computer in Mode safe mode with network support Windows (on the startup screen, press F8) as a test to see if that helps.

  • my button "make available offline" happened when using apple's music?

    my button "make available offline" happened when using apple's music?

    I have the same problem, so I went to the Apple Store in Regent Street in London, and... they didn't know what was wrong.

    I was told that the 'Make available offline' button was removed, because "people did not understand it. Huh?

    So now I can't download any of the tunes I want to listen whenever I want and having to use a wifi network, or my data allowance.

    It's all because I upgraded the operating system to iOS9.2

    Very very bad

  • JS function as a type of page in QML property

    Hi all

    I'm trying to create useful js 'class' for my blackberry application and save here some information about qml object here is the example of such file js:

    /* * my js */
    
    function Utils(devInfo){ this.devInfo = devInfo; this.text = "test text";
    
     this.getInfo = function(){ return this.text; };}
    

    I want to group some utils functions here and use this js in qml file object, but I don't want to create "Utils" every time, I would like to have a single instance of page qml. I tried to use properties:

    import bb.cascades 1.3
    import com.example.bb10_samples_states 1.0
    import "myscripts.js" as Scripts
    
    Page {
        property variant utils : new Scripts.Utils(deviceInfo)
    
        Container {
            Label {
                id: myLabel
                text: "Hello World"
            }
    
            onTouch: {
                var newLabeltext = utils.getInfo(); // freezing
                myLabel.text = newLabeltext;
            }
        }
    
        attachedObjects: [
            DevInfo{
                id: deviceInfo
            }
        ]
    }
    

    * DevInfo is registered object c ++

    I got the following in the notecard event error message:

    "asset:///main.qml:15: TypeError: result of expression 'utils.getInfo' [[object Object]] is not a function."

    If I do not use the property and only with variable work, everything is ok. The following code works correctly:

    import bb.cascades 1.3
    import com.example.bb10_samples_states 1.0
    import "myscripts.js" as Scripts
    
    Page {
        //property variant utils : new Scripts.Utils(deviceInfo)
    
        Container {
            Label {
                id: myLabel
                text: "Hello World"
            }
    
            onTouch: {
                var utils = new Scripts.Utils(deviceInfo);
    
                var newLabeltext = utils.getInfo();
                myLabel.text = newLabeltext;
            }
        }
    
        attachedObjects: [
            DevInfo{
                id: deviceInfo
            }
        ]
    }
    

    In general, I don't know where I can store object js in qml page to access my functions utils without need to create each time. Any ideas?

    I think I found the answer

    According to this link, there is no global js object and every instance of component QML has own unique copy resources imported from JS:

    ...

    Code-Behind implementation resources

    Most of the JavaScript files imported into a document QML are implementations with State of the QML importation document. In these cases, each instance of the QML object type defined in the document requires a separate copy of the JavaScript and State objects to behave properly.

    The default behavior when importing the JavaScript files must provide a unique and isolated copy for each instance of the QML component. If this JavaScript file any resources or modules with a statement .import, its code will be executed in the same scope as the instance of the QML component and therefore can access and manipulate objects and properties declared in the QML component. Otherwise, it will have its own unique scope, and the objects and properties of the QML component should be passed to the JavaScript file as parameters functions if they are required.

    ...

    http://Qt-project.org/doc/Qt-5/qtqml-JavaScript-resources.html

    So it seems there is no need to implement the model of sigleton or store JS resources in the QML document. I changed my code as follows:

    /**
     * js
     */
    var utils = {
      devInfo : null
    };
    
    function init(deviceInfo){
      utils.devInfo = deviceInfo;
    };
    
    function getText(){
      return utils.devInfo + " done.";
    };
    

    and qml:

    import bb.cascades 1.3
    import com.example.bb10_samples_states 1.0
    
    import "myscripts.js" as Scripts
    
    Page {
        Container {
            Label {
                id: myLabel
                text: "Hello World"
            }
    
            onCreationCompleted: {
                Scripts.init(deviceInfo);
            }
    
            onTouch: {
                myLabel.text = Scripts.getText("Tra-ta-ta");
            }
        }
    
        attachedObjects: [
            DevInfo{
                id: deviceInfo
            }
        ]
    }
    

    It works fine - I can store information in the variable 'utils' and work with qml js objects. Hope so, it will help someone

  • my copy of acrobat corrupt so I uninstalled it - now I can not download a new copy, as says my app handler I have already - everytime I try the download app button manager opens by clicking and has no functionality to reinstall

    my copy of damaged acrobat so I uninstalled - now I can not download a new copy, as says my app Manager I - whenever I try to click on the download button app manager opens already and has no functionality to reinstall - help please, how to do a manual install?

    Hi cija,.

    Please try the solution 2 and 3 mentioned in the KB: http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

    Kind regards

    Rave

  • perform a function to a button

    How to call a function with a button? My name is 'LFISAF_UTIL_PKG' and my FUNCTION = is_safe_to_delete_cancel (P_CURRENT_WF_STEP_ID in NUMBER, P_APP_USER IN VARCHAR2) RETURN BOOLEAN;

    Thank you
    -JC

    Caldera of JC wrote:
    Here is the my script to call the function. I use ApEx 3.2. I chose the pl/sql function that returns a Boolean. Now, it completely hides the button.

    DECLARE
    NUMBER OF P_CURRENT_WF_STEP_ID;
    P_APP_USER VARCHAR2 (200);
    v_Return BOOLEAN;
    BEGIN

    v_Return: = LFISAF_UTIL_PKG.IS_SAFE_TO_DELETE_CANCEL)
    P_CURRENT_WF_STEP_ID =>: P2_LFISAF_CURRENT_WF_STEP_ID,
    P_APP_USER =>: APP_USER);
    IF (v_Return) THEN
    DBMS_OUTPUT. Put_line ('v_Return =' |) 'TRUE');
    ON THE OTHER
    DBMS_OUTPUT. Put_line ('v_Return =' |) 'FALSE');
    END IF;
    END;

    JC,

    As long as your made of PL/SQL returning a Boolean, I think you just need to change it to...

    If v_RETURN then return (TRUE);
    on the other
    RETURN (FALSE);
    end if;

    Published by: blue72TA on August 8, 2011 14:58

  • make Page Up / Page Down available

    Hello
    How can we make Page Up / Page Down available within the table of the ADF?
    ...
    < af:table value = "#{bindings.data.collectionModel}" var = 'row' "
    Rows = "#{Bindings.Data.rangeSize} '"
    emptyText = "#{bindings.data.viewable?" "{'No data to display.': 'Access Denied.'}".
    fetchSize = "#{bindings.data.rangeSize} '"
    rowBandingInterval = "0" id = "t1" >
    ...
    Best regards
    Human

    You can not. It is not more. If you absolutely must you program yourself or use the tables of trinidad. Search the forum for pagination and you will find a lot of advice how to do it.

    Timo

Maybe you are looking for