How do I create a field, in which people can click to accept my general business terms?

How do I create a field, in which people can click to accept my general business terms?

I'm not sure what are InDesign's capabilities in this field, but I think
you can do everything there, except for setting up the button field with
the right options and applying the one line of code that allows the user to
import their own images into it.

Similar Messages

  • How do i create a gallery page that you can click on an image, expand it and move left or right to see more images?

    How do i create a gallery page that you can click on an image, expand it and move left or right to see more images?

    You may use slideshow widgets to achieve this. For more details : Adobe Muse Help | Working with Slideshow widgets

  • How to update ADRT-REMARK field (by which tcode)?

    How to update ADRT-REMARK field (by which tcode)?

    Hi,
    ADRT-REMARK basically stores the notes which you enter against any communication number such as Telephone Number, Fax number etc for any business partner.
    Say for example if you want to address details of a customer via XD01 or XD02; then in the communication tab enter the telephone number or fax number.
    Click the button to add more details or more telephone numbers.
    Over there you will find a field called as Comments.
    This field is ADRT-REMARK.
    You do not have a single transaction to maintain this field.
    It depends upon the business partner for whom you want to add the details.
    For a customer it is XD01 or XD02
    For a vendor it is XK01 or XK02.
    For a business partner it is BP.
    For a user it is SU01D.
    Regards,
    Ankur Parab

  • I NEED TO CREATE A FORM IN WHICH PICTURES CAN BE ADDED

    I NEED TO CREATE A FORM IN WHICH I CAN UPLOAD PICTURES TO.  CAN A BLANK BE ON THE FORM THAT YOU CAN CLICK THE PICTURES INTO

    Hi;
    There is an "Attachment" field that allows the form filler to upload attachments (images are supported).  Here is a tutorial on adding the attachment field: http://forums.adobe.com/docs/DOC-2656
    I was assuming you meant the form filler, as the author you can of course add pictures to the form using the "Image" form field which allows you to add images from your computer or from Google/Flicker searches:
    Thanks,
    Josh

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

  • How do I get my purchased Itunes, which I can see in my Itunes account library on my computer, downloaded to a folder on my computer so I can use them?

    How do I get my purchased Itunes, which I can see in my Itunes account library, transferred to a folder on my computer so I can use them?

    Hello apple1helpme,
    It sounds like you would like to download your iTunes purchases to your computer rather than streaming them from iTunes in the Cloud.  I recommend downloading your purchases directly to your computer using the Purchases page in the iTunes Store:
    Download previous iTunes Store purchases to an authorized computer
    Click iTunes Store near the top of the iTunes window.
    Click the Purchased link at the right of the iTunes Store homepage (below Quick Links).
    In the page that appears, select a category. 
    iTunes shows you which of your purchases are available for download. You can view all of your past purchases, or just the ones not currently in your iTunes library. Items already in your library aren’t available for download. If you select Music, you can view your purchases by song, artist, or album. If you’re viewing by album, click an album to see which songs on it are available for downloading.
    To download all available items, click Download All.
    iTunes 11 for Windows: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12491
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How to set "Created By" field for KD Documents

    In our system documents that are entered to the Knowledge Directory are not tagged with who it was that submitted them.
    We would like to capture that information but I'm not sure how to enable it (or if its possible).
    I've looked at the Global Property Map and don't see a setting for a document, I looked at the Global Document Map but that seems to specifically relay info between the documents meta data and portal properties (which is not what I'm looking to do).
    Does anyone know how to attach the portal user in some type of "submitted/created by" field to a document?
    Thanks and happy September!

    Hello Keshav.T,
    Thank you for your information.
    Finally, I got an answer from OSS and the following is that.
    The popup is shown when there are more than 10 variants exist.
    If do not want to have this popup, you can modify the include
    LSVARTOP in SE38:
    C_VARILIST TYPE I VALUE '10' - maybe change value to '100'
    or if you want to have the popup but without the name inside:
    change include LSVARE01 and comment the line:
    ename-low = sy-uname. append ename. "old
    ename-low = sy-uname. append ename. "new
    I believe this message might be able to solve my problem.
    Thanks again.
    BR,
    Chris Kim

  • How do I create visible field labels in a pdf form that can be overwritten by text? I have tried add

    I am creating a very straight forward fillable form and want to add a description of each field that can be visible to the user, but goes away when the person enters the appropriate data in the field. I have tried to suggested custom scripts. The script command were: if (!event.value) event.value = event.target.name; and
    if (!event.value) {event.value = event.target.name; event.target.display = display.noPrint;} else {event.target.display = display.visible;}. Both allow the lables to be visible but neither allow the user to either replace the label with the relevant information and if it does, then the replacing data does not print/remain viewable.
    I am confident this is doable as I have seen forms that say something like "add your name here" and when you enter the data that field label is replaced with the information I enter.

    Hi George,
    I have tried this. What I get is a field label, and I can type into the field, but the label does not go away and the page prints blank. Should I try: if (!event.value) {event.value = event.target.name; event.target.display = display.Print;} else {event.target.display = display.visible;}, removing the .noPrint?
    You have no idea how frustrating it is to try this and have such a simple function not work. Is there anothe script I can try?

  • How do I create on-line PDFs which will read them to visually impared customers?

    I have seen a handful of unanswered questions about getting Adobe Reader to read aloud, on-line or downloaded PDF content to people who are visually impaired. None of them seem to answer the questions about Acrobat X.1 or backward compatibility. Before I spend $45 for one chapter from a book, perhaps one of you experts know of a simple site which explains how to comply with the ADA Americans with Disabilities’ Act.
    I know there are many variables like OS, Reader version and user ability to enable their sound card and configure a few settings.
    This summary is excerpted from chapter 23 of The Acrobat X PDFBible by Ted Padova, published by Wiley. Follow the link further below to download the complete 16-page sample chapter. Adobe Acrobat is compliant with U.S. federal code regulating document accessibility for vision- and motion-challenged persons. This means that screen readers can intelligently interpret the PDFs you create; in other
    words, PDF files can be read aloud in a reading order as a sighted person would read a document. Through an extensive set of keyboard shortcuts available in Acrobat, almost anyone with vision or motion challenges can share your documents and read them. In order for a document to be accessible, you must use authoring applications capable of delivering a document's structure to Acrobat. You need to know something about the internal structure of documents and which programs to use to create the structure required by Acrobat to make a document accessible. Not all the content in a document travels through the PDF-creation process with the information necessary to make a document completely accessible. Therefore, you need to perform some work in Acrobat to either add accessibility or to polish up a document for delivery to a screen reader in a form that makes sense to the user.
    In chapter 23 of The Acrobat X PDF Bible, you will learn how to check documents for tags and accessibility, add additional tags and arranger eading orders. Topics covered include:
    Using screen readers can interpret accessible PDF files and create audio output for people with vision and motion challenges. Using Adobe PDFMaker for Microsoft products, version 2000 or higher, including Word, Excel, Visio and so on; Adobe PageMaker 7 and higher; and Adobe FrameMaker, Adobe LiveCycle Designer, Adobe InDesign 2.0 and higher are capable of creating tagged and accessible PDF forms. Adding tags to PDF documents from a menu command within Acrobat Standard and Acrobat Pro and Pro Extended. Checking files for accessibility with the Quick Check command in Adobe Reader, Acrobat Standard, and Acrobat Pro and Pro Extended or with a Full Check in Acrobat Pro and Pro Extended. Tagging documents so they contain a structure tree. Elements in the tree locate respective elements in the document if you enable the Highlight Content menu command. Adding alternate text to elements in Acrobat by addressing the element's properties. http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470612916.html
    Thanks if you know something helpful

    An accessible PDF is a well-formed Tagged PDF.
    You start with the proper authoring application that has tag management (there are not that many - discussed below).
    Your Tagged output PDF must be post-processed with Acrobat Pro.
    You evaluate the post-processed PDF.
    If satisfactory, you deploy the well-formed Tagged PDF.
    Adobe Reader or Acrobat (from 8.x forward) both provide the read out loud feature (ROL).
    While this is not equivalent to a full assistive technology (AT) application it can be useful for simpler narrative content.
    However, PDF page content consists of graphic objects (text included) that are painted to the page in a sequence/order that is "machine" centric rather than human centric.
    So, the raw print stream's read order can jump around. 
    (Look over ISO 32000-1 Forward paragraph 2 & Sections 8.1 & 8.2 to get a feel for what "PDF" is (& isn't).)
    PDF became an ISO Standard in 2008. This is currently ISO 32000-1. ISO 32000-2 is expected to be out in 2012.
    In terms of accessible PDF, ISO 14289-1 is expected to be out in 2012.
    ISO 14289 will define/describe the requirements for accessible PDF.
    Adobe introduced "Tagged PDF" with Acrobat 5.x (PDF version 1.4) "Full" release.
    For Acrobat 5.x this was an add-on that you took from the install CD-ROM.
    Since then "Tag" creation, management, etc. has been included with the install of: 
    (n.b., PDFMaker provides "tag management")
    --| Acrobat 6.x  Pro (PDF version 1.5)
    --| Acrobat 7.x Pro & 3D (PDF version 1.6)
    --| Acrobat 8.x Pro  &  3D (PDF version 1.7)
    --| Acrobat 9.x Pro & Extended (ISO 32000 & Adobe Supplement BaseVersion 1.7, ExtensionLevel 3)
    --| Acrobat X Pro (ISO 32000 & Adobe Supplement BaseVersion 1.7, ExtensionLevel 3)
    If the PDF is a well-formed Tagged PDF then ROL works its way down the structure tree (which can be viewed in Acrobat Pro's Tags panel).
    A well-formed Tagged PDF (built to comply with ISO 32000 currently & going forward built to comply with ISO 14289 / ISO 32000 will, in fact meet current Section 508 criteria and Section 508 Refresh criteria.
    Actually, it will met more rigorous criteria (Section 508, compared to other nations' requirements is somewhat anemic).
    For English, ROL will read left to right; top down.
    Not very useful for understanding tables and some other aspects of more developed content.
    AT uses the structure tree to convey the PDF's logical hierarchy and semantic content flow to users.
    So, a well-formed Tagged PDF is an essential for users of AT.
    Section 14 of ISO 32000-1 provides discussion of logical structure and tags.
    An ISO approved copy is at Adobe:
    ISO 32000-1
    In a nut shell, you'd want to provide a well-formed Tagged PDF.
    To effectively  consume a downloaded well-formed Tagged PDF end-users will want to use AT (NVDA (free, open source), JAWS, etc.) rather than Adobe Reader / Acrobat ROL.
    As to Ted's PDF Bible.
    I've got 'em on my bookshelf. Most excellent global references for all things Acrobat.
    However, to deploy well-formed Tagged PDF requires more detailed references.
    There is the up front authoring. Content must be mastered so as to support output of a well-formed Tagged PDF.
    There is the requisite post-processing of the PDF with Acrobat Pro.
    There is the requisite understanding of what the tags/elements are & how to properly use them.
    There is the need for specific "how-to" with examples.
    As to a "simple site" - - well, ahhh, "simple" precludes anything of usable worth, eh.
    A search on variations of "accessible PDF" will provide links to resources that provide "how-to".
    One resource is the Accessiblilty Forum at the Acrobat User Community.
    AUC Accessibility Forum
    An older thread there has links to Adobe "how-to" for various Acrobat releases. 
    An older list of reference material
    As the core of Acrobat's accessibility features are largely the same since Acrobat 5.x older how-to documents are still useful.
    For the most part, the most definitive discussions of the how-to & the why are in older Adobe documents.
    Of course, stuff comes & goes out on the web so the links may or may not be functional.
    (n.b., you'll have to copy-paste the URLs into a browser's address bar)
    However, a search on a document's title may provide an alternative link. 
    If not, send me a forum PM.
    Remember that the key to success (for a well-formed Tagged PDF) is in the authoring.
    Proper authoring with an application that provides adequate Tag management is critical.
    --| Adobe FrameMaker or InDesign with Acrobat Pro
    --|  MS Word with Acrobat Pro (for PDFMaker & ability to perform requisite post-processing of the PDF) for pre Office 2007
    --| MS Word 2007  / 2010 have a Save As PDF feature that can provide tag management -- but Acrobat Pro is still needed to perform requisite post-processing
    --| Open Office (& Acrobat Pro for requisite post-processing)
    Be well...
    Message was edited by: CtDave

  • How do I create a folder to which PDF documents are automatically saved?

    I save many PDF documents which I then attach to various internal forms.
    Is there a way to create a folder to which the scanned document can automatically be saved without having to browse for the folder every time I save a document?

    Unless your scanning software has that feature, "Save as" opens up a "browse" window by default in Windows or Mac. I had an old Lexmark scanner that allowed setting a default save location for "bulk scans", but I haven't seen that feature in years.

  • With Mac OS 10.8.3 & FireFox 21.0, how do I create new folders in which to store several similar in nature bookmarked icons?

    With earlier MAC OS and Fire Fox versions, I created numerous folder into which I put bookmarks. For example, I have a MEDICAL INFO folder into which I placed several bookmarks. I want to create a totally new folder for a different topic. I can't find a toolbar pull-down that allows that to happen and I can't find answer in the Firefox Help info. What do you advise. Tom [email protected]

    tgm42 here in response to my own question. I don't have ready access to web to monitor this site for answers to my question. Please email me directly, in addition to posting; as I have limited access to my email.

  • How to create a modal dialog, which I can still interact with document when the dialog is show.

    HI,
        Now, I am developing an automation plugin, and want to create a modal dialog, which I still can interact with document when the dialog is show.
        I find photoshop has some modal dialog have this function, such as the dialog of Customize Proof Condition and the dialog of Color Settings. Are these dialogs not modal dialog?
         Thanks!

    The whole point of a modal dialog is that you cannot interact with other things while it is active.
    And Photoshop does not support plugins accessing the rest of Photoshop while any plugin UI is active.

  • I have create an apple id which i can use in my laptop but cant use it in my iphone. wht shall i do now

    I have create an apple Id wic I can use in my laptop but cannot use in iphone

    go to appleid.apple.com try to sign in after click on manage your apple id. If you are able to sign in there you would be able to sign in on your phone.

  • How to find internal table fields from which table.

    Hello Experts,
    I have to use a dynamic select inner join query.
    SELECT (lv_string)
      FROM (from_tab)
      INTO CORRESPONDING FIELDS OF TABLE <fs_itab1>
      WHERE (where_tab).
    ELSEIF table_1 NE ''.
      SELECT *
      FROM (table_1)
      INTO CORRESPONDING FIELDS OF TABLE <fs_itab1>
      WHERE (where_tab).
    in that LV_string is dynamicaly select. from a structure which is a combination of say  VBAK and VBAP
    i have to
    CONCATENATE 'VBAK~' wa_fields-fname INTO str_temp.
    CONCATENATE lv_string str_temp INTO lv_string SEPARATED BY space
    CONCATENATE 'VBAP~' wa_fields-fname INTO str_temp.
      CONCATENATE lv_string str_temp INTO lv_string SEPARATED BY space.
    with there identifire....how to find that...
    Regards,
    Ketan.

    Ketan,
    I believe you CAN find this only when you are creating lv_string from your structure (or whatever it is).
    So paste that code that what is your 'structure' type and on what conditions you want to Fill lv_string from it.
    in that LV_string is dynamicaly select. from a structure which is a combination of say VBAK and VBAP
    If you have a custom or standard Structure from which you need to fill lv_string, then you should have no worries to full VBAK~ or VBAP~ because fieldnames will be always unique in any Structure and hence ~ additions are not necessarily needed.
    The issue can be in the case where you are picking few fields each from std tables VBAK and VBAP in your lv_string and
    your "(from_tab)" is an inner join condition. I believe in that case you should be able to identify VBAK~ and VBAP~ while populating lv_string itself. Also you can use DB view MASSVBAP.
    Regards,
    Diwakar

  • How to know querry level fields from which tables in the source system

    Hi Experts,
    let's say we've two fields in the querry e.g: Actual GI Quantity, Actual Value of GI
    This fields from PP Querris level how would i know from which table we're getting data is there any easy process to find out please drop your suggestions..
    Next doubt is when generate querry e.g. PM Module we don't know exatly what're the available tables & fields technical names but in my currently project using SAP Delivered Infocubes & Querries at the moment  & generating querries but when we test in the Portal it's shows some fields '0', X. I've to check in source system weather it's having any values or not.
    Can anybody drops your valuable words
    Cheers
    Suresh

    Hi all,
    I'm a colleague of Maarten, and I think maybe we didn't explain well enough what we want. So let me try to elaborate:
    We want to obtain the reference (within the SOAP-Body of the XI-message) to the attachment which contains the main payload (at least, in XI itself). This reference seems to have gone missing, once our adapter module (after having gone through XI) is entered (and, by the way, before we enter the SOAP-receiver-adapter).
    The JAVA-representation of the XI-message seems to hide the fact that in XI itself, the main payload is an attachment, referenced from within the SOAP-Body.
    Nevertheless, we would like to obtain/retain(?) that reference, in order to put it in our own to-be-created-additional-attachment, which would go (via the PayloadSwapBean-module of SAP) into the SOAP-body of the final SOAP-call, and should then reference the 'new attachment' (which was (in XI itself) the main payload).
    So, I think both answers (up to now) don't help us much (however: thanks for your reaction anyway of course).
    So, maybe someone has another idea?
    Regards, Fred

Maybe you are looking for