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

igor_hb
igor_hb
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
10

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by igor_hb
Customize the badges you want to showcase on your profile
Re: Send form like pdf - Adobe LiveCycle 20-04-2012
I have solution :in each subform create a Button (Object -> Field -> Control type -> Regular) with click event :var vSubject; var vCC="";var vBody="";var vEmail="a@b.com";// Create subject from subform field :vSubject = first_name.rawValue + " " + last_name.rawValue + " - born : " + born_date.rawValue ; event.target.submitForm({cURL:"mailto: "+ vEmail +"?subject=" + vSubject +"&body=" + vBody + vCC,cSubmitAs:"PDF",cCharset:"utf-8"});

Views

111

Likes

0

Replies

0
Send form like pdf - Adobe LiveCycle 15-04-2012
Hi,I have form and I need to send form in PDF format to specific mail ...in the start user must select check box : when user select 1 check box option subject mail is Name 1 + address2 .... when user select 2 check box option subject mail is Name 2 + address2....My problems (sorry I'm beginner), is button for send form in the PDF format ...I create one button for each subform like (click event) :--------------- subform1 -----------------var oDoc = event.target;oDoc.mailDoc({bUI: true,cTo: "a@b.c...

Views

730

Likes

0

Replies

1
Re: Comb of (number) character ... - Adobe LiveCycle 15-11-2011
We are sorry that due to health problems before I could get advice and help solve this problem. Here is something I made, so please advice whether it is wrong, and that if we are able to provide advice on the first three text fields, which may begin with a zero, so that they Formatting ...It is also not clear to me why DDlist when we change the value after a few choices not display all the fields?In any case, thank you for the advice and recommendation that you gave me ..

Views

628

Likes

0

Replies

0
Re: Comb of (number) character ... - Adobe LiveCycle 11-11-2011
Thanks.Whether you can send mail to see this example?Something changed and I still is not working ...

Views

493

Likes

0

Replies

0
Re: Comb of (number) character ... - Adobe LiveCycle 11-11-2011
Thanks but Dont work !Always display only 6 characters ... That is perhaps a problem in the EXIT event?Is it possible to do something like: If we have 24 fields (comb of character) (for Andorra IBAN account) to display the size of the field as a 24x0.2 ... ? where the field width is 0.2 character

Views

492

Likes

0

Replies

0
Comb of (number) character ... - Adobe LiveCycle 11-11-2011
I am a beginner in Adobe LiveCycle application, and I apologize for any confusion, but if someone can help, how to make a dynamic form, with the following elements (the IBAN account): 1. Drop down list with name of state (Albania, Andora, ...) 2. text field with : 2 character of state (ex. Albania = 'AL', Andora = 'AN', ...) + variable number characters of each state comb of (number) character (ex. Albania 28, Andora 24, ...)So, can something like:if(DropDownList2 == "Albanija") { this.numericFi...

Views

3.6K

Likes

0

Replies

8
Re: Button / E-mail Subject properties - Adobe LiveCycle 22-08-2011
Dynamically setting a submit by e-mail addresshttp://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address) - answer.

Views

148

Likes

0

Replies

0
Re: Email PDF Form as a PDF Document - Adobe LiveCycle 17-08-2011
Problems is how to send data from pdf form like .pdf file ?Try this :On the form create Submit by Email buttonin Object palete create input mail addreseopen XML Source tab i press : Crtl+F to find UTF-8when find some like this : .....

Views

375

Likes

0

Replies

0
Re: Button / E-mail Subject properties - Adobe LiveCycle 19-07-2011
Idea is that the E-mail subject have value :E-mail text (default value) + value from text field from form (variable)ex.Mail from Mike

Views

153

Likes

0

Replies

0
Button / E-mail Subject properties - Adobe LiveCycle 18-07-2011
For a button, the object / field propertiescan link the text from e-mail subject to some of the fields from the form, such as last name,eg.e-mail subject (text) + last_namethanks.

Views

605

Likes

0

Replies

2