Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/15/12
    I have a form where we want users to enter/select a date in a date/time field and have another date automatically calculate 180 days past the date entered - an end date.  I am new to FormCalc and I was wondering if anyone had a simple code to solve this?

    Views

    9.3K

    Like

    1

    Replies

    19
  • 2/15/12
    I've tried searching through the discussions for an answer to this question, but I haven't found one, so I'm hoping it will be a quick, simple answer. And thanks in advance to anyone willing to help.I'm creating a form which asks for the street address and the mailing address of the applicant. I've ...

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 2/15/12
    Hello,I'm sure this is a pretty standard problem.  I have a form that flows over multiple pages (in reality is just one page).  I've been able to manipulate the first "Previous" button because of an if/then referencing .currentPage = "0"  but since my form can have different numbers of pages I can't...

    Views

    1.9K

    Likes

    0

    Replies

    7
  • 2/14/12
    Thanks to Jono & WhyIsThisMe for getting me started on my first scripting project! I am almost there with my purchase requisition form (90% made from the tutorial).  Everything works except for the Taxable columnI can't figure out the correct syntax for checking the value of the check-box in the Tax...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 2/14/12
    Is there a way to increase the size of the actual "fill in" marker (default, solid square, check mark, circle, diamond, etc)  used in radio buttons when reendering a form as a static pdf? I know you can always increase the actual size of the radio button itself to increase the marker size, but for s...

    Views

    4.0K

    Likes

    0

    Replies

    3
  • 2/14/12
    I'm trying to add a hyperlink to a form with a PDF artwork background. I tried using a "HTTP Submit Button" -- but I can't figuer out how to make the page open in a browser and not open the page as a PDF. Is it possible to just add a simple hyperlink in Livecycle Designer ES2 and have the link open ...

    Views

    6.5K

    Likes

    0

    Replies

    4
  • 2/14/12
    Hello,I'm trying to have a button on the Master Page do different things according to which part of the form the user is on.if (xfa.host.currentPage = "1" ) { do x;}else {do something y; }It doesn't seem to work. It always does x.  I suspect that since it's really 1 long page (flowed subforms) it's ...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 2/13/12
    Hello, This seems to be a common question and I have found some answers but it does not seem to be working for me.I have a form (form1), and on page 3 (page 3) I have a table with a group of radio buttons (9 groups of 3 radio buttons). I wrapped my radio buttons in a subform which I called 'Comparis...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 2/13/12
    I am trying to have some type of tracking system for when a user opens a pdf. Is there a way to provide notification or logging to the server when a pdf document is opened?

    Views

    5.4K

    Likes

    0

    Replies

    3
  • 2/12/12
    HI,I have a few textfields in my form with a confined static area and the default font size is set to 11px. However, some users would like to have an option of increasing the font size in these fields. I have looked around for a solution and I understand the there are 2 ways to achieve this: either ...

    Views

    6.9K

    Likes

    0

    Replies

    8