Highlight Fields as default for PDF Forms

Hello all,
     I've recently designed a PDF form with some required fields, which get marked in red as soon as you open the form. However, some Acrobat Reader users have to click first on "highlight fields" in order to see the required fields. Is there a way to set "highlight fields" as a default for this form?
Cheers,
David

The suggested code didn't work for me with Adobe Reader 8.0.  However, since I am a novice at this, I may not be adding the code correctly -- can you please tell me if this JavaScript client code for layout:ready is correct or not?  I added the code in red.  (I am using LiveCycle Designer ES Version 8.2.1.4029.1.523496).  It seems to be in the right place because if I alter the code to unconditionally set app.runtimeHighlight to false, then when I open up the form with Reader 9.0, the highlighted fields are off.
form1.#pageSet[0].Page1.CurrentPage::ready:layout - (JavaScript, client)
this.rawValue
=xfa.layout.page(this);
// Turn on highlighted fields
if 
(!app.runtimeHighlight){
app.runtimeHighlight
= true;}
form1.#pageSet[0].Page1.PageCount::ready:layout - (JavaScript, client)
this.rawValue
= xfa.layout.pageCount();
// Turn on highlighted fields
if 
(!app.runtimeHighlight){
app.runtimeHighlight
= true;}

Similar Messages

  • Want more robust form fields in InDesign for PDF forms.

    I wish that soon InDesign CS6 Interactive Form Fields will include the COMB field for entering data in various formats such as phone numbers, credit card numbers, using some sort of format like [number of characters] ["(nnn) nnn-nnnn"]. I use comb fields a lot. Likely others do too. I realize that we are at v1.0 in the InDesign Interactive fields, so I hope that the developers will consider this for the next release!
    I long for the power that Acrobat fields have to be implimented in InDesign.

    The powers that be (InDesign product managers, engineers, or other employees) don't frequent this forum. To have you voice heard, file a feature request:
    Adobe - Feature Request/Bug Report Form

  • Auto fill same fields in multiple different pdf forms?

    I wish to enter information such as project name, company name, date, etc. into a single data sheet.  Then I need to autofill the same two or three fields across multiple separate pdf form files.  In this case I have approximately separate files to autofill.  The forms are all different however, they have the same two or three fields.  Any ideas?
    I have been searching the internet for ideas or methods and haven't found a single solution yet.
    Thanks.

    I think this is what you're looking for.
    http://blogs.adobe.com/formfeed/2010/07/shared_data_in_packages_part_2.html

  • How do I complete an electronic signature field in an Interactive PDF form (created in Indesign)?

    How do I complete an electronic signature field in an Interactive PDF form (created in Indesign)? This form will serve as an employment application on a website. The goal is to have any person (interested in applying for a job via the Internet) access, complete and electronically sign the form upon submission.

    Hi,
    Via createPDF you would not be able to electronic sign the PDF form, you would either require Adobe Reader or purchase Adobe Acrobat to sign the PDF.
    To download Adobe Reader
    http://get.adobe.com/reader/
    You can purchase Adobe Acrobat
    http://www.adobe.com
    ~Pranav

  • ? How do you change default for .pdf files from Reader 6 to reader 9

    I cannot change the default for .pdf files from reader 6 to reader 9. Also I cannot remove reader 6. I am running Vista

    Normally, completely removing old versions and reinstalling the latest version will reassociate all applicable extensions for the program, but it appears to have failed in your case.  There may be something else going on with your machine that is producing this behavior.  You probably need to investigate that.  But what you can do to make sure the defaults are correct is click on the start orb and select 'Default Programs.'  Then select 'Associate a file type or protocol with a program.'  From the list of file types, select each of the following in turn: acrobatsecuritysettings, fdf, pdf, pdfxml, pdx, xdp, and xfdf.  If its default program is not Adobe Reader, click on the Change Program button and select Acrobat Reader from the list (you may need to expand the lower section to display more programs than it initially provides).  If Adobe Reader does not show up in the list, you will have to browse for it.  It should be located in C:\Program Files\Adobe\Reader 10\Reader\AcroRd32.exe or C:\Program Files (x86)\Adobe\Reader 10\Reader\AcroRd32.exe.
    This method is safer than manually editing the Root\Classes in the registry.

  • How do I make preview default for pdf's in safari?

    I googled it and it said to go to library in your finder, but there is no "library" in my finder. what do i do?

    You can make Preview the default for PDF files you download in Safari. Locate a PDF file on your system, select it, click cmd-i to Get Info, then find the "Open With" tab, change the application to Preview, and click Change All.
    Matt

  • Help with browser issue - Acrobat Pro default for PDF

    Hello,
    I have Acrobat Pro CS3 set as default for reading pdf's, because I often have to edit the pdf's I open. This works fine with pdf's I open from disk.
    However, it seems that somehow Acrobat Pro has taken over as default for opening pdf's inside browsers as well. My plugins list in FF shows "Adobe Acrobat 9.1.0.163 Adobe PDF Plug-In For Firefox and Netscape". Whenever I navigate to a page which is a pdf, the entire Acrobat Pro external program opens, displaying a blank page and an error message popup - when I click OK on the error, the application closes and the pdf opens in the browser window - sometimes this requires several tries before it opens in browser.
    Here is an image showing the error message and the FF plugin installed: http://terraffirma.com/images/PDF-error.jpg
    I have Reader 9 installed on system, and I am downloading Reader 10 just to see if a reinstall will correct this.
    Any suggestions on how to set system up with Acrobat Pro as default for opening pdf's from disk, and having browser directly use a plugin?
    Thank you.

    Thanks Chris - That did EXACTLY what I wanted it to do.
    I was able to create a button that prompts the user to save the form, then it hides the price fields, then it flattens, then it e-mails the form. The order was important since I wanted the salesperson to be able to save the "not-flattened" form.
    James

  • How to Supply the form field values to a pdf form when loading it

    I am working on a web site project using Asp.net where the user has to fill in a PDF eform in acrobat reader. Then when he clicks on submit it returns to my asp.net app and the PDF form supplies the values back to my asp.net app. So my asp.net app has the values that were filled in the PDF form and can save those values and work with them...
    OK.
    What I need to know is when I am in my asp.net app, and the user wants to go back and reopen the same form, from my asp.net app..... then how do I pass back the values that were saved back to the PDF form??
    I know if I had a way to pass the values to the PDF form in some way then in the Doc.open or doc.load event of the form I could easily write a little javascript to plug in the values in the PDF form fields.
    but how do I pass those values from my asp.net app to my PDF form???
    thanks

    Thanks bcweed for all the info. I fixed my problem, it had something to do with LiveCycle Designer. If I just use Acrobat to add the form fields, then the FDF works fine. As to your situation with the SavToBuf, that happens to be the method that I am using, so I will just post my code here, and maybe you can pick out what is different from yours. The Response.BinaryWrite(FDFin.FDFSaveToBuf)is at the bottom.
    Sql = "SELECT * FROM Invoices" & WHERE
    Set Conn = Server.CreateObject("ADODB.Connection")
    Conn.Open Db_Conn_Str
    Set Rs = Server.CreateObject("ADODB.Recordset")
    Rs.Open Sql, Conn, adOpenStatic, adLockReadOnly, adCmdText
    If Not Rs.EOF Then
    End If
    Set FdfAcX = Server.CreateObject("FdfApp.FdfApp")
    Set outputFDF = FdfAcX.FDFCreate
    'VendorID = VendorName = VendorNum = InvoiceDate = PreparedBy = ""
    Gross = 0
    For I=0 To Rs.RecordCount-1
    If InStr(VendorID,Rs.Fields("VendorID")) = 0 Then
    VendorID = VendorID & Rs.Fields("VendorID") & ", "
    End If
    If InStr(VendorName,Rs.Fields("VendorName")) = 0 Then
    VendorName = VendorName & Rs.Fields("VendorName") & ", "
    End If
    If InStr(InvoiceNum,Rs.Fields("InvoiceNumber")) = 0 Then
    InvoiceNum = InvoiceNum & Rs.Fields("InvoiceNumber") & ", "
    End If
    If InStr(InvoiceDate,Rs.Fields("InvoiceDate")) = 0 Then
    InvoiceDate = InvoiceDate & Rs.Fields("InvoiceDate") & ", "
    End If
    If InStr(PreparedBy,Rs.Fields("PreparedBy")) = 0 Then
    PreparedBy = PreparedBy & Rs.Fields("PreparedBy") & ", "
    End If
    Rs.MoveNext
    Next
    Rs.MoveFirst
    outputFDF.FDFSetValue "VendorID",VendorID,False
    outputFDF.FDFSetValue "VendorName",VendorName,False
    outputFDF.FDFSetValue "InvoiceNum",InvoiceNum,False
    outputFDF.FDFSetValue "InvoiceDate",InvoiceDate,False
    outputFDF.FDFSetValue "PreparedBy",PreparedBy,False
    For I=0 To Rs.RecordCount-1
    outputFDF.FDFSetValue ("Line."&I), Rs.Fields("Amount")&"", False
    outputFDF.FDFSetValue ("Company."&I), Rs.Fields("Company")&"", False
    outputFDF.FDFSetValue ("GL."&I), Rs.Fields("GL")&"", False
    outputFDF.FDFSetValue ("CC."&I), Rs.Fields("CostCenter")&"", False
    outputFDF.FDFSetValue ("DocNum."&I), Rs.Fields("DocNumber")&"", False
    Gross = CCur(Gross) + CCur(Rs.Fields("Amount"))
    Rs.MoveNext
    Next
    outputFDF.FDFSetValue "Gross", Gross, False
    Rs.Close
    Set Rs = Nothing
    Sql = "UPDATE Invoices SET DatePrinted = '" & Now() & "'" & WHERE
    Conn.Execute Sql
    Conn.Close
    Set Conn = Nothing
    outputFDF.FDFSetValue "PrintDate", Date(), False
    outputFDF.FDFSetFile "http://admin/invoices/pdf/InvoiceAuthorization.pdf"
    Response.ContentType = "application/vnd.fdf"
    Response.BinaryWrite outputFDF.FDFSaveToBuf
    outputFDF.FDFClose
    %>

  • Submit Button for PDF Form

    Good Morning All,
    I have created a simple form in Live Cycle with a submit button. Originally, I placed a "Submit by E-Mail" button and found that wasn't working at all. Then I tried placing a button and reconfiguring it as a submit button. The button I reated has the correct group e-mail address I want the form submitted to - the department's generic e-mail address. When I go to test the form it defaults back to my e-mail address. This is driving me crazy. What am I doing wrong???? Help, anyone.
    isidave

    Try using www.PDEmail.net
    Link: http://www.pdfemail.net/
    For complete control over your PDF Form submission e-mails, check out PDFEmail.net.

  • How to check a checkbox field value in fw9 PDF form

    Hi,
    I got a PDF given form IRS (http://www.irs.gov/pub/irs-pdf/fw9.pdf). While creating a widget to this pdf form to sign it, I merged the custum data to those PDF form fields using API setMergeFields.
    All the data fields are merged fine except the checkboxes. I tried by passing the values to the merge_fields array as 'On', '1', 'checked', 'checkbox(checked)' but no luck
    What is wrong here in checking the chexbox field in this fw9 PDF or How to check a checkbox field in a form?
    Thank you,

    Hi Simon,
    I re-added and edited the fields of fw9 form by pdf printer. While doing so, I made fields as ready only so that, the data cannot be edited in the form through the widget but will be merged the data to fields only be the code. Wherein Im using the widget only for signature but not for form filling.
    Here, Im able to merge my custom data to all fields while creating widget but not to the fields of checkboxes. The checkboxes fields which are made ready-only are not allowing me to merge the value as checked by the API.
    Please help me,
    Thanks you,

  • Updating Tag Name using Adobe Professional for PDF form created with Tags in Adobe Livecycl Designer

    I have created a form using Adobe Livecycle Designer. These PDF forms have Tags on them when created and generted from Adobe livecycle designer.
    I am able to open the PDF form in the Adobe Profesional 9.0.
    I want to edit / Update the Tags on the PDF form using Adobe Professional 9.0. I am not seeing any option to view the Tags on the forms so that I can edit it while I have open the PDF in the Adobe Professional. The PDF document was created in Adobe Livecycle Designer 9.0
    Please let me know how can I edit the Tags on a PDF form using Adobe Professional for a Form that was created using Adobe livecycle and tags added.
    Thanks,
    Siva.

    Edit the tags in Adobe Livecycle Designer.

  • Support for PDF form editing in Acrobat Pro XI and futire versions?

    Will Adobe Professional continue to support the creation and editing of PDF forms after Forms Central? Can I import my Forms-Central PDF forms into Acrobat XI? What are the plans for future versions of Acrobat Pro - any cancellations planned for forms-features?

    >. I understand that this LifeCycle Reader Extensions allows for such a result
    That's correct.
    >but I have not clue how to add this funtionality to my already created PDF?!?
    LiveCycle Reader Extensions is a product. You buy it. Note that the
    price is "on application" and varies with your company's needs, but is
    typically either tens or hundreds of thousands of dollars. This is to
    offset the "lost sales" of Acrobat which people would otherwise have
    to buy to save forms.
    > I have downloaded the trial version Adobe LifeCycle Designer 7.1 (which appears to have full functionality for only 60 days)in hopes to just add this capability
    There are many products with LiveCycle in the name from Adobe. That's
    a different one.
    Aandi Inston

  • How to find where used for PDF forms

    Hello Everyone,
    I have a small issue. I want to find the where used list for a PDF form SD_INVOICE_FORM01. Just want to see the driver program which is calling this PDF form.
    Can some one help me in this regard?
    Quick response would be appriciated. Thanks in Advance!!!

    Hi,
    You can see the driver program in Tnapr table.
    Give the FORM name in the selection criteria. You will get the driver program details.
    If you have the FM name generated,goto se37 and check where used list there.( It is useful only if  the FM is used by its name in the driver program.)
    Regards

  • Multiple print for pdf form retains the value from previous!

    Hello All,
    We have developed Adobe Print Forms for our business requirements.
    When we try to print these forms from the direct transaction, it prints fine. But when we try to select multiple forms to be printed with one transaction, the pdf form generated has data from all the selection!
    Eg: Form printed properly for Delivery Note through transaction VL02N.
    The same form when we try to print for multiple deliveries from transaction VL71, i retains the data and prints one huge form having all delivery data!!
    Please help us out in this issue and let us know what is tha we are missing in this process!
    Thanks a lot for your time and help.
    Gaurav

    Hi ,
    i think that the problems comes form the data you give to the form, do you make a refresh of internal table before populated them ...
    regards

  • Data in dropdown list field are empty in PDF form

    Hi all.
    Viewing a pdf form created with SAP interactive Forms offline method, the data in the dropdown list field are empty.
    The data in the dropdown list field are generated by xml file produced by an abap report.
    The problem occurs opening the form with Adobe Reader 8.1 or higher. Using Adobe Reader release 7.0.9 everything is ok.
    Do you have any suggestion?
    Thanks in advanced.
    Best Regards.
    Moreno

    Hi Otto,
    the only release of Adobe Reader that work is 7.0.9. Release 8.1 and 9 have the same problem where the data in the dropdown list field are empty.
    At the end of the trace file in Adobe Reader 9.0.3 I find this error message:
    "Invalid version: The current version of the XFA template model exceeds the capability of Acrobat / Adobe Reader 7.0.5."
    The form has been created using Adobe Lifecycle Design 7.1.
    Any idea?
    Thanks
    Moreno

Maybe you are looking for

  • NX Ultra compatible with a GMac OSX?

    I have a GMac with a built in cam that I don't like. Anyone know how to by-pass it and use a NX Ultra webcam? Somebody help a dude out!

  • Field symbols or ?

    Hi, its possible form internal table like this: tabname | row | columnName | columnValue t005 | 1 | land1 | AD t005 | 1 | landk | AND t005 | 1 | lnplz | 00 t005 | 2 | land1 | AS t005 | 2 | landk | ND t005 | 2 | lnplz | 01 to create internal table "t0

  • Is it possible to use the iTunes Wi-Fi Music Store without a computer?

    Hi all, I received a new 16gb iPod Touch over the weekend. I don't have a PC or an Apple computer around, so I went down to the Apple store and they activated my iPod for me. Cool. Now I want to buy some songs from the Wi-fi store, but it looks like

  • CPU 300% since Yosemite update iPhoto 9.6

    never had any issues w/ iPhoto on Maverick, but since Yosemite and the "patch" for iPhoto 9.6 my CPU is going crazy... between 150% to 300% i have no problems w/ Aperture 3.6 using the SAME "Photo Library.photolibrary" i delete iPhoto from my Applica

  • How to get list of Roles assigned to each User

    Hi, I have to create a list containing Roles assigned to each user in xMII 11.5. Need your help ! Thanks in Advance ! Regards, Alok