Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 5/9/21
    I posted this question before and thought it was answered but it was not.  My form has a requirement that a phone number be entered.  I have a warning embedded if they enter less than 10 digits and it focuses on the error.  In the exit event of the text field, I have the following:   if (this.rawVal...

    Type

    Questions

    Views

    12.8K

    Likes

    0

    Replies

    6
  • 5/6/21
    This is my array, switch(this.rawValue) {       case "1":               olpDocSub.addItem(Trampoline:);default:               olpDobSub.addItem(Please choose item.");               break; I would like case one to include: If the User selects yes to the color red, then Michael Johnson display in the ...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 5/6/21
    Now that we're in work-from-home mode, I'm trying to convert a bunch of XFA forms to be online/email rather than print focused. The submitter might select one of several approvers, and I don't want to have to maintain the email addresses in each form. So I'm connecting to an external XML file in the...

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    2
  • 5/6/21
    Hello experts,I am spending days on below problem without solution.I have nested tables (table in table) which I would like to print with header line on each page break - normal aproaching.First table has always one row, next have to be printed like normal table. Unfortunatelly I cannot change struc...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    1
  • 4/30/21
    I have a non-interactive form that has 3 master pages.The pagination of page 1 occurs dynamically depending on the data content. Page 2 is fixed and page 3 can be displayed according to some conditions.I need to condition the presence of a table on the last page of page 1.How can I do this using Jav...

    Type

    Questions

    Views

    12.9K

    Likes

    0

    Replies

    4
  • 4/20/21
    Is it possible for a user to not able to save the form if does not has check a check box? Thank you 

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    5
  • 4/20/21
    We have a document with 2 masterpages, front page and page 2 to n pages.On the masterpage we have a logo in the top, a fragment with a button to save the document back to a system, and a fragment in the buttom of the page with info about the company. This fragment is a tabel with contact info and a ...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 4/19/21
    Dear All,I have few fields in my Form which comes as below.field a = test1|test2|test3now i have splitted that with " | " but i when i try to add that in table only first line shows up.  Code :var prBatchTable = prBatch.formattedValue.split("|");if (prBatchTable[0] != "") {for (i = 0; i < prBatchTab...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 4/18/21
    PDF.JS (the pdf renderer for FireFox and other browsers) has added basic XFA support. Learn more here: https://github.com/mozilla/pdf.js/releases/tag/v2.8.335 

    Type

    Questions

    Views

    1.7K

    Likes

    3

    Replies

    0