Dynamic Signature Boxes

We have an XML message with a varying number of customers that will need to sign a document.<br /><br />We need to place the name from the XML under the signature box and allow them to sign via a signature pad.<br /><br />We're struggling with the fact that we don't know how many signatures will be required until we read the XML, and how we can make the form dynamic in that regard.<br /><br />Is it possible to script something that reads the customer records and  creates / displays a signature box for each at that time?  Or do we need to have a pool of signature boxes (or subforms of some sort) to pull from and display based on the data?<br /><br />An example of what we might see is this:<br />   <Customer Name>Bob Smith</Customer Name><br />   <Customer Role>Primary Applicant</Customer Role><br />   <Customer Name>Betty Smith</Customer Name><br />   <Customer Role>Co-Applicant</Customer Role><br />   ...<br />   ...<br /><br />We've not been able to solve this - any direction on this would be appreciated.<br /><br />We are using LiveCycle Designer 8.2.<br /><br />Thanks!

A signature cannot be part of the dynamic subform. So you could modify the line after the signature but you cannot dynamically create a signature field.
Can you have a separate signature page with a number of signatures on it where you could hide and show the subform as neccessary. This would limit you to a specific number of signatures that could fit on a page, but you would be able to read the XML and show the correct number of signatures then modify the Text following the signature field. Is this acceptable?

