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

blake_d
blake_d
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by blake_d
Customize the badges you want to showcase on your profile
Re: Display Character count - Adobe LiveCycle 06-09-2011
Thank you, that works. So my final script is:----- topmostSubform.Page1.Sect.EngravedName::exit: - (JavaScript, client) -------------------------char_count.rawValue= this.rawValue.length

Views

185

Likes

0

Replies

0
Display Character count - Adobe LiveCycle 06-09-2011
Hi,I am using Livecycle 8 to create a form that will calculate a cost based on the number of characters the user want engraved on a item.I have a text field called "Engraved_Name".I have a numeric field called "char_count" (which is set to Calculate - read only). I will use the number in this field to calculate the cost. What is the script to count the number of characters in the "Engraved_name" field and display it the "char_count" field ?I found other examples and have tried this and its not w...

Views

1.9K

Likes

0

Replies

2
Digital Signature - enforce mandatory fields before signing - Adobe LiveCycle 03-06-2011
(Using version 8.05)I have a form with digital signature that locks certain fields in a collection upon signing it, then they click button to send full PDF via email to another person. That person then signs, locking down their portion of the form, and email to another person for action.The digital signing works fine but it allows mandatory fields to be locked down even though they are blank, the submit button enforces the mandatory fields but will not enforce the digital signing. The button can...

Views

1.5K

Likes

0

Replies

1
Re: How to send a form created with liveCycle in PDF (via webmail?) - Adobe LiveCycle 16-03-2010
I have been able to have the full pdf sent as an email attachment on our network where we all have Outlook 2007.I want to have the form availlable on website but wondering what happens if the person filling out the form does not have an email client on their PC? Lots of people using webmail now (hotmail, yahoo, etc) what happens in this case?(I don't have a computer without an email client)

Views

159

Likes

0

Replies

0
Re: Can you set drop down list as multi-line??? - Adobe LiveCycle 16-03-2010
Many thanks to Paul for the help.This is the java he gave me as an example for others.In the drop down list: (the short version needs to match what you entered in the table field values)topmostSubform.Page1.Sect.Criteria::change: - (JavaScript, client) -if (xfa.event.newText=="1. Demonstrating notable skill, judgement or dedication"){topmostSubform.Page1.Sect.Criteria_Long.rawValue="Demonstrating notable skill, judgement or dedication"}if (xfa.event.newText=="2. Demonstrating a high standard of ...

Views

321

Likes

0

Replies

0
Re: Can you set drop down list as multi-line??? - Adobe LiveCycle 27-02-2010
Can you help me out with the script to populate the text field?I want the values from the Criteria to go into the Description.Thanks,Blake

Views

295

Likes

0

Replies

0
Re: Can you set drop down list as multi-line??? - Adobe LiveCycle 27-02-2010
Thanks, thats what I figured and was the direction I'm taking.I'm having trouble figuring out how to do the prefill to the text box...the example form I have won't open in livecycle, just adobe.Can you help?Blake

Views

294

Likes

0

Replies

0
Can you set drop down list as multi-line??? - Adobe LiveCycle 26-02-2010
Hi, I am new to form design. I want to allow the user to pick from 4 scenarios from a drop down list. They are quite long so get cut off at the end of the line. Is there a way to make a drop down multi-line after its picked?If not,I could shorten the descriptions but then would need the full text pasted into a multi line text box.Help!

Views

2.2K

Likes

0

Replies

4