How can I eliminate blank responses when printing the submited form?

  I am using a lot of skip logic on an employment application.  When printing the application out, I have many pages that don't need to be there.  I get the same thing on the email notice I receive, even though I have the checkbox marked not to include blank responses.
Thanks for you help.
Jay

Hi Jay;
When you say you are printing out the submitted from, are you using the "Download Response as PDF"?  There isn't any way to hide unanswered questions in the PDF.  I was trying to think if you could export responses as Excel and hide the unanswered columns but since those would be different per responder that would not work.  I am not sure of a way to do this at the moment, if I come up with something I will respond again.
Regarding the emails, there is not an option to hide blank responses in the "Email Notifications" (that goes to you, the author).  There is an option in the "Email Receipts" for the "Email Submission Reciept" that goes to the person who submitted the form (assuming they enter their email into an email field you selected), in there is an option to include empty fields (ommited by default).
You may want to add a feature request to the ideas page for the "Email Notification" to have an option to exclude blank responses, you can do that here by clicking "Create an idea" in the upper right:  http://forums.adobe.com/community/formscentral?view=idea
Thanks,
Josh

Similar Messages

  • How to change annotation's appearance  when printing the annotation under Adobe Reader?

      I'm developping a plugin under SDK 7.0 for Adobe Reader  . I have two problems.
      1)I will change annotation's appearance  when printing the annotation. How to do under Adobe Reader?
        Uunder Adobe Arobat,I use PDRegisterAnnotHandler to register GetPrintAppearance,but PDRegisterAnnotHandler does not work under Adobe Reader.
      2)Under Adobe Reader ,app.execMenuItem doesnt work.How to execute menuItem using JavaScript under Adobe Reader?
    Please Help,had better give me sample,thank.

    app.execMenuItem most certainly does work with Reader - what problems are you running into trying to use it?
    As for developing Reader plug-ins - yes, some of the SDK methods aren't available to Reader.  If you want to change the appearance of an annotation in Reader, you would need to acquire the Cos object of that annotation and modify its appearance dictionary manually.

  • How can I regain Preview funtion when printing using FF 28.0 ?

    I am running Mac os 10.9.2 and FF 28.0. When printing on an Epson WF 545 I no longer get the "Preview" option in the print windows. How do I regain that function?

    There is no "Print Preview" in the File drop down menu and I don't get any menu from the FF logo. When I click on "Print" from the File menu, the window that comes up shows "Show Details" or "Hide Details" where it should say "Preview".

  • How can I access a response file on the same computer but with different login?

    When trying to access a response file on the same computer that was used to set it up, but with a different login, I get an error message that the network resource was not found. How can I retrieve the responses on the same computer but under a different login/username?

    The response file is associated with a specific login (as determined under Edit > Preferences > Identity) so you cannot retrieve it if you're using a different login.

  • How can I remove vertical lines when printing from Aperture 3.2.2 to Epson Stylus Photo RX690?

    I have been generally quite happy with my access to and use of Aperture 3.2.2 (recently purchased) for import and manipulation of photos and movies, etc.I am using Aperture on a MacBook Pro OSX 10.6.8.
    However I have been unable to print high quality images on Epson premium glossy, glossy or matt paper on my Epson Stylus Photo RX690.
    High quality prints on screen show perfectly in preview, but all prints come out with good and accurate colours, but a series of vertical lines or bands of lines across the photo print.
    Using the Aperture Manual I have checked my settings in Aperture for the printer, for colour and quality of paper etc and they all seem to be correct.
    The Epson Printer is networked with a Toshiba (Vista) laptop which prints perfect results from Picasa and Photoshop with fine colour and no markings.
    I would appreciate any help please.
    Cam Opie

    Thank you Mark
    I thought I had done all the settings .....but no.
    I now have perfect prints. Easy when you know how!!!
    Cheers
    Cam

  • How can page margins be changed when printing from Firefox for Mac OS X? (This is easy to do on the Windows version.)

    Page margins can be adjusted from the page setup menu in the Windows version of Firefox, but there does not appear to be an equivalent menu in the Mac version.

    Hi onlyhuman2-
    I'm not familiar with the printing options using Windows. I've found this article on editing print options for a Mac: [[Printing a web page]]
    That shows you how to shrink the page, and to edit page headers and footers. I'm hoping that covers the margins you were hoping to change.
    Good luck!

  • How can page margins be changed when printing from Firefox for Mac OS X?

    This has been asked in the past with the thread closed even though the asker got no answer. I have the same problem so I am asking again....
    How does one set the margin sizes on Firefox on the Mac?

    Did not notice that you are using a Mac, otherwise, I would not have replied.
    <s>It appears that page margins for OSX are set at the operating system level.</s>
    Does this help? - http://www.mintprintables.com/print-tips/adjust-margins-osx/

  • How can I include telephone numbers when printing address labels using Dymo Labelwriter Turbo 330?

    I am able to pull info from Apple Address Book using the Dymo Labelwriter application, but I cannot seem to include telephone numbers. Does anyone know how to do this?

    short answer
    1 - NO
    2 - It is up to apple to correct the issue and I have heard they will look at it. It doesn't hurt to call customer support both apple and dymo to let them know you are unhappy about this [it used to work fine in later versions of 10.3]. Also don't let them convince you that you must have installed the driver wrong or something. I have had the same problem on 3 different macs [one of which was brand new] with 2 different dymo label printers.

  • How can I brighten my screen when on the internet?

    Under most usage, the screen on my S III is quite bright.  However, when I go to the internet, the screen brightness dims dramatically and I can barely see the images or text.  I have turned off the auto-brightness, but it doesn't do a thing for my internet screen.  Does everybody else have this problem, or is it just me?  Any ideas how to fix my problem?

    First, make sure you have any available updates by going to Settings->About Phone->Software Updates.  Then, while in the Internet browser (the default one on the Galaxy SIII), hit the Menu button and then click Brightness & Colors.  Uncheck Automatic Brightness, and then you can control the brightness with the slider underneath that.  Also make sure the radio button for "Default" is checked below that.

  • How can I use Hash Table when processing the data from cdpos and cdhdr

    Hello Guru,
    I've a question,
    I need to reduce the access time to both cdhdr and cdpos.
    Because may be I'll get a huge number of entries.
    It looks like that by processing cdhdr and cdpos data will take many secondes,
    it depends on how many data you need to find.
    Hints : Putting instructions inside a form will slow down the program?
    Also, I just want use Hash table and I need to put a loop-instruction going on the hash-table in form.
    I know that it's no possible but I can declare an index inside my customized hash table.
    For example :
    DO
    READ TABLE FOR specific_hash_table WITH KEY TABLE oindex = d_oindex.
    Process data
    d_oindex += 1.
    UNTIL d_oindex = c_max_lines + 1.
    Doing this would actually not necessary improve the performance.
    Because It looks like I'm having a standard table, may be there's a hash function, but it could be a bad function.
    Also I need to use for example COUNT (*) to know how many lines I get with the select.
    FORM find_cdpos_data_with_loop
      TABLES
        i_otf_objcs TYPE STANDARD TABLE
      USING
        i_cdhdr_data TYPE HASHED TABLE
        i_objcl TYPE j_objnr
    *    i_obj_lst TYPE any
        i_option TYPE c
      CHANGING
        i_global TYPE STANDARD TABLE.
      " Hint: cdpos is a cluster-table
      CONSTANTS : objectid TYPE string VALUE 'objectid = i_obj_lst-objectid',
                  changenr TYPE string VALUE 'changenr = i_obj_lst-changenr',
                  tabname TYPE string VALUE 'tabname = i_otf_objcs-tablename',
                  tabnameo1 TYPE string VALUE 'tabname NE ''''',
                  tabnameo2 TYPE string VALUE 'tabname NE ''DRAD''',
                  fname TYPE string VALUE 'fname = i_otf_objcs-fieldname'.
      DATA : BEGIN OF i_object_list OCCURS 0,
                objectclas LIKE cdpos-objectclas,
                objectid LIKE cdpos-objectid,
                changenr LIKE cdpos-changenr,
             END OF i_object_list.
      DATA : i_cdpos LIKE TABLE OF i_object_list WITH HEADER LINE,
             i_obj_lst LIKE LINE OF i_cdpos.
      DATA : tabnamev2 TYPE string.
      IF i_option EQ 'X'.
        MOVE tabnameo2 TO tabnamev2.
      ELSE.
        MOVE tabnameo1 TO tabnamev2.
      ENDIF.
    *LOOP AT i_cdhdr_data TO i_obj_lst.
      SELECT objectclas objectid changenr
        INTO TABLE i_cdpos
        FROM cdpos
        FOR ALL ENTRIES IN i_otf_objcs
        WHERE objectclas = i_objcl AND
              (objectid) AND
              (changenr) AND
              (tabname) AND
              (tabnamev2) AND
              (fname).
      LOOP AT i_cdpos.
        APPEND i_cdpos-objectid TO i_global.
      ENDLOOP.
    *ENDLOOP.
    ENDFORM.                    "find_cdpos_data

    Hey Mart,
    This is what I met, unfortunately I get the same performance with for all entries.
    But with a lot of more code.
    FORM find_cdpos_data
      TABLES
        i_otf_objcs TYPE STANDARD TABLE
      USING
        i_objcl TYPE j_objnr
        i_obj_lst TYPE any
        i_option TYPE c
      CHANGING
        i_global TYPE STANDARD TABLE.
      " Hint: cdpos is a cluster-table
      CONSTANTS : objectid TYPE string VALUE 'objectid = i_obj_lst-objectid',
                  changenr TYPE string VALUE 'changenr = i_obj_lst-changenr',
                  tabname TYPE string VALUE 'tabname = i_otf_objcs-tablename',
                  tabnameo1 TYPE string VALUE 'tabname NE ''''',
                  tabnameo2 TYPE string VALUE 'tabname NE ''DRAD''',
                  fname TYPE string VALUE 'fname = i_otf_objcs-fieldname'.
    *  DATA : BEGIN OF i_object_list OCCURS 0,
    *            objectclas LIKE cdpos-objectclas,
    *            objectid LIKE cdpos-objectid,
    *            changenr LIKE cdpos-changenr,
    *         END OF i_object_list.
    ** complete modified code [begin]
      DATA : BEGIN OF i_object_list OCCURS 0,
                objectclas LIKE cdpos-objectclas,
                objectid LIKE cdpos-objectid,
                changenr LIKE cdpos-changenr,
                tabname LIKE cdpos-tabname,
                fname LIKE cdpos-fname,
             END OF i_object_list.
    ** complete modified code [end]
      DATA : i_cdpos LIKE TABLE OF i_object_list WITH HEADER LINE.
      DATA : tabnamev2 TYPE string.
    ** complete modified code [begin]
    FIELD-SYMBOLS : <otf> TYPE ANY,
                    <otf_field_tabname>,
                    <otf_field_fname>.
    ** complete modified code [end]
      IF i_option EQ 'X'.
        MOVE tabnameo2 TO tabnamev2.
      ELSE.
        MOVE tabnameo1 TO tabnamev2.
      ENDIF.
    **  SELECT objectclas objectid changenr
    **    INTO TABLE i_cdpos
    *  SELECT objectid
    *      APPENDING CORRESPONDING FIELDS OF TABLE i_global
    *      FROM cdpos
    *      FOR ALL ENTRIES IN i_otf_objcs
    *      WHERE objectclas = i_objcl AND
    *            (objectid) AND
    *            (changenr) AND
    *            (tabname) AND
    *            (tabnamev2) AND
    *            (fname).
    ** complete modified code [begin]
      SELECT objectid tabname fname
          INTO CORRESPONDING FIELDS OF TABLE i_cdpos
          FROM cdpos
          WHERE objectclas = i_objcl AND
                (objectid) AND
                (changenr) AND
                (tabnamev2).
    ASSIGN LOCAL COPY OF i_otf_objcs TO <otf>.
      LOOP AT i_cdpos.
      LOOP AT i_otf_objcs INTO <otf>.
       ASSIGN COMPONENT 'TABLENAME' OF STRUCTURE <otf> TO <otf_field_tabname>.
       ASSIGN COMPONENT 'FIELDNAME' OF STRUCTURE <otf> TO <otf_field_fname>.
        IF ( <otf_field_tabname>  EQ i_cdpos-tabname ) AND ( <otf_field_fname> EQ i_cdpos-fname ).
          APPEND i_cdpos-objectid TO i_global.
          RETURN.
        ENDIF.
      ENDLOOP.
      ENDLOOP.
    ** complete modified code [end]
    **  LOOP AT i_cdpos.
    **    APPEND i_cdpos-objectid TO i_global.
    **  ENDLOOP.
    ENDFORM.                    "find_cdpos_data

  • How can I download a podcast when visiting the podcast's page crashes iTunes?

    Several of my favorite podcasts (including The Nerdist, to name the most popular example) are no longer accessible through iTunes on my iPod.  When I go to download new episodes, the "free" buttons only have text (the backround button image is missing) and the page doesn't respond to taps.  Eventually (after 2-5 minutes), iTunes crashes.  This started happening when I upgraded iOS to version 5.1.1 (9B206).
    Does anybody else have a similar problem?

    I've had the same exact issue on my iPhone 4 with iOS 5.1.0.
    I tried downloading The Nerdist with Tina Fey this morning, and I got the unresponsive iTunes.  I could still scroll up and down, but the "FREE" buttons weren't fully formed.  Couldn't click them.

  • How can you fix error DF024 when installing the Adobe Premiere Pro CC trial off of the cloud?

    I recently tried to install the trial version of Adobe Premiere Pro CC off of the Creative Cloud.  I was able to fix most of the errors that popped up, all except for this one:
    "ERROR: DF024: Unable to preserve original file at "C:\Windows\Fonts\CharlemagneStd-Bold.otf" Error 32 The process cannot access the file because it is being used by another process.(Seq 28)"

    Hi,
    1. Please go thorough the following Microsoft article:
    http://social.technet.microsoft.com/wiki/contents/articles/enable-disa ble-the-local-hidden-built-in-administrator-account-in-windows-7.aspx
    2. During installation "charlemagnestd-Bold.otf" font in   C:\Windows\Fonts\ is not preserved due to some permission issues on this folder. You can do any of the following:
    A. Move "charlemagnestd-Bold.otf" font in   C:\Windows\Fonts\ to another location like Desktop and try again
    B. Give permission to Everyone on this (C:\Windows\Fonts\) folder and try again
    Hope that will resolve the issue.
    Regards,
    Vinay

  • How can I add error/console log to a submitted form?

    I created a form that I distribute manually over a dedicated server.  The form is to be filled using Reader and it is then validated and submitted by email using a custom script.  I retreive some data collected during validation and have it pasted to the body of the email as a way to identify what went wrong during the filling of the form. Now I'm wondering, is it possible to generate a log file and/or retreive any data from either the console or anything else which could help me identify JS bugs encountered by the user or eliminate some leftovers from previous scripts and paste it as well in the body of the email? Or, is there already a console log inside the file somewhere and I just need to reach it?

    You can't extract data from the console, and the text that is output to the console is not saved into any local file, as far as I'm aware.

  • How can I eliminate grid lines of selected cells when printing, in iOS numbers

    How can I eliminate grid lines of selected cells when printing, using iOS numbers

    Hi Cmlgfx,
    Thanks for visiting Apple Support Communities.
    You can style a table to remove grid lines and only show an "outline" around the table itself.
    See this article for help with table styles:
    Numbers for iOS (iPad): Place and style tables
    http://support.apple.com/kb/PH3365
    To show or hide the table name, table border, and grid lines, alternate row colors, or adjust fonts, tap Table Options at the bottom of the Table window (you may need to scroll up in the window to see it), and then set your preferences using the options in the Table Options window. (When you’re done, tap at the top of the window to see other options.)
    All the best,
    Jeremy

  • How can I eliminate error in printing a cd jewel case cover in latest ITunes version?

    How can I eliminate the printing error in Itunes when attempting to print a cd jewel case cover?  I'm using the latest iTunes version. 

    I finally solved this problem after toiling with it for a couple of days.  Solution:  Once you have  burned your CD you must go back into iTunes to your music/playlists and select the playlist you just burned and click file; print and you will  get the mosaics that we have been accustomed to.  I was on hold with  Apple Support when I found this myself.  Yes......!!! Problem solved..for me anyway.  Good luck!
    Scott

