Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all 5571 articles
Browse latest View live

text field in between words makes words move based on length of field

$
0
0

new to live cycle… need to figure out how to make words move  after a text field in between pre formatted words…. (i.e.   According to Mr. {name text field} we have decided to go ahead with the proposal)  based on the length of the name the words to the right should  move accordingly in the paragraph  Any help would be great … thank you


2 "Validate Failed" message for one txt field

$
0
0

I have used the patterns function to validate a text field but for some reason when the incorrect formate is entered into the field 2 "Validate Failed" message appear.  This doesn't necessary make the form unusable but is an inconvenience and wastes time.  Can anyone tell me why I'm receiving 2 prompts for the same failed validations of a 1 text field?

 

As I way typing this I think I might know why I'm receiving two mess for the same text field.  I have a created java script that runs on the exit even for the text field that forces letters to be upper case. Could this be making the validation message appear twice?  If so, anyone have any idea to get around this? 

 

Thanks,

Chris

 

PS - I have verified that the java script action set to run on the exit is the cause of receiving two validation failure messages.  I commented out the exit even runtime code and only received 1 validation failure message when txt was entered that didn't matches the requirements. I would like to not have to choice between forcing all letters to be upper case and only receiving one validation message.  Any help would be greatly appreciated.

missing text at Chrome

$
0
0

My form, made in Adobe LiveCycle Designer ES2, miss text at Chrome.

If I open it and save it in Adobe Designer 7 it works!

What should I do in Adobe LiveCycle Designer ES2 to fix it?

Calling REStful webservices from Designer

$
0
0

Hello,

 

I know we can connect to a webservice via wsdl type data connection, but has anyone tried calling Restful web service by any chance?

 

If so please let me know how can we do that.

 

Thanks

 

Manoj

Increasing text clarity in interactive form for screen magnifier users

$
0
0

I have created an interactive PDF using Adobe Livecycle (textfields, dropdowns etc).  The form is working fine but I have been advised that users of screen magnification software (Zoomtext & Supernova) are unable to use the form as the text pixelates significantly when zooming. Is there a way that I can increase the text clarity in the document?  I have tried the accessibility options but they are all greyedout.  Presumably this is because the PDF is locked.  Unfortunately I am unable to send the PDF as it's confidential.

 

Any advice would be appreciated

 

Ben

How can i make that a subform does not overflow on an other one?

$
0
0

Hi gents,

 

My question is pretty simple yet it gives me a lot of troubles.


I have a page, containing a header and a footer in the master page. In the middle of this page, i have a table that overflows on the next pages because it is too big to fit on one page, and below this i have a subform containing a legend for the fields in the table. My problem is that y table always overflows on my legend. Here is a simplistic drawing to explain my problem :
Page.png

My problem here is that the red square(the table) goes over the green square(legend). How can i prevent this?

 

Thanks alot for any input!!
Max

Checkbox check style issue

$
0
0

Has anyone run into a glitch where a newly added checkbox in a form will only display an X under the default setting, but won't allow a different style of mark, such as a check mark? I need to use the check mark style to be consistent with the other check boxes on my form (which still allow the check marks without a problem). Any ideas?

Only able to choose from one drop-down

$
0
0

I have two drop-down lists. One includes a list of particular locations within an organisation, the other includes a list of other different type of locations. What I want is if the user chooses from the first dropdown they can't choose from the second list. I also want them to be able to delete their first choice if they change their mind and be able to choose from the second list ... and vice-versa if you know what I mean.

 

Is this possible?

 

Thanks for your help.


Populate current date into date field?

$
0
0

I've been working on trying to get a date field to populate the current date if the user enters ' / ' into the field.  So far I have been able to replace ' / ' with a value but I am not able to populate the current date.  I have tried several suggests that on who to populate current date but have not been able to get my code functioning. 

 

I have place the below code on the exit even of the date field which runs correctly but when I try to add in the date it breaks.  Any one have a suggestion?

 

if  (this.rawValue == "/")

{

this.rawValue = 1

}

 

Thanks

create a list of values added

