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

  • 15-10-2010
    Hi,If i assemble/merge two interactive forms what will be the resultant form.Will it be interactive or flatten forms?I am expecting to get interactive form.if it yeilds non-interactive form then let me know why it would give non-interactive form, How can i merge two interactive forms to get interact...

    Views

    704

    Likes

    0

    Replies

    3
  • 15-10-2010
    What I would like to do is create a button which would prompt the user to save the file to a defined network drive\folderand automatically put the yyyy/mm/dd prefix as the first part of the file name, the users can then add additional data to the the file name.Is there anyway when you open a form to...

    Views

    4.4K

    Like

    1

    Replies

    9
  • 15-10-2010
    Hi AllI have encountered possible bugs in calculate.override.It seems that I cannot turn it off and allow the user to type freely, and then turn it on again.The situation simplifed:1) There are 3 text boxes, A, B and C.2) A and B are normal text boxes, free to type.3) C is set as 'Calculated - Read ...

    Views

    1.6K

    Likes

    0

    Replies

    3
  • 14-10-2010
    Hello All,I have a form which has several fields. There is a reset button at the top of the Page -1 of the form which should clear/rest the form. But I have several checkboxes, out of which if some clicked few text fields / drop downs associated with it becomes mandatory. Suppose one clicks Checkbox...

    Views

    1.1K

    Likes

    0

    Replies

    7
  • 14-10-2010
    Hi,I have a form with the following hierarchy> Header> Subform [With border]> > Subform bound to datasource with repeating rowsI also have another subform, which I use as an Overflow Leader, if a Page break occursThis works fine, except if there is a page break, on the new page this displays as:> Su...

    Views

    920

    Likes

    0

    Replies

    1
  • 14-10-2010
    Hi clever people. I have a form where the form filler clicks a Yes/No radio button. If they click Yes, I want the form to take them automatically to a particular question instead of having to put in the text "If you answered yes, please go to question xx". There will be multiple occurrences. Can any...

    Views

    624

    Likes

    0

    Replies

    2
  • 14-10-2010
    I have a form that has several objects on the Master Page. They repeat (as a header) on subsequent pages when the forms grows. I've added these objects to a Form Collection. The objects lock when the correct signature is applied.However, once the form exceeds one page and the objects within the head...

    Views

    1.6K

    Likes

    0

    Replies

    4
  • 14-10-2010
    I need three master pages, the first, middle, and last. The first needs to occur exactly once, the last 0 to exactly once, and the middle needs to occur 0 to infiniti (ie. depending on user input - 1 page will have only first master page, 2 pages will have first and last, 3 or more will have first, ...

    Views

    459

    Likes

    0

    Replies

    1
  • 14-10-2010
    It took me a while to figure out what was happening when I couldn't seem to add rows. The tried and true script seemed to fail to add new instances of the table row. Then I figured out what was happening and added a line of script to fix it, however, I'm not exactly sure why it was needed--is this a...

    Views

    824

    Likes

    0

    Replies

    4
  • 14-10-2010
    I have a form with a textfield whose visibility I want to control with a checkbox. My code for some reason would not work.This is my codeif ( CheckBox1.rawValue == true ) rpl_nodename.presence = "visible"; else rpl_nodename.presence = "hidden";I know the logic works because I can put text in the tex...

    Views

    548

    Likes

    0

    Replies

    2