How do I create a save button to hide a dropdown and pass on the dropdown data to a label?

Hi InDesign Scripting Experts!
I'm desparetly looking for some help to get this issue resolved.
Essentially I've a lot of PDF forms that've been designed by using InDesign CS4 and then converted to an interactive PDF via Adobe Lifecycle. The final 2 page PDF form has multiple textfields, a drop down and a save button. The users partially fill-in the form, select their name from the dropdown and then hit the save button prior to sending the PDF form to the client.
The Save button does the following:
- Passes on the data from the drop down to a label
- Hides the drop down and
- finally, hides itself ('Save' button)
I understand InDesign CC has a lot of the Livecycle capability built-it. Hence I'm trying to design the inteactive PDF within InDesign CC. The textfields, dropdown etc. are easily done. The part that I'm stuck on is to get the 'Save' button to perform the above listed tasks.
Any help will be greatly appreciated.
Cheers

Elizabeth,
Presuming that editing the exisiting BOSTON is not an option, you may:
1) Create a nostroke/nofill rectangle that covers all all word, then give it a white fill;
2) In the Transparency palette flyout tick Make Opacity Mask with Clip unticked and Invert Mask ticked.
That should remove the BOSTON from sight so you can retype it.
You could use a black fill and leave Invert Mask unticked (if the black is black enough).

