Need help creating a form using show/hide functionality

I'm tring to add javascript to a drop down box so that, when a selection has been made in the drop down box, it will display a image/button. I need the drop down box to have a default value that will hide all images/buttons.
The list in the drop down box is going to be a list of products e.g. product A, B, C, and the default value to be "please select a product..."
Can this be done in Acrobat Pro X? If so can someone point me in the right direction?
Cheers

Your site is running on an Apache server, so it definitely doesn't support ASP. Apache frequently supports PHP, but I couldn't tell from the headers sent by your server whether it's supported on your site.
I suggest that you contact BT Business support to see if they offer a formmail script. Most hosting companies do. The support pages should describe how to set it up.

Similar Messages

  • With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?

    With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?
    I have developed a form with fields hidden by default, that become visible based on box ticked or radio button selections.
    My problem is that, when I close the form and re-open it, it comes back to it's default presentation, regardless of the information already recorded in the form (including in the now hidden fields.
    How to correct that
    Thanks in advance for any hint you can provide.

    I've had the same problem. This solved it...
    Go to the "Form properties..." in the File-menu. Select "Run-time" to the left and in the box "Scripting" Preserve scripting changes to form when saved: choose Automatically (Script-based state changes are saved locally in an insecure fashion. This option cannot be used for certified forms).
    Hope it works for you to...

  • Iscripts - Need help creating a form in one

    I am confused about delimiting in iscripts. I need to create the fiollowing form:
    In iscript named IScript1
    in function: buildform
    buildform has these two inputs, firstname and lastname
    the action of the form is also in iscript1 function getinputs
    iscript getinputs will just print out the firstname and lastname
    Could I get some help with this?
    Thanks, Allen Cunningham

    Your site is running on an Apache server, so it definitely doesn't support ASP. Apache frequently supports PHP, but I couldn't tell from the headers sent by your server whether it's supported on your site.
    I suggest that you contact BT Business support to see if they offer a formmail script. Most hosting companies do. The support pages should describe how to set it up.

  • Need help creating a form

    We use forms now that are printed for us and we hand write the information on them.
    They "carbon copy" themselves onto the same form of different color (ie; white copy, yellow copy)
    We would like to develope a form that will "carbon copy" iself to additional copies.
    the "carbon copies" don't have to be different colors we could simply put a separate header on each page for where that copy needed to go.

    FormsCentral does not support this kind of functionality.

  • Uber Noob Needs Help Creating website!

    I need help creating my webpage: It has a textbox on it were
    the user enters a URL and it then redirects the end user to that
    URL when they press the GO Button. It also has a check box saying
    "Hide my IP", If the end user clicks this box and then clicks go
    they will be directed to the website they stateted in the Textbox
    but this time it shall mask there IP Address so they can bypass
    proxys and surf anonomosly. Please can someone give me some HTML
    code i could use for this site or a Link to a website that can give
    me the code.

    I assume the application is connecting to Oracle using an application ID/password. If so, check to see if that user has a private synonyn to the table. If so drop it since you have a public synonym.
    Verify that the public synonym is in fact correct. Drop and recreate the public synonym if you cannot select against the synonym name using an ID that can perform select * from inhouse.icltm where rownum = 1. That is if this other user cannot issue select * from icltm where rownum = 1 without an error.
    Check that the application ID has the necessary object privileges on the table.
    Queries you need
    select * from dba_synonyms
    where table_owner = 'INHOUSE'
    and table_name = 'ICLTM'
    You may find both public and private synonms. Either fix or delete. (Some may reference someelses.icltm table if one exists)
    select * from dba_tab_privs
    where table_name = 'ICLTM'
    and owner = 'INHOUSE'
    Note - it is possible to create mixed case or lower case object names in Oracle by using double quotes around the name. Do not do this, but do look to see that this was not done.
    You could also query dba_objects for all object types that have the object_name = 'ICLTM'
    HTH -- Mark D Powell --

  • Creating a form using Acrobat 9

    I'm trying to create a form using Acrobat 9 and know how to insert check boxes and text fields but when I enter in data into the fields it copies it through the document.  How can I create a field that I can cut and paste throughout the document but allow it to have separate data in it from the rest of the fields?

    You'll need to rename all of the fields you copy & paste so that each one
    of them has a unique name. Fields with the same name will automatically
    have the same value.

  • 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

  • Need help writing host program using LabView.

    Need help writing host program using LabView.
    Hello,
    I'm designing a HID device, and I want to write a host program using National Instrument's LabView. NI doesn't have any software support for USB, so I'm trying to write a few C dll files and link them to Call Library Functions. NI has some documentation on how to do this, but it's not exactly easy reading.
    I've written a few C console programs (running Win 2K) using the PC host software example for a HID device from John Hyde's book "USB by design", and they run ok. From Hyde's example program, I've written a few functions that use a few API functions each. This makes the main program more streamlined. The functions are; GetHIDPath, OpenHID, GetHIDInfo, Writ
    eHID, ReadHIC, and CloseHID. As I mentioned, my main program runs well with these functions.
    My strategy is to make dll files from these functions and load them into LabView Call Library Functions. However, I'm having a number of subtle problems in trying to do this. The big problem I'm having now are build errors when I try to build to a dll.
    I'm writing this post for a few reasons. First, I'm wondering if there are any LabView programmers who have already written USB HID host programs, and if they could give me some advice. Or, I would be grateful if a LabView or Visual C programmer could help me work out the programming problems that I'm having with my current program. If I get this LabView program working I would be happy to share it. I'm also wondering if there might already be any USB IHD LabView that I could download.
    Any help would be appreciated.
    Regards, George
    George Dorian
    Sutter Instruments
    51 Digital DR.
    Novato, CA 94949
    USA
    [email protected]
    m
    (415) 883-0128
    FAX (415) 883-0572

    George may not answer you.  He hasn't been online here for almost eight years.
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice

  • Need to create alv report to show pan card number.

    Hi,
    I need to create alv report to show employee and vendor  name , number ,  Pan card number .This is for hr module.
    could any one tell me table and fields for this and how I can relate them with foriegn and primary key.
    Regards,
    Moderator Message: Do your own work
    Edited by: kishan P on Oct 5, 2010 10:38 AM

    Yes, but it only has one generic Date column, no start date and end date. I can't use that twice in the prompt. Although I can specify it to be 'between', but I'm not sure I can pass values to both variables like that.
    Currently I have used Campaign Start Date and Campaign End Date to enter values in calender format to the variables.

  • How to create software request form using Info path functionality?

    Hi All,
    i am trying to create a Software Request Form using Info path functionality. Following are the steps:
    1. Users will fill out the form with all necessary fields.
    2. once they click on Submit button, it will send an email to two specific groups with a link so that they can see the form and Approve/Deny or can put comments on that.
    Thanks in advanced!

    Hi Rakib,
    There are many ways you can achieve this.
    Either by Creating a SharePoint list and then modify it using InfoPath to get all your required fields added
     or
    Use InfoPath application and select any template or blank form template to get all your required fields added and then publish it to SharePoint site
    For the second step you can create an OOTB workflow which can send email to view an approve items using Approval workflow feature
    For the advance notification you can use SPD workflows as well.
    Refer this article for more on InfoPath and SPD integration - http://gallery.technet.microsoft.com/office/Step-By-Step-build-30f84363
    Let us know if this helps, thanks
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • How to create a form and show it as a modal window in VB6?

    oform.modal  -> modal is read-only property
    help,please.

    Hi Santiago!
    HTH: How to create a form and show it as a modal window?

  • Creating & managing forms using ALBPM

    Hi,
    I am new onALBPM & hoping that gurrus can guide me in following task.
    Creating & manging Forms using ALBPM & a XSD file.
    I am looking for some example & tutorial for above task
    Edited by: user586236 on Dec 17, 2008 3:26 PM

    Hello,
    Are you using any web service? Which .NET framework is installed in your PC?
    You might also want to look at this resolution:
    http://www.itjungles.com/task-failed-because-sgen-exe-was-not-found-solution.html
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • To create login form using swing with sqlserver as backend

    hi.
    can anybody send me code to create login form using swings .
    thnaks in advance..
    sj

    You do realise that you can't create Swing on a JSP page?
    You have to use HTML.
    If you want to use Swing, the java must be running at the client end, which means you need an Applet, and a completely different forum.

  • Help creating a path using variables.

    HI
    I;m trying to create a path to a movievclip created with
    attachMovie. I need tio create the path using variable:
    _root.var1.var2.gotoAndPlay("something");
    How can I tell flash that var1, var2, etc are variables and
    not a relative path?
    Tks,

    Hello Tks,
    depending where the movieclip is that you are trying
    communicate with you need to use either other movieclips or you
    will need to use _parent.
    var gong:MovieClip;
    var bong:MovieClip;
    var song:MovieClip;
    this.attachMovie("gong".....
    gong.attachMovie("bong"....
    bong.attachMovie("song"...
    to access song from the timeline in which all these movie
    clips were attached
    this.gong.bong.song.variable
    from song to the timeline in which all movie clips were
    attached
    song._parent._parent._parent.variable
    Hope this helps..
    moozungu

  • I need to create a form on my website that viewers fill out and send to me on my iWeb created website. Is there a template or widget that can create fill-in forms?

    I need to create a form that viewers can fill-in and send back to me from my website.  I created the website in iWeb and would like a template or theme that has the form creator included.  It there a widget?  Sorry, I'm a novice.

    If you want to raise your web design skill level above that of the average iWeb user, you can try creating your own. The actual form layout is fairly easy if you use CSS to style it since the amount of HTML is minimal now that table layouts are a thing of the past.
    Here's some examples of forms created in iWeb...
    http://www.iwebformusicians.com/iweb-snippets/form.html
    The formmail.php script is probably the hardest part to get your head around and the example provided in the download on the above page uses a very simple one along with a formmail-thank.php.
    http://www.iwebformusicians.com/iweb-snippets/form.html
    Nowadays we need to consider mobile device users more and more so forms need to have the special inputs required to launch the various types of keyboard on these devices.
    Here's an example of a form which responds to browser/device width. On mobile devices, the
    jQuery UI Datepicker disappears to be replaced by the mobile version.
    For those of you who don't have a mobile device to test it on, this page also has illustrations of the various keyboard types and the alternative date pickers...
    http://ezmacwebdesign.com/Demo/Responsive-Form-Inputs/datepicker-form.html

Maybe you are looking for

  • Want to show an information message in PA30 screen

    Hi ABAP gurus,    For Infotype9000,subtype RHUB(newly configured) ,I want to show an information message in PA30 initial screen for operations 'Create','Copy' and 'Delete'. For that , I have used a BADI (hrpad00infty) , written code in PBO method of

  • Inventory Management: Snapshot ODS 2LIS_03_UM

    In the How to guide the Update rule from 2LIS_03_UM for the Key Figure refers to: if the returncode is not equal zero, the result will not be updated     RETURNCODE = 0.   ELSE. if the returncode is not equal zero, the result will not be updated    

  • Pagination in af:Table

    Hi All, I have achieved the pagination using the below link. http://codeplay.net/2011/04/21/simple-adf-traditional-pagination-2-with-business-component/ but when i select any row of the table facing the following exception "cannot cast from java.lang

  • Can't open .wmv file

    Trying to open/play .wmv files; I have the latest version of flip4mac installed and appears to otherwise be working fine. These files do have the .wmv extension, however when I click on them to play/open I get the following message "the movie/file co

  • How can I get into my ipod 5th generation if I forgot the passcode?

    How can I get into my ipod 5th generation if I forgot my passcode?