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

  • 05-04-2012
    Is there some way to add JavaScript to run when a user attaches a file?

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 05-04-2012
    I have a situation where event.target is returning undefined.I have JavaScript in the preSubmit event that was not firing when clicking the Save button in Workspace. I tracked down that this button through the Form Bridge calls saveXML. The code I need run alters the XML so I still need it run befor...

    Views

    463

    Like

    1

    Replies

    1
  • 05-04-2012
    I have created an enrollment form with LiveCyle. The employer will send the application to a new employee for them to fill out and they would like it emailed back to them. I tried the submit button but that doesn't work because while the information they input is received in a .xml file the electron...

    Views

    2.3K

    Likes

    0

    Replies

    4
  • 05-04-2012
    Hi, I posted this in the wrong forum I think - so I am reposting this here. Mods please on or the other if this a problem.I have a form where I have a text box on a positioned page that is set up in the following way- allow multiple lines - object>field options- expand to fit - Layout options.- I do...

    Views

    780

    Likes

    0

    Replies

    2
  • 05-04-2012
    Hi Folks,I have around 80 Forms to design, which are simple letters. The only thing that changes in those forms is the body of the letters. The Logo, salutation, Address Line and footer remain the same. I am trying to figure out the best way to design these forms. Following are the approaches I have...

    Views

    842

    Likes

    0

    Replies

    4
  • 05-04-2012
    Hi,I have a form where I have a text box on a positioned page that is set up in the following way- allow multiple lines - object>field options- expand to fit - Layout options.- I do have a height specified as a default.- this.maxH - ""; - is scripted to shrink the box to the smallest size possible b...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 04-04-2012
    Hi, i need to "Hide Navigation Panel buttons" in the left side of the live cycle form when its open in the workspace using scripts, so the user no need to right click each time to Hide it,thank you

    Views

    5.2K

    Likes

    0

    Replies

    9
  • 04-04-2012
    New to LC and JavaScript and am attempting to show/hide a text field on radio button (excl group) select using the presence property. Two buttons in the exclusion group (i'll call them 1 and 2), default presence of text field is to be hidden (not displayed and takes up no space on layout). I've set ...

    Views

    1.9K

    Likes

    0

    Replies

    2
  • 04-04-2012
    I understand the not dividing by zero issue, but can't get the following to work without the over/underflow error (the calculation works as intended though):if (IBW ne 0 & HasValue(IBW) & (Actual_weight/IBW > 1.19) thenIBW+(0.4(Actual_weight - IBW))elseif(IBW ne 0 & HasValue(IBW) & (Actual_weight/IB...

    Views

    320

    Likes

    0

    Replies

    0
  • 04-04-2012
    HiI have the following code on change event of a field://Restrict the Length to the Maximum 5var maxLength =5;if(xfa.event.newText.length >maxLength)xfa.event.change = "";// restrict entry to digits if (xfa.event.change.match(/[^A-Za-z0-9]/)) xfa.event.change = "";and this code on the exit event of ...

    Views

    588

    Likes

    0

    Replies

    1