Similar Messages

  • Displaying the result of a calculation in a dynamic text box

    Hi folks,
    I'm having a very minor issue here (operator error, I'm sure ). With the help of some folks here, I've created a series of calculations, and I've got that part down. Now, I just need it to show up in the movie.
    I've created the dynamic text box in Flash (CS3), but when I hit test, it won't show up.
    After all the calculations, I should have a figure that I call totalmoney. My dynamic text box is called total. The user doesn't need to hit anything for it to appear. It just appears as part of the movie.
    Here's my code:
    stop();
    var startDate:Date = new Date(2010,0,12);  // use your  startyear, startmonth, startdate in the new Date() parameters.
    var  currentDate:Date = new Date();  // assuming user's clock is correct and in your  timezone.  else use server date/time.
    var numberOfSeconds:Number =  (currentDate.getTime()-startDate.getTime())/1000;
    var interest:Number =  (numberOfSeconds*0.74356);
    var totalmoney:Number =  (interest+15,000,000);
    function displaytotal(evt:TextEvent):void {
         total.text = "totalmoney";
    Any thoughts?
    Thanks!
    Napo

    You didn't have to bury any of the calculations in the function--leaving it as you had it is better.  They could remain where they a=werew, and you'll probably find you want them outside it if you have other plans for using them.  If left inside, they only have scope inside.  In the programming world, it's good to think of functions as things that do one thing and one thing only (though it isn't often practiced that way)--it's called modular design.
    When you place an event as an argument for a function, it typically means that there is an event listener that initiates the call to the function.  If you work with buttons you'll see what I mean.  But if the plan is to create your own call to a function when you desire it as such, not have it driven by an event listener, then you don't need to pass any event to it, though you may pass some other type of variable to it if need be.
    For instance, what you have now will call the function without an argument because the function has the value built into its code....
    displaytotal();
    But you could also make the function a little more generic and set it up to recieve the value instead as an argument...
    function displaytotal(amt:Number):void {
         total.text = String(amt); // an earlier error of mine
    displaytotal(totalmoney);
    That would make your function a little more useful.  Now it could be used to display other Number variables as well.
    // my earlier error was that a textfield displays text, so you need to convert the Number value to s String.
    Hope I'm not confusing you.

  • How do I add a signature box to outgoing email?

    I would like my outgoing email to automatically add a signature box like the following example:
    Dianne Merryl
    Prudential top 3% nationally
    cell: 818...
    Office
    17800 Ventura Blvd

    Hi DianneMerryl,
    Firefox is a web browser. It displays the content of existing sites. Things like email or page contents come from the content provider. Who is your email provider? You'll probably have better luck consulting their help documentation.
    That being said, most email providers do have this option available. Here are some links that might help:
    * [http://support.google.com/mail/bin/answer.py?hl=en&answer=8395 Creating a Gmail Signature]
    * [http://help.yahoo.com/l/us/yahoo/mail/ymail/basics/basics-66.html Yahoo Signature]
    * [http://explore.live.com/hotmail-get-started?T1=t6 Hotmail Signature]
    Hopefully this helps!

  • Is there a way to list all the file names (automatically) in a folder to dynamic text box?

    Hi,
    I would like to know whether FLASH AS3 has some option to get all the files names from a folder specified and show it in a dynamic text box? Whenever some new files added to this folder it should update the list accordingly.
    Thanks for any information in this regard.

    Not particularly experienced in this field myself, but I've found its just easier to implement an XML file which lists the contents of the folder. It just means that when you upload a new file you have to add it to the list in the xml file also. No real hardship once you figure out the mechanics of it

  • How to display dynamic signature in Smartforms?

    Hi,
    Someone could help me in displaying dynamic signatures in SmartForms?. The signature is an attached file to the document. I already have the binary file but I don't know how to display this as an image in the Smartforms.
    Thanks in advance,
    Oliver
    Message was edited by: Oliver Vera
    Message was edited by: Oliver Vera

    Please give me the reply.
    I have an image content in one internal table.I want to display that image in the smartforms.
    plaese please.

  • How can I load a .TXT file into a dynamic text box?

    I am sure that many people know how to load a .txt file into
    a dynamic text box. But I do not. I want to be able to reference a
    txt file from the server into the text box. So that when I change
    the text file it changes in the flash movie without even editing
    the flash file itself. Thank you.

    http://www.oman3d.com/tutorials/flash/loading_external_text_bc/
    I think this is the simplest way to go :)

  • Is it possible to add a signature box on the bottom of forms?

    is it possible to add a signature box on the bottom of forms?
    We have a customer who is thinking of using forms, but needs a signature box to be included in the form is this something that can be added?

    Hi,
    Unfortunately, Adobe FormsCentral does not have an option to add signatures.
    In order to distribute forms requesting signatures, you may use the following Adobe products:-
    Adobe Acrobat:- PDF creator, edit PDF | Adobe Acrobat XI
    Adobe EchoSign:- Electronic Signature Software, Digital Signatures | Adobe EchoSign
    Regards,
    Nakul

  • Targeting Dynamic Text Box inside moviecip with variable

    Hi,
    How does one target a dynamic text box to change the border
    color inside of a movie clip? Example below which does not work
    theName = ("answerPrint" + arryCount);
    boxName = ("box" + (arryCount+1));
    _root.pagePrintPartA[theName][boxName].border = true;
    _root.pagePrintPartA[theName][boxName].borderColor =
    0x00cc66;

    Thanks for the reinforcement, but I should of indicated what
    was what:
    theName = ("answerPrint" + arryCount);// Name of Variable
    inside Dynamic Text Box Inside MovieClip
    boxName = ("box" + (arryCount+1));// Instance Name of Actual
    Dynamic Text Box Inside MovieClip
    _root.pagePrintPartA[theName][boxName].border = true;
    _root.pagePrintPartA[theName][boxName].borderColor =
    0xFF0000;
    By certifying this script you showed me wher I went wron (not
    seeing the forest from the trees). The last two lines should be:
    _root.pagePrintPartA[boxName].border = true;
    _root.pagePrintPartA[boxName].borderColor = 0xFF0000;
    I was targeting backwards. Thanks alot DazFaz.

  • Can I put Chinese and English characters in the same dynamic text box?

    I'm translating a game into several different languages, one of which is Chinese. I've noticed that in a dynamic text box where English characters are included also, they aren't displayed when the .swf is exported. The font is embedded in the document with all characters selected. It seems like whatever language-character is first displayed in the text box, the other language cannot be. For instance, if there are Chinese characters first, then English, the English will not display, and vice-versa. Any work around on this? I am using Flash CS5 and Actionscript 2.0. Thanks!

    Kglad - I'm not sure I follow your instructions for the fix. I assume you want me to set the _visible property to false via Actionscript ( textInvisible._visible = false; ). What is the purpose of this second text field - does it need any specific content in it to function? It doesn't seem to work to fix the problem but maybe I'm misunderstanding.

  • How can i set the dynamic text box to show variable value?

    In AS2, I can make a dynamic text box set a var name, when i
    use button set/change the var value, this textbox can show the
    value also.
    but In AS3, dynamic text box can't add var name. than how can
    i do it now?

    Set an instance name for the dynamic textfield. Then, to
    populate the textfield with the value of a variable, use:
    textFieldInstanceName.text = variableName

  • Can't clear signature box (Acrobat X Pro)

    Hi,
    I have read some into this and have tried some different fixes with no luck. I had to re-image a person's PC who uses PKI certs. on a CAC to sign PDFs. Acrobat X Pro was re-installed and updated. The digital ID on the CAC is the same before the re-image and it validates. I went to ECA.ORC.com to update the HW4/5/signing certs. and had them jacked into Outlook (just in case it calls on that for some reason). The edit function under tools is grayed out and there is no "security" on the PDF. The customer claims he could right click the signature box and the option to clear would be there; it is not there now. What am I missing here? Thanks.

    Below is what my customer saw but its for v.11 and he has 10 Pro. The Key mentioned is not even there in 10.
    Digital Signatures
    Data type
      boolean: DWORD value > REG_DWORD 
    Default
    null
    Version #
    11.0+
    HKLM Path
    HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockdown\cSecurity\cDigSig
    Summary
    Specifies whether to disable and lock the ability for a signer to clear their own signature.
    Details
    Possible values include: 
    0: Disable signature clearing.
    1: Enable signature clearing.
    GUI mapping
    The Clear Signature menu item which appears when a user right clicks on a signature.

  • Acrobat 11 crashing after drawing signature box

    I have a user that is using Acrobat Professional 11 and it has worked flawlessely for quite awhile.  But recently when he goes to try to sign the document it allows him to draw the signature box but as soon as he releases the mouse Acrobat crashes and immediately closes.  If he goes into the Signature section of preferences and changes it between DKC #7 and CAdES it works for that instance, but the next time he opens a document he has to repeat the process otherwise it crashes again.
    Version 11.4
    Anyone have any thoughts?

    Windows 7 Professional 64bit.

  • Linking Dynamic text boxes?

    Hi there,
    This might be straight forward, but I would like to know how could one link dynamic text boxes so that the information would flow? In a way, the information would flow from:
    (XML) Input A into BOXA00, BOXA01, BOXA02, BOXA03, etc.
    (XML) Input B into BOXB00, BOXB01, BOXB02, BOXB03, etc.
    (XML) Input C into BOXC00, BOXC01, BOXC02, , BOXC03, etc.
    Any takers?

    Hi i recently have made a function that can calculate the amount of text that will fit into a specified text box. See my attached file. Notice that the box will only accommodate the text in red since that is the maximum it can display.
    "This here one is a very very very long long long text that cannot really fit completely into this box so we will have to cut it at some index point"
    My function getTextExtent will return an object with properties
    nIndex -> which determines the index at which the text will be delimited
    fExceeded -> is true if the text is longer than the allocated height of the text field.

  • Dynamic-side Box? Can't read source code with java

    Hi all,
    I am trying to read a source code of a web page with a java program. I can connect to the page and read a part of the source code without any problems however after a while when it comes to a part where mozilla and opera identifies as "dynamic-side box" my java program fails to read the source code and stops reading the rest of the page.
    Here is the part of the output I get from mozilla:
    <body id="city">
              <script type="text/javascript" src="/js/wz_tooltip.js"></script>
              <div id="container">
                   <div id="container2">
                        <div id="header">
                             <h1>Ikariam</h1>
                             <h2>Antik �a&#287;&#305; Ya&#351;a!</h2>
                        </div>
    <div id="breadcrumbs"><h3>Bulundu&#287;un nokta:</h3><a href="?view=worldmap_iso&islandX=78&islandY=80" title="D�nya haritas&#305;na d�n"><img src="skin/layout/icon-world.gif" alt="D�nya" /></a> > <a href="?view=island&id=2444" class="island" title="Adaya d�n">Sterios[78:80]</a> > <span class="city">ProPolis</span></div><!-- -------------------------------------------------------------------------------------
         ///////////////////////////// dynamic side-boxes. //////////////////////////////////
         //////////////////////////////////////////////////////////////////////////////////// -->
         <div id="information" class="dynamic">
              <h3 class="header">Info</h3>
              <div class="content">And here is the corresponding part in java console output:
    <div id="breadcrumbs">
        <h3>Bulundu&#287;un nokta:</h3>
         <span class="textLabel">Hata!</span>
    </div>
    <div id="information" class="dynamic"></div>
    <div id="mainview">
        <div class="buildingDescription">
            <h1>Hata!</h1>
        </div>
        <div class="contentBox01h">
            <h3 class="header"><span class="textLabel">Hata mesaj&#305;</span></h3>
            <div class="content">
                <ul class="h�bsch">
    <li><a href="http://ikariam.net"></a></li>            </ul>
            </div><!-- end #content -->
            <div class="footer"></div>
        </div><!-- end #contentbox -->
    </div><!-- end #mainview -->Is there a way to skip this dynamic-side boxes in java. Because I need to read an information that is located at the near end of the source code however since it stops when it hits to a dynamic-side box I can't.
    Thanks in advance, regards...

    Hi,
    That is what I was trying in deed! I was trying with a Scanner but I also tried with the link you have given. That also failed. Somehow java stops reading the source when it hits "dynamic-side box". However there has to be a way to skip this. If mozilla can do that, I know that java also can. I wonder how....
    Cheers...

  • Flash 7 dynamic text box IE issues

    Hi all,
    I am having issues with IE V.6.0.3790.0 not loading dynamic
    text into text boxes inside a Flash 7 SWF on a remote desktop. Does
    anyone know of any compatability issues with dynamic text boxes and
    IE? The file loads properly into Safari on my MAC, and I have the
    latest Flash Plugin installed. Could it be a Plugin issue, rather
    than a IE issue? The reason I am asking is I have a site launched
    and many people cannot see the pages that pull in Dynamic text. I
    am trying to either get to the bottom of it and provide a fix, or
    at least come up with some answers!

    quote:
    Originally posted by:
    AnandMX
    use embedFonts=true
    coz it seems that your fonts are not embedded thats y it is
    not visible there.
    Thanks - but why would the fonts be visible in Safari and
    Firefox, for example, and not in that version of IE?

Maybe you are looking for

  • Can not change and keep home page to customized setting

    Im trying to set my home page to Comcast but it is not allowing me to keep it. It stays while my session is open but once it is closed it resets to the default home pages.

  • FRM-92101 No longer being raised

    After applying (9.0.4) Patch Set 1 (9.0.4.1.0) and OPatch 3901078, when a forms session is aborted (due to an Access Violation or having been killed from OEM) the applet on the client simply hangs. Prior to applying the patches, this would have raise

  • Problem while printing

    I am using adobe acrobat professional 8.1. while printing the printout will be jumbled. For this if i use print as image option an advanced, i will get the correct printout, if i give print as image the file size will be heavier, and printing gets sl

  • Decorating return address labels

    I have created a page of Avery labels with the same name and address in each label. I seem to remember that it is possible to decorate these labels before printing.  e.g. add a border or a butterfly? Can anyone tell me how to do this? Mary Lou

  • Oracle Backup

    OS: AIX 5.2 Oracle DB: 10.1.0.4.0 We have Oracle Database running on AIX box. How could I know about any backup activities? I have just joined this project. Consultant went for holidays. Is there any way to find that any "Oracle backup" is in process