Maybe you are looking for

  • WAD : Result set is too large; data retrieval restricted by configuration

    Hi All, When trying to execute the web template by giving less restiction we are getting the below error : Result set is too large; data retrieval restricted by configuration Result set too large (758992 cells); data retrieval restricted by configura

  • Build new database through scripts must understand spanish character sets.

    Hello Gurus, I need some simple advice, a good chance for some quick points for you. I have never built a database to understand any other character set other than American English. I now have to build a database that will be used for Spanish charact

  • Regarding 4.6c to ECC 6.0

    Hi, We are starting the upgradition from 4.6C to ECC6.0,as a ABAP er what changes i need to do could you explain me with transaction codes what is unicode and what is the neccessity of unicode for upgradtion Regards Raghava

  • Organizational data determination for mkt. activities

    We need organizational data determination for mkt. activities created from campaigns. In CRM we have only the Marketing part of  the clients organization, using Marketing scenario in PPCOMA_CRM. If we leave org. unit field of activity blank, the acti

  • BAPI_CUSTOMER_GETLIST returning one less result when multiples of 100...

    Good day, All We call BAPI_CUSTOMER_GETLIST to return address information (ADDRESSDATA) for a group of customer records (IDRANGE).  Problem is that when the number of customer records is 201, 301, 401, 501, ... the address records that are returned a