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

LouSir
LouSir
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by LouSir
Customize the badges you want to showcase on your profile
Re: Required Fields in a block? - Adobe LiveCycle 19-12-2011
Thanks again for this answer.  It was perfect.

Views

297

Likes

0

Replies

0
Re: Required Fields in a block? - Adobe LiveCycle 16-12-2011
Jono,I think I am headed in the right direction thanks to your help. I added the code and changed it for my fields but it does not seem to be triggering.topmostSubform.Page1.FirstName::exit - (JavaScript, client)if (!(this.isNull) { //if field isn't null LastName.mandatory = "error"; LicenseType.mandatory = "error"; //etc}else { //if field is null LastName.mandatory = "disabled"; LicenseType.mandatory = "disabled"; //etc}

Views

229

Likes

0

Replies

0
Re: Required Fields in a block? - Adobe LiveCycle 15-12-2011
Yes. That makes the field required on the form but I need a field required when the first field is filled in.So it needs to be something like this: If user enters a first name then require a last name and email address.

Views

230

Likes

0

Replies

0
Required Fields in a block? - Adobe LiveCycle 15-12-2011
I am creating a sign in sheet using Livecycle. I want to make certain fields required if the user starts filling in that block of fields.This is what it looks like:First NameLast NameEmailDegreeAddressCity, State, ZipFirst NameLast NameEmailDegreeAddressCity, State, ZipFirst NameLast NameEmailDegreeAddressCity, State, ZipIf someone fills in there first name, is there a way to require them to fill in their last name and email address?When I have tried required fields it makes them required for th...

Views

1.3K

Likes

0

Replies

6
Restrict signature field to "customer signature" - Adobe LiveCycle 12-12-2011
I am developing a static form to be used for an attendance sign in sheet. After the user fills types in their data on the ipad I want them to sign in via the iPad using their stylus or their finger. This option already works great.However, is their a way to make the signature field only pull up the "customer signature" option and not the "my signature" or any other option?Thanks in advance.

Views

344

Likes

0

Replies

0
Re: Help with repeatable subform please - at wits end. - Adobe LiveCycle 12-12-2011
Yea, unfortunately I learned that a little too late. I had already completed most of the form creation.Anyone need a sign in sheet?

Views

482

Likes

0

Replies

0
Re: Help with repeatable subform please - at wits end. - Adobe LiveCycle 08-12-2011
That worked like a charm. Now I need to figure out why the email button and text header on the master page is repeating on the form each time I hit submit even though I have it set to a min max of 1 occurence.Also trying to figure out how to go to the "next record" once submit is clicked.

Views

313

Likes

0

Replies

0
Re: Help with repeatable subform please - at wits end. - Adobe LiveCycle 08-12-2011
The code that was in there was created by LiveCycle.Thanks for the help. I will try your suggestion now.

Views

315

Likes

0

Replies

0
Help with repeatable subform please - at wits end. - Adobe LiveCycle 08-12-2011
I know this should be basic and easy but after about 20 hours I still don't know what I am doing wrong.I just want a button to add another subform containing the fields that need to be filled in.It's an event sign in sheet that I want to distribute to iPads. It has some user detail and then they would click submit and it would add the subform for the next attendee to fill out.Thank you very much, in advance, for your help.http://www.gatorserver1.com/links/SiS-LC-V17.pdf

Views

1.6K

Likes

0

Replies

7