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

Carol_H
Carol_H
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
26

Discussions

Discussions
0

Questions

Questions
12

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Carol_H
Customize the badges you want to showcase on your profile
Display/hide subform based on Reader version - Adobe LiveCycle 10-08-2014
I have a subform box that I want to appear only if the user is using Reader version less than 9, but am having trouble coming up with the JavaScript formula to make the box appear/not appear, as well as what Event to use.The box is on the first page below some unrelated instructions (i.e., not at the very top), although it could be at the top if I could figure out how to move the instructions to the top if the subform does not appear.Hope this make sense, and I appreciate any help. Thanks!! ~Car...

Views

977

Likes

0

Replies

1
Designer ES3 with Acrobat Pro 9? - Adobe LiveCycle 01-10-2012
I'd like to upgrade my Livecycle Designer ES2 ver 9 to ES3 ($30), but don't really need to upgrade my Acrobat Pro 9 to 10/11 at this point. Will Designer ES3 work with Acrobat Pro 9? Tech support says no, I need to upgrade, but I'd like a second opinion, please. Thanks! ~Carol

Views

1.8K

Likes

0

Replies

1
Re: How limit form to single page? - Adobe LiveCycle 17-07-2012
I think I understand...Do I add that to each of the three question fields? Or to the subGroup subform? Or both? Or the subPage1 subform?In this project, I don't care how much or little they enter in each of the three question fields - just so the combination of entries does not cause anything to run off the page. Thanks! ~Carol

Views

1.0K

Likes

0

Replies

0
How limit form to single page? - Adobe LiveCycle 17-07-2012
[LiveCycleDesigner ES2 ver 9.0]I want to limit the completed form to one page. There are three multiple-line text boxes (QuestionA, QuestionB, QuestionC) as the last three things on the form, all grouped within a subform (subGroup). subGroup is contained within subPage1.subPage1 is Positioned, Place: Following Previous, After: ContinueFillingParent and neither Auto-fit is checked on the Layout tab.subGroup is Flowed Top to bottom (so three Question boxes will expand/move down to accommodate long...

Views

1.8K

Likes

0

Replies

2
Re: "Submit cancelled" error - Adobe LiveCycle 04-04-2010
Niall -The size of the graphic is very small, but I can take it down more, so will do that.But it's obvious that embedding the two fonts is the biggest culprit - I didn't realize. The end user requested a distinctive font for responses, which is why I chose Courier, which they like. I just assumed Arial and Courier were very common, as most agencies completing the form will not have many extras on their computers. What would you suggest? Or would I be safe to just stay with those two and not emb...

Views

1.5K

Likes

0

Replies

0
"Submit cancelled" error - Adobe LiveCycle 03-04-2010
Can someone please help me figure out why I keep getting a "Submit Cancelled" error when clicking the Submit button (Master Page)? After the preSubmit script verifies that required fields (first page only) are filled in, it should generate an email, but "Submit Cancelled" stops everything. Document has been posted at https://acrobat.com/#d=7Uqs6BsWpNjJzrz9k79m0g Thanks! ~Carol

Views

6.7K

Like

1

Replies

8
Re: Use of oSubform - Adobe LiveCycle 03-04-2010
That is exactly what I am looking for. Thank you for helping me to understand, Niall, and thanks for your time! ~Carol

Views

1.1K

Likes

0

Replies

0
Re: Use of oSubform - Adobe LiveCycle 03-04-2010
This is making sense.So, let's say I have set my variable as: var oSubform = xfa.resolveNode("AgencySurveyForm.subformPageOne")and the following code references it as follows:var strAgencyName = oSubform.AgencyName.rawValue; if(strAgencyName == null || strAgencyName == ""){ isMandatoryFieldMissed.value = "1"; strFirstMissedField = oSubform.resolveNode("AgencyName"); }After I have finished referencing that particular subform multiple times in my script, how do I change to another subform (e.g., s...

Views

1.1K

Likes

0

Replies

0
Use of oSubform - Adobe LiveCycle 03-04-2010
Could someone direct me to a good explanation of when/how to use oSubform in JavaScript? Purpose? Best practices? Thanks! ~Carol

Views

1.9K

Likes

0

Replies

4
Re: Customize body of pdf mailto email with no click events - Adobe LiveCycle 28-03-2010
Srini - Thank you for the code. I added the four form fields to my form and replaced my preSubmit code with yours (see version #80 below), but still get the same "Submit Cancelled" message.This might provide a clue: if I don't fill out the one required field (AgencyName), it prompts the user for that, and then the "Submit Cancelled" dialog box pops up. Does that mean it is jumping right to the else condition rather than looking at the if part?Not sure why you couldn't open my first post (form is...

Views

1.2K

Likes

0

Replies

0
Likes from