Adding a digital signature to a form

Hi all,
I'm new adobe designer and have been tasked with creating an on-line registration form. So far I have been able to add all the fields and such for users to enter their information.
I have read through the forums and found out how to add little bits of javascript and stuff to the forms too.
At the moment I have a four page form with stacks of questions.
There is a question I have on there that is a check box with the usual "I accept the terms, blah, blah" on it and I need that field to act as a digital signature, or if not that, apply a signature to the form when the submit button is hit.
At the moment I have regular button as the submit button as I needed to be able to change the body and subject of the email at run-time and could only get it to work through javascript at run-time.
If anyone knows how to get this to work, I'd appreciate the help as I have no idea what I'm doing!
Cheers,
Dave

Hi,
It depends on where you placed the script, probably best place is the exit event.
if (this.rawValue != null || this.rawValue != "")
     this.access = "readOnly";
else
     this.access = "open";
This will only lock the field that the script is inside.
You should check out Paul's example LockAllFields, which contains a function in a script object. While Paul calls this from a click event in a button, you could call it fromthe exit event of the particular text field.
Re: Saving Fillable Form as non-fillable PDF
Hope that helps,
Niall
Assure Dynamics

Similar Messages

  • Digital Signature problem : Adobe forms

    Hi Experts,
    I am facing one issue in Adobe forms while implementing Digital Signature in one of the Custom Adobe form. I am following some steps as mentioned in the below link
    <link to blocked site removed by moderator>
    The problem is when I execute my Adobe form I am not getting SIGN button in my generated form as mentioned in the link.
    I am using Adobe Live cycle designer 8.2 and Adobe reader 9.
    Please help me out on this since I am new to Adobe forms as well.
    Thanks
    VJ
    Moderator message: this is the wrong forum, please have a look in the forum for "SAP Interactive Forms by Adobe".
    Edited by: Thomas Zloch on Oct 21, 2011 1:56 PM

    Apart from the above question can anybody guide me whether do we need Adobe Acrobat instead of Adobe reader to implement  Digital Signature in Adobe form.
    Looking forward towards some useful suggestions!!
    Thanks
    VJ

  • ADOBE Form - How to include digital signatures in adobe forms?

    Hi all,
    Can any one tell me the procedure for including a digital signature in adobe form?
    Thanks,
    Vineel.

    Hi,
    If you have a third party software which captures the signatures (Ex: ePad), then you can have that integrated to SAP where all the signatures get stored as in SE78. From here you can insert directly in Adobe Form using Graphic Content method in an image field. Hope this is helpful for you.
    Regards,
    Ram

  • Digital Signatures on Scanned forms

    Is it possible to apply Digital Signatures on Scanned form; i.e can we add a hidden signature field?
    Thanks,
    Nith

    Answered my own question. These numbers represent the time zone of the area where the digital signature was created.

  • How i add digital signature in interactive form

    Hi gurus,
    I want to upload an Digital Signature in Adobe forms. Could any body tell me the procedures please help me out.
    Thank you,
    pawan

    Hi Pawan,
    Inorder to make use of Digital Signatures in forms, you have to first configure the ADS based on SSL and not Basic Authentication. Refer to the ADS Configuration guide for the same.
    After the configuration using SSL as the security mode, you need to place a signature field when designing the Adobe form.
    In addition you need to create a signature in Adobe Reader(if used to display the form) which you can use to sign the document at runtime.
    Hope this helps.

  • Variable numbers of digital signatures in a form?

    I'm trying to build a template form that can be used to propose new projects.  I have a dynamic table where the author can add rows to add offices that will be involved in the project.  I also have a table at the end that represents a "workflow" that the final proposal will go through so that all the offices involved can approve the document.  Right now, when a row is added to the offices table, a corresponding row is added to the workflow table.  But I can't place digital signatures in the repeating portion of the workflow table.  I understand this is not supported, but does anyone know of another way to achieve the same effect?  Basically I need a form that can support a variable number of digital signatures.

    Jennah
    I'm not sure I fully understand your question.  Are you looking to add signatures in an automated fasion in an ad hoc fasion, or did you want to design the forms with signature fields already on the PDF form?
    Assuming you are using LiveCycle Designer to create the forms, you can ad signature field(s) to the form when you create the forms.  When a user clicks on the signature field, they will be prompted to select a digital certificate to sign the form with.  Note that if the end users only have Reader, the form will need to be Reader Extended (to enable the ability to sign a PDF with reader)
    There are other third party methods to sign PDF documents such as CIC's SignIt.
    here are some links that may be of use:
    http://www.adobe.com/security/
    http://partners.adobe.com/public/developer/security/index_security_partners.html
    http://www.adobe.com/security/digsig.html
    Regards
    Steve

  • Jre hangs/freeze at digital signature dialog (oracle.forms.engine.Main)

    hi,
    we are using webforms (application server 11).
    when a client starts up a form in the browser the dialog for accepting the digital signature (oracle.forms.engine.Main) appears. in this dialog wether a button can be klicked nor the checkbox (always trust...) can be checked. still this dialog can be moved.
    what's the reason for that?
    we tried different jre versions (1.6 u12 - u20) and also patch 9553040 (jrefb-6u20-rev-b05-windows-i586.exe) doesn't work - the same problem appears.
    regards,
    matthias

    It does!
    I [read this paper|http://forms.pjc.bean.over-blog.com/ext/http://www.oracle.com/technology/products/forms/pdf/SigningJint13.pdf] before, years ago the first time. It's from *2002* and refers to JInitiator. And I read this paper again. But I stopped around page 13, reading
    +"PROBLEMS WITH MULTIPLE SIGNING IDENTITIES+
    +There is currently a restriction within Oracle9i Forms. If a Forms application is+
    +started within JInitiator or the Sun Java Plug-in, which uses code signed with+
    +multiple certificates ... This restriction will be lifted in a later release of Forms ...."+
    Not one of my best ideas. Notice, Sun Plug-in is mentioned and +8 years+ might not be enough, obviously.
    Reason behind the "re-appearance" of the problem with forms 11g is that the forms jars (including webutil) are now signed with an VeriSign certificate what was not the case with 10g. Downloading jacob.jar by your own, you get an unsigned jar file. Signing this, as you were used in 10g leads to the second signing identity and the freezing problem.
    But let's see how we could solve the problem, for the moment, perhaps for the next 8 years. We
    . took solution path 2 out of the aove cited paper (Register Your Custom Signing Certificate Separately).
    . rename jacob.jar to jy_jacob.jar (we do not want to interfere with other forms application of other companies also using webutil)
    . add the registration applet code as described in the paper to jy_jacob.jar
    . sign jy_jacob.jar.
    . [to be on the save side we repeated these steps for all our jar files, necessary for the application]
    . rename webutiljpi.htm to webutiljpijy.htm
    . modify webutiljpijy.htm by adding applet registration section before webutil registration. This reads like
    <!-- Registration applet definition (start) -->
    <OBJECT classid="%jpi_classid%"
    codebase="%jpi_codebase%"
    WIDTH="0"
    HEIGHT="0"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="TYPE" VALUE="%jpi_mimetype%">
    <PARAM NAME="CODEBASE" VALUE="%codebase%">
    <PARAM NAME="CODE" VALUE="com.joynit.forms.applet.RegisterCertificateApplet">
    <PARAM NAME="ARCHIVE" VALUE="%archive%,%webUtilArchive%" >
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="%jpi_download_page%"
    TYPE="%jpi_mimetype%"
    java_codebase="%codebase%"
    java_code="com.joynit.forms.applet.RegisterCertificateApplet"
    java_archive="%archive%,%webUtilArchive%"
    WIDTH="1"
    HEIGHT="1"
    HSPACE="0"
    VSPACE="0"
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Registration applet definition (end) -->
    . modify formsweb.cfg so that webutiljpijy.htm and jy_jacob.jar are used (original settings as comments below)
    baseHTMLjpi=webutiljpijy.htm
    #baseHTMLjpi=webutiljpi.htm
    archive=frmall.jar,iText-5.0.3.jar,vzg_grafik.jar,vzg_images.jar,vzg_netz.jar,jy_pdfutil.jar
    #archive=frmall.jar
    WebUtilArchive=frmwebutil.jar,jy_jacob.jar
    #WebUtilArchive=frmwebutil.jar,jacob.jar
    And then, after flushing the jar cache, success! No freezing. It was possible to confirm the certifcates and to start the application.
    Thnx to Mia Urman and the oracle forms communitiy on [http://oracleformsinfo.wordpress.com/] , who gave me the tip... There is another, easier solution.
    Never set one of the original oracle jar-Files on pole position (1st position) in one auf the archive parameters. This leads to hanging.
    Put one of your self-signed jar-Files in front and let the oracle jars follow. The forms application will start properly.
    It work with 3 different signing authorities, also. What makes hope for 4, and so on.
    Edited by: KRodler on 15.03.2012 11:07

  • How to Print Digital Signature in Smart forms.

    Hi Experts,
    Any one please help me how to use digital signatures in SMARTFORMS.?
    Which are the tables used to store digital signatures and please any one have any demo program which prints the the digital signature using smartforms kindly let me know.
    Thanks,
    Sunil kairam.

    Hi Sunil,
    After doing some research in sdn and other sources i found the following result...
    Digital Signatures are nothing but graphics that we can store in SAP and use in our Smart Forms.
    For Example you can create a .bmp file of your signatures, upload it via SE78, and then use it in your Smart Forms in your Footer Area as "Authorized Signatory".
    The Logic in the Print Program can be something as follows -
    1. Maintain a Z Table having fields like PLANT, FORMID (Name of the SmartForm), USERID.
    2. Before calling the Form, the validation is made for the Logged in User with the Z Table created.
    3. If the User Entry exists in the Z-Table, the Form is called and the Signature Image is displayed in the Footer Block i.e. the Authorized Signature.
    4. If user entry does not exist in the Z-Table then the message is displayed "You are not the Authorized for Printing the Form" and exits the Transaction.
    refer to these links:
    [http://help.sap.com/saphelp_nw04s/helpdata/en/23/c8b4cb4b3847a9bc32fe100f368411/frameset.htm]
    [http://help.sap.com/saphelp_nw04/helpdata/en/21/530b37cb3ed605e10000009b38f936/frameset.htm]
    if u find some info on the topic pls let me know..
    best of luck!!!
    thanks
    ravi

  • Multiple Digital Signatures in one Form

    Hello
    I have an Interactive Forms that requires the digital signing of 6 different users. There is a control under the Web Dynpro Native named : Signature : Sign and Lock which allows multiple signatures but I am not able to use it correctly.
    I need to associate text fields in the form to a certain signature so when the user signs them they are locked BUT but I need to be able to have other text fields open so another user can sign the form. It is only when the second user signs the form that the remaining text fields are locked
    Any idea ?
    Eyal

    Hi Mare,
    You cannot merge files and expect that the digital signatures will be preserved. When you sign a file you are signing all of the bytes in that file, and only that file. Once you combine files you are creating a new unsigned file. If someone were to sign the new file they are signing all of the bytes in the new file, not just some of the bytes. There is no "page level" signing in PDF files, only whole file signing.
    You can however put the signed files into a Portfolio file. A Portfolio keeps the files separate. Think of a Portfolio like a file cabinet in the physical world. Just because you put different files into the file cabinet drawer, they don't merge.
    Steve

  • Non-Digital Signature on PDF Form

    I've created a form and have a space where a signature is needed.  I'd like to use the signature field, but when my audience tested it the box was blank and did not allow them to upload a digital signature or go through the adobe security signature process (which it did for me).  This could be because they are only looking at it in Reader.  Nonetheless, here's my question:
    Is there a way to create a signature field where they can either upload their own electronic signature (like from a .jpg file) or let them sign it with a different font?
    Or do I just leave the signature field off, let them print it and hard sign the form, scan it and email it back?
    Help!

    Recent versions of Acrobat can use digital certificates to sign PDF forms with a digital signature field.
    Only Reader version XI can use a digital certificate to sign a PDF form with a digital signature field only if the form does not have Extended Reader Rights. Older versions or Reader cannot sign with a digital certificate.
    If you need this or all versions or Reader you either need to use Echosign or other signing service or purchase a LIveCycle Server product to apply the special right for digital certificate signing. But this will be costly.

  • Can Acrobat auto populate a date field upon digital signature of a form?

    We use several fillable forms with digital ID signature fields.  A business rule requires a date field next to the signature field.  Is it possible to define the date field to auto populate once the user signs the form?  I can't check this in Acrobat since I only have the reader.

    Hi,
    The short answer is yes, but of course you'll need to get Acrobat to edit the PDF file.
    Generically, here is what  you are looking to do:
    Open the Digital Signature Properties dialog
    Select the Signed tab
    Select the This script executes when the field is signed radio button
    Click the Edit button
    Add the code snippet below to the JavaScript editor
    Click the OK button on the JavaScript editor
    Click the Close button on the Digital Signature Properties dialog
    // JavaScript code to add the date at signing time
        var currentTime = new Date()
        var month = currentTime.getMonth() + 1
        var day = currentTime.getDate()
        var year = currentTime.getFullYear()
        var signingTime = day +"/"+month+"/"+year  //Modify into your preferred format
        var f = this.getField("Text1");  //Modify the field name as necessary
        f.value = signingTime;
    Good luck,
    Steve

  • I created buttons and added a digital signature, when I saved and reopened my buttons disappeared?

    I created a multi page PDF with numerous buttons for navigation. I realized I had forgotten to sign one of the individual pages, (I had recently added) so I simply put in a digital signature. I saved the document and reopened it later to find it made all the buttons non functional and uneditable... Some of the buttons were transparent (placed over written dates for reference) and some were colored boxes with text. The colored buttons became "flattened" and I could no longer edit them or click on anything.
    Why did this happen? Is the digital signature to blame? Is there a way to edit the existing buttons or do I need to recreate all of them along with the actions associated with each? any assistance would be much appreciated!

    It's possible to set up a signature field to lock other fields when it is signed. Could that be what happened? It also possible to choose to lock the file when signed to prevent changes. It's hard to tell what happened without seeing the file.

  • Getting the digital signature in the form-16

    Hi All ,
    by using the t-code pc00_m40_f16 we are generating  employee form-16.
    form-16 is printing properly but digital signature is not appearing in the form .
    can any one please help me on this .
    Thanks & Regards ,
    pramodh.

    Kindly check SAP note: 1589254 and 1168740 as it has all the information regarding this 1847862 - New Form 16 Layout for Financial Year 2012-2013

  • How to send digital signature from pdf form to fdf file?

    Hi...
    I already create the pdf form that contain digital signature field using ACROBAT XPRO...and now i would like to send data from pdf form to fdf file.I already manage to send data from other field except the digital signature.How to send the signature digital value to FDF file so that i can display it back to PDF file next time?Can anyone help me...i really need help right now...
    tq..

    hi....
    thanks for replying..
    George Johnson wrote:
    It did work with earlier versions that did not perform a full save when a signature was applied. Since Acrobat/Reader now do a Save As when a signature is applied, there are no incremental saves to include in the FDF. This can still be useful for forms that haven't been signed, oddly enough, but since you cannot control whether the user performs a full save, it shouldn't be relied on for general use. The big problem is extracting the appended saves from the FDF so you can concatenate it to original document. The FDF Toolkit is the only thing I'm aware of that helps with this.
    as u said that,Fdf tool kits can help to solve my problem.Can u send me the sample of code using java so that i can get the value using Fdf Tool kits?
    Thanks..

  • Digital Signature Integrration with Forms/Reports

    Does anybody done Digital Signature integration using Oracle Forms/Reports 10/11g.

    Otto,
    I have Signature Field in the interactive form.
    But when I click on the field, it opens the Sign Document window,
    which has Digital ID dropdown, Appearance Dropdown and Refresh IDs, Sign & Cancel buttons.
    There is no field to enter password before click the sign button.
    I need a password field in the Sign Document window to force end users enter their password then click Sign button to put their
    Digital Signature.
    Thanks
    Thruna

Maybe you are looking for