Expand my Community achievements bar.

neohavix
neohavix
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • @partyush thank you for the script.  However, I'm a bit confused on terminology.  You mention script editor and Action Builder at the same time.  In AEM, I know Action Builder and the Script events, i.e., from the dropdown I can choose from the list different types of events I want to script like ex...

    Type

    Questions

    Views

    506

    Likes

    0

    Replies

    0
  • Hello.  I'm using AEM Forms Designer 6.5.  I have a multi-page form (16 pages).  If I were to reset all the fields in page13 only, can this be done using Action Builder?  I've looked at the options in Action Builder, the only choice I have is to Reset the entire form (all 16 pages).  I don't want to...

    Type

    Questions

    Views

    555

    Likes

    0

    Replies

    2
  • Here's the code: if (this.rawValue == "One (1) year") { this.parent.ddAmount.selectedIndex = 0; fltObligate.rawValue = ddObligate.rawValue; fltAmount.rawValue = "$10,000"; } else if (this.rawValue == "Two (2) years") { this.parent.ddAmount.selectedIndex = 1; fltObligate.rawValue = ddObligate.rawValu...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • This worked. Then I a modified it a little more from your previous post. This is what I did:

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • @PulkiJain: this is a screenshot of what I'm trying to accomplish.  I would like the "I Obligate" dropdown list to populate the "For the amount of" dropdown list whenever I chose from the "I Obligate" list.  The choices are: "One (1) year" or "Two (2) years".  If I choose One (1) year, I would like ...

    Type

    Questions

    Views

    1.5K

    Like

    1

    Replies

    0
  • @Pulkit_Jain_: I would like to send you a screenshot of what I'm trying to do. How do I do this on this forum?

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • I've created a form using floating texts.  One of the fields is a dropdown list with two options: One (1) or Two (2).  I labeled this as: fltObligate.  The other field is a floating text field.  I labeled as: fltAmount.  What I'm trying to do is this: if I make a selection from the dropdown list, I ...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

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

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
Top badges earned by neohavix
Customize the badges you want to showcase on your profile