Expand my Community achievements bar.

Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Well for the show/hide option, you simply would have to create a drop down field for each possible lists, and by changing their presence property with "visible" or "hidden" you can display the appropriate list based on the previous selected values.For an example, after you have created each drop dow...

    Type

    Questions

    Views

    4.1K

    Likes

    0

    Replies

    0
  • I'm sorry I'm not sure what you are trying to accomplish using this code from radzmar for Time field?? Is this related to the same topic of this thread?

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Hi there, I haven't checked out how to do this using FormCalc, but with JavaScript it is do-able.One way to do it would be having a loop to iterate as many times it needs to end up adding 30 working days. This technically will not consider public holidays, if you want to take it in consideration you...

    Type

    Questions

    Views

    815

    Like

    1

    Replies

    0
  • Hi, well at this point you have 2 different options. Either you create arrays objects with all your items either JavaScript or XML based and load them on the initialize event within the drop down lists. Or you simply create a drop down list field for each different possible lists. One will require y...

    Type

    Questions

    Views

    4.1K

    Likes

    0

    Replies

    0
  • Hi there, so how are you storing that data in the form? Are you using arrays within arrays, or maybe JSON objects? How do you determine what item list to use when a value is selected?Once you have selected a value within the first drop down, by extracting the correct items you will populate the next...

    Type

    Questions

    Views

    4.1K

    Likes

    0

    Replies

    0
  • Hi there, It is important to know how is your data stored? How do you request your data to populate your drop down lists? If you populate based on embed form data, it is possible to populate a dropdown list on the exit event of the other, but in my experience I'd rather populate them within their ow...

    Type

    Questions

    Views

    3.7K

    Like

    1

    Replies

    0
  • Hi there, so after reviewing your form, I managed to make this work.The (CurrentandPending) page, will have {Pagination > Place} to be set as "Following Previous"And the top most subform of that page (CurrentandPending_subform), will have {Pagination > Place} to be set as "Top of Page 'Page2'" I hop...

    Type

    Questions

    Views

    1.3K

    Likes

    2

    Replies

    2
  • Hi there, I have a similar form that has 2 different master pages with landscape and portrait. I just tried out with "Top of Page (Page2)" (Page2 as landscape) and it works just fine...I could take a look at it real quick if you wish, but it shouldn't be any more than this.

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    2
  • Hi there, I am not sure exactly how your form looks like, but after testing a few things, seems like the best thing you can do, would be having that repeatable page with content flow setting as "Positioned" and to use the space of the whole page to be able to make it start next page...Unless you'd b...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Hi there, The following link will explain how to submit a form using JavaScript.https://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address/ Once you execute the code to submit a form, simply change the value of the checkbox to "checked" like the following://This should work if your...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0