Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/12/21
    I have a form that has 12 fields, 2 radio buttons, and a field for bank routing numbers.  These need to be validated.  Here's the catch.  Can't use "Submit by email" button.  I was thinking of using a "Save" button that would validate those fields.  But, I don't know how to get there.  As for the fi...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 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...

    Views

    11.7K

    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 ...

    Views

    1.1K

    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...

    Views

    1.3K

    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...

    Views

    984

    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...

    Views

    12.2K

    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 

    Views

    1.9K

    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 ...

    Views

    957

    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...

    Views

    857

    Likes

    0

    Replies

    1