Not finding what you are looking for? Request a recipe!

  1. Is it possible to populate a text field based on a selected ...

    I am putting together a form for an inventory and would like to set it up so that if a certain item is selected from a drop down menu, the text field related to the volume of that item is automatically populated based on the selection in the drop down menu. Is this possible through javascripting?

  2. For importing xml into dynamic pdf, need user to select xml ...

    Currently, using xfa.host.importData();, the user must directly select an xml file in a directory of their choice (wherever they placed it). However, the xml file that they will be importing is contained in a .zip file in a folder in the zip named "XML". Is there a way for the user to navigate to ...

  3. How and where can I create a reuseable public function? Eve ...

    How and where can I create a reuseable public function? Even this simple test does not work: form1.subInstructions.Button1::click - (JavaScript, client) ChangeCheckBox1() form1.#variables[0].MyCode - (JavaScript, client) function ChangeCheckBox1() { CheckBox1.rawValue = 1 }

  4. Adobe X Pro - How to allow users to insert pictures on a fil ...

    Adobe X Pro - I am converting an Engineering Audit 40 tab Excel booklet to a fillable PDF forms. I found a Java Script by Joel Geraci to use a button icon for the picture field and action tab. This works but now I need to allow the user to resize the picture once inserted. Is this doable in Adobe ...

  5. Using a Form to dynamically populate a table on a different ...

    I have a soccer tournament with 64 teams that I built with Dreamweaver and everything works great. People sign up using a Form titled Anmeldung (Sign-up) that I built (also works well) with Name, Club, Country, League and email. I then take this information (I recieve an email, via a php script, wit ...

  6. PHP Submission form having dynamic values

    I want a php submission form with some fields. example: first field dropdown...for selecting Region Second field dropdown ...for selecting city. i want that when user select some particular region then an another dropdown field is display automatically.(city). The value of city depends on the ...

  7. Need to populate a drop-down in a repeatable subform with it ...

    My form has 2 repeatable subforms. They contain identical sets of objects to hold names and addresses except one SF (called DDSF) has a drop-down for the names and the other (NoDD) doesn't. The plan is for an 'administrator" to enter names and addresses into the NoDD subform repeating the sf as ma ...

  8. Javascript that saves a check box state on a Robohelp form p ...

    I have created an HTML from in Robohelp that uses check boxes. I contacted a developer at my company to see if he would write a Javascript that would save the state of the check boxes, since everytime a new page in loaded in the AIR output, the form is rewritten. We found a post data code sample ...

  9. embed flex apps into web parts (sharepoint 2010) using visua ...

    Hi, I have the following problem: I must embed two flex 4 applications made in flash 4.5 into separate web parts in sharepoint 2010 using visual studio 2010. The idea is, that both web parts communicate with each other and send data to each other. Maybe using javascript could be a good solution ...

  10. COMMERCE site for selling comic books

    i want to take four pictures of the comic books i have and create a webpage for the sale of said books. What is best way to start?