Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 10-04-2013
    Dear All.How should i restrict a numeric field with 8 digits length? (without any default validation message).Thanks,.VJ.

    Views

    593

    Likes

    0

    Replies

    1
  • 09-04-2013
    I have one table like thisNameSurnameDatumPlace of birth+-I'v seen one PDF same like this when you click + button it is coming one row more and if you click minus it is deltining the row.Help me please with formula.Thank you

    Views

    760

    Likes

    0

    Replies

    1
  • 09-04-2013
    Hi, how I can make this script to work? Quantity, Discount and Amount are numeric fields.if (Quantity.rawValue>=5 && Quantity.rawValue<=14);{Discount.rawValue=Amount.rawValue*0.05;} else if (Quantity.rawValue>=15 && Quantity.rawValue<=29);{Discount.rawValue=Amount.rawValue*0.10;} else if (Quantity.r...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 09-04-2013
    I am trying to create a registration form for a conference. In this form, I want to offer multiple discounts based on date of registration (basically an "early bird" program). I am not sure of the best way to do this. I have a form total which basically sums all areas of registration options. Once t...

    Views

    357

    Likes

    0

    Replies

    0
  • 09-04-2013
    how I can make a numeric field to display a decimal like 1.00, 2.32, 3.33,0.45 Thanks

    Views

    2.5K

    Likes

    0

    Replies

    5
  • 09-04-2013
    I am trying to submit (as a PDF) a document to a REST url (a long lived adobe livecycle process). When I open the PDF via internet explorer and submit, it does not seem to do anything. Does anyone know why and how I can get around it?

    Views

    5.3K

    Likes

    0

    Replies

    9
  • 09-04-2013
    I have built this form up to do some impressive things with everyone's help from this forum. However I cannot seem to figure out how to hide the complete part of the last page. On the postSign event of this document using the script field.presence = "hidden"; or using field.presence = "invisible"; w...

    Views

    778

    Likes

    0

    Replies

    2
  • 09-04-2013
    Hi,I want to convert Document object to byte array. For that I want to use StringUtils. I've installed LiveCycle workbence ES2 but I couldn't find it anywhere. Can you please let me know how can I get it?

    Views

    333

    Likes

    0

    Replies

    0
  • 09-04-2013
    I want to add code to a button. I have the button selected. I choose Events with Scripts from the "Show" drop down menu. However, I am unable to click into the script editor box and type the code. The box is grey'd out.Please help.

    Views

    409

    Likes

    0

    Replies

    1
  • 09-04-2013
    I have a text field with ghost text. There is also a button to add additional text fields. When a user clicks the "add an additional text field button" the new text field appears but without the ghost text of the original text field. I have tried scripting the click event of the button to fire or ru...

    Views

    990

    Likes

    0

    Replies

    1