$
0
0

forum.jpg

 

I created a form that allows to add new istance from a user. When the user click a button "Confirm" i want to create a list of this field added. Someone can help me?

 

Message was edited by: TryToDo

help withinserting choices in form letter

$
0
0

Hi All,

 

Im new to LC.  I need some help with a form letter (report).  In the middle of the text i need to give the user an option, like a have or have not choice.  I woudl like the choice to be placed inbetween the words properly so it looks as if they only typed that one word making the other choice invisive.   I have played around with RB's and a drop down with floating text box, but i dont have room for the floating text box and it looks out of place for the user.... Is there a way to give a user a choice and make the form letter look normal?

 

Thanks

 

Bruce

how to automatically open 2nd dropdown upon exit from first

$
0
0

Hi...

I have 7 dropdown in a table.

i would like to have the dropdowns automatically open upon exit from the previous one..

Any ideas?

 

thanks

(ES4) How to create a flowable form that does not overlap when pushed to a new 2nd page

$
0
0

I have a form that involves text insertion boxes, plain text, and checkboxes.  I successfully made my text insertion boxes a flowing expandable layout, but once it gets too big and it has to push the subforms below it onto a 2nd page, all that information overlaps eachother on the 1st line of the new page like the subforms disappear. How do i get it to flow like the original 1st page? I can post a pic if its confusing, but its so frusturating!

Submit a signed pdf via email

$
0
0

I am using livecycle 2 to create interactive forms.  The users will be working in Adobe Reader or Adobe Acrobat so I need this to work in both.

 

I have done this before, but the fields are not working properly and I am not quite sure how to fix it.  I used the generic button and wrote the following script in presubmit. 

 

 

 

F.P2.Button1::preSubmit:form - (JavaScript, client)

 

var strToAddress, strSubject

 

//Capture the values from the form fields.

strToAddress = txtToAddress.rawValue;

strSubject = txtSubject.rawValue;

 

event.target.submitForm({cURL:"mailto:"+ strToAddress + "&subject=" + strSubject + "&body=",cSubmitAs:"PDF",cCharset:"utf-8"});

 

 

In the two fields (strToAddress & strSubject), I entered in the information that I wanted in the Object, value, default line.  It seems to be combining some wierd combination of the default information from both fields into the To line and then using the file name as the subject line. 

 

Any suggestions?

how to use one form to calculate totals form 4 individual forms

$
0
0

If i had 4 separate forms with 3 number fields each, how can i use one form to calculate theirs totals?

 

Form 1 numbers + Form 2 numbers + Form 3 numbers + Form 4 numbers = Form with combined totals

 

can anyone point me in the right direction?

 

Thanks


Dynamic Form

$
0
0

how to create a dynamic form in which requirement is like this "if we select on first radio button some fields (numeric/txt box)  appears and are mandatory .And if another radio button is selected fields that were related to first radio button are hidden and fields that are corresponding to 2nd radio button are visible.Also no blanl spaces should be there due to hidden fields.

Runtime Error in ES4

$
0
0

I recently upgraded from Adobe Pro 9 to Adobe Pro XI.  With this upgrade I received the LifeCycle ES 4 upgrade as well.

When I save an existing form (with changes).  I get the following error mesage.

es4 error message.PNG

This is on a local computer only and is not on a network or shared system. 

Html rendering

$
0
0

hi

 

is there another way to render HTML on a textfield other than the Rich text field option ,because i am passing in a table in a field as HTML and its not rendering

How to calculate totals from 4 individual forms

$
0
0

If i had 4 separate forms with 3 number fields each, how can i use one form to calculate theirs totals?

 

Form 1 numbers + Form 2 numbers + Form 3 numbers + Form 4 numbers = Form with combined totals

 

can anyone point me in the right direction?

 

Thanks

how to automatically open date/time field (calendar) when end user tabs to that field

$
0
0

Have two calendar fields...calendar 1 and calendar two

Is there a way to have the calendars automatcally open when field is either clicked on or tabbed to?

 

thanks

Viewing all 5571 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>