Similar Messages

  • How do I create an mail button in my site? (Like, for sharing the site to a friend, not to the site administrator)

    I would like someone to be able to share my site to their friends so the friend receives an emailed link, preferable with a logo and strap line.
    Thanks guys
    Jimmy

    Hi Jimmy,
    there are numbers of option available online, try these
    Share Buttons | AddThis
    ShareThis' Social Media Buttons Optimize Brand and Publisher Content

  • How can I create a submit button that only saves?

    Our end users will save the completed form and later upload it to anotherg place.  I created a save button that works fine, but without a Submit button there is nothing to trigger the reminder to go back and answer required questions.  I don't want to lose that part.  Thanks in advance for any help you can offfer!

    Would something like this work for you?
    var OKToSave = true;
    if (tfSomething.isNull) {
              tfSomething.border.edge.color.value = "255,0,0";
              OKToSave = false;
    else tfSomething.border.edge.color.value = "255,255,255";
    if (!OKToSave) app.alert("Please fill in all required fields");
    else app.execMenuItem("SaveAs");

  • How do I create a "Save" folder in email?

    How do I create a "Save" email folder? I have seen tutorials where you can go into your email and click on edit to create a folder but my iPhone 4S does not give me the edit option. I would like somewhere to save emails without keeping them in my inbox. Thank you.

    When you click the email there's a file icon with a arrow pointing down called the move file. I did this with my gmail and I could move it to anywhere like for example personal. Also you can archive by moving a finger from left to right on the email. By doing that it puts it from new to all mail. But that's gmail under mail on the iPhone. I think all mail accounts have the edit at the top of the page

  • How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    Hi Ed
    Thank you for contacting me, however I already know how to save text to
    audio files via timeline using the Export feature.
    So my question was not entirely clear and I apologize for that.  To explain
    further, whenever I save a text to audio file, captivate takes me to a
    default save as folder where I then have browse back to my production
    folder where I am keeping all my Txt to Aud files.  This is very tedious
    process when you have alot of files to save.  So my question was is there a
    way to configure captivate so I can make my production folder the default
    file for whenever I save a Txt to Audio file through Export feature that
    the system automatically takes me to that production folder, and I am
    spared the long tedious process of saving the file manually to the
    prodcution folder I want.
    I have copy the pathway to the production folder in the URL filed in the
    Save As dialoge box and that workaround as cut the work down but I still
    have to paste that URL field to point the file to the right folder. So it
    would be nice if I could do everything automatically.  Microsoft makes this
    capability in their MS Office applications, so I was thinking Adobe might
    do the same thing.  Your help with this would be appreicated,
    Thanks
    Merrill Roberts
    Sr. Training Specialist
    SunGard Availability Services
    Direct 925-831-7730
    Mobile:415-215-9280

  • How do I create a print button to print a specific range of the document.

    How do I create a print button to print a specific range of the document.  I've found JavaScript to print a specific page, but a range or even multiple ranges.  Form is created in Adobe 9 Pro.  Any help would be truly appreciated! 

    Sure, I'll give it a test.  Its just that I have a 128 page form that not all of it needs to be printed.
    Currently,  I have an index page where I want to set up a print button queues per form, however there are several form scattered throughout the document that make up a specific section, but it does not require printing the entire document.  Does that make sense?
    I did find this JavaScript during my reseach, but have not be able to get it to work.
    var pp = event.target.getPrintParams() ;
    pp.interactive = pp.constants.interactionLevel.full;
    pp.printRange=[[1, 1], [3, 4]];
    event.target.print(pp);

  • How can I creat a 802.1x Profile without Lion Server? I miss the plus-button in Lion to creat a 802.1x Profile.

    How can I creat a 802.1x Profile without Lion Server? I miss the plus-button in the Network Configuration (OS X Lion) to creat a 802.1x Profile.

    Tried this?
    http://blog.affien.com/archives/2011/03/16/802-1x-configuration-profile-on-lion- mac-os-x-10-7/

  • How can we create such navigation buttons using Flash CS4?

    Hi,
    How can we create such navigation buttons using Flash CS4 is in the following website? Please help me with any such tutorial to make my custom navigation bar/buttons.
    http://city.reallusion.com/join.html
    Thanks.

    While the Note 4 is a reasonably large device it still falls into the phone layout bucket. We need this layout to function on very small screens some as low as 320 pixels high and 240 pixels wide. These sorts of devices don't have the space for a full toolbar.

  • How can i create a skip button?

    I'm creating an intro animation that leads to a drop down
    menu, but how do I create a skip button that lets me skip the intro
    to the menu.

    try this..
    skip_btn.onRelease = function(){
    gotoAndStop("menuFrame");
    skip_btn is the instance name of your skip button, and
    menuFrame is the frame name of where your menu is located.

  • Create 2 save  button

    Hi
    I try to create to save button in the same page,
    example:
    1 SAVE, and
    2 SAVE AND ADD NEW RECORD
    each button redirect to different pages
    SAVE : works perfect, but
    SAVE AND ADD NEW RECORD :it doesn't save the record it just redirect the page
    any ideas
    Thanks
    MM

    Segio ..
    for my "SAVE AND ADD" button in the section optional URL Redirect I just changed to - no target -
    then I created I new branch and the record is save.
    mean the 2 button are saving the record.
    But the "save and add" doesn't go to the page that I want it to go ..
    when i created separeated branch > branch action I'm using the target type -this application-
    and page =XXX
    but don't go the page XXX
    if I go to the save and add button and use URL redirect when a press the button go to the page but doesn't save the record ??
    Am I missing something..
    thanks

  • How do I create a product or item database so I can search fr the product and its files with hte pro

    How do I create a product or item database so I can search for the product and its files with the products name or four digit code

    Ok so I made some progress on this. I have figured out, that I can add a chained "add to cart" to certain items, then when they click the button for Buy now, it will add both items to the cart. However, this would require me to manually build each product page and generate a custom button for each one with both product IDs in it.
    Can anyone offer help on how to put some JS in that would append a second function to the onclick function that BC Generates dynamically?
    For the products that require a set up fee, I would assume I would add in to either the product templates or in to the item description some JS that would find the onclick of the buynow button and append a second function to also add to cart the setup fee product. The end result being code that looks like this:
    <input type="submit" class="productSubmitInput" onclick="AddToCart(188536,6314368,'',4,'','',true);AddToCart(188536,6314367,'',4,'','',tr ue);return false;" value="Buy Now" name="AddToCart_Submit" />
    Except of course, the product ID on the first AddToCart would be the main product with the second one being the one appended.
    Does any of that make sense? lol

  • How can I create an csv/excel file using pl/sql and then sending that file

    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.

    968776 wrote:
    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.You are trying to do it at a wrong place..
    Whay do you want database (pl/sql) code to do these things?
    Anyhow, you may be interested in :
    {message:id=9360007}
    {message:id=9984244}

  • How do i create a little network with my i-mac and macbook

    how do i create a little network with my i-mac and macbook

    Hello:
    To give a sensible answer, a little more information is needed.
    I am guessing that you want to set up a wireless network as you have both a desktop and laptop.
    There are some pretty good tutorials/articles in the knowledge base articles.
    Barry

  • How can I create an icon that when clicked will open and maximize an image file?

    How do I create a icon that when clicked will open and maximize an image file?  I have tried to use the simple image widget with maximize upon tap/click - however I am can only size the image really small and put on the page.  I'd prefer to have a graphic that when clicked it simply opens up the image.  This is for a very simple question/answer book.   The user is suppose to look at a picture and locate something.  I want to put an 'Answer' graphic on the image and then the user can click the 'answer' graphic and it will open up the picture with the answer identified. 
    Is this possible?

    Have yiu tried the PopOver widget?  You can drop an image into it, maximise the image and the widgets window...But, you cannot get it full screen.
    With iBooks Author, you either learn to use what is available within the app, or look online for third party widgets to purchase which suit your project.

  • I am having mac book air 2012model i had installed mavericks and use it, i long press command and power button at a same time and i saw the command prompt, from that i had formated the total hard disk. how to i want to install the OS again ?

    I am having mac book air 2012model i had installed mavericks and use it, i long press command and power button at a same time and i saw the command prompt, from that i had formated the total hard disk. how to i want to install the OS again ?
    i tryed with download mavericks but finally its saying a error message like cant conect to istore like that its saying and every thing is clear like internet and other stuf i tryed with 3times no progress same error pls help.. i bought this lap for my bro with his apple id only we use it now he got a new mac book pro so he gave to me so i formated and use it i use my apple id is that problem come because of changing apple id ? pls eplain

    Firstly, what is the source of the 10.6.4 disc? Is it the original installation disc for your MacBook, or one 'borrowed' from another computer?
    It isn't the retail version, because that's 10.6.3.
    Assuming it's the correct disc (i.e. the one that shipped with your Mac), you need to boot from it again.
    OK the language page.
    From the installer screen, ignore the continue button, go to the menu bar and choose Disk Utility from the Utilities menu.
    In DU, select your internal drive in the sidebar (the top item with the makers name and serial no.).
    Run Repair Disk. If that comes up as disk OK, click the partition tab. Select the partiton from the drop-down above the graphic; 1 partiton is all you need.
    Go to the options button and ensure that the partition scheme is GUID and the file system to Mac OS Extended (Journalled). Name the partiton (usually Macintosh HD), click Apply.
    When the Macintosh HD volume appears below the drive name, quit DU and see if you can then install.
    If the screen after the language screen doesn't show the menu bar, it may be necessary to use another Mac to do the job with the MB in Firewire Target Disc Mode. If it won't boot in TDM, or the MB doesn't have FireWire then it's getting very difficult.

Maybe you are looking for

  • A/R Invoice PLD

    Hi Everyone, On the A/R Invoice PLD I created, I am showing both the Item No. and the Customer/Vendor Catalog No.  I selected both fields from teh A/R Invoice - Rows table.  However, on one of my invoices teh Customer/Vendor Catalog No. is not coming

  • Older laptop connecting to Panasonic Viera using VGA to HDMI

    I have an older Pavilion Tx1000 that I would like to hook up to my new Panasonic Viera TV. I don't have an hdmi port on my laptop, but I do have a vga to hdmi cable. When I hook it up, the tv says no signal. The video card in my computer is an NVIDI

  • Windows 7 computer wont recognise my device

    hi I bought a new computer with windows 7 and downloaded 64bit Itunes (and my purchase history) But when I connect my old device it doesnt appear and I cant sync anything.... Why doesnt my device appear as before? Any help appreciated Thanks L-A

  • Oracle 11G Certification Matrix

    We are having a case of upgrading Oracle DB 10.2.0.5 to 11.2.0.2 on Siebel CRM 7.8.1.14. Can any one provide pointers on issues and challenges or recommendation related artifacts on this?

  • Can I prevent Mac OS X Lion from opening previous files when applications are launched?

    Since upgrading to Lion each time I click on a file (and the program opens) in addition to the file I clicked on also the most recent file I had open in that program opens also.  Is there any way to prevent this action?