Hello Everyone,I am new to livecycle designer. I have a fillable pdf form(having almost all the field types, dynamic image uploads, and javascripts). I don't know if it is possible to have fillable form for mobile devices( for iPhone,ipad,Android).Does any one have idea how can I make my existing pd...
The form is developed in Live Cycle 9There is the following code:var str = rawValue;var FIO = str.split (' ');var a = FIO.lengthswitch (a) { case 2:{ FIO [0] = FIO [0].charAt (0).toUpperCase () + FIO [0].substr (1); FIO [1] = FIO [1].charAt (0).toUpperCase () + FIO [1].substr (1); rawValue = FIO.joi...
Форма разработана в LiveCycle 9. Поле используется для ввода текста в нижнем регистре. Необходимо, чтобы во время ввода текста ("изменить" событие) в первых букв слов появляются в верхнем регистре. Написано следующий код: < событие деятельность = " изменение " имя = " event__change "> < сценарий CON...
Hi,I am creating a form for a conference and the participants can only choose each activity on offer once during the week. However each activity is offered on multiple days. I have added a dropdown list for the options on each day. What is the best code to use so that when they choose "Activity 1" o...
I have an agenda form that has a repeating subform for capturing Action Items. What I would like to do is to email just the action items after the meeting has ended without having to cut and paste bits and pieces. Is there a way to use the email button to allow me to select just the repeating subfor...
Hi,I created a form, in LifeCycle Designer, with a "Save Form" button which has validation rules in it. However, if I click the File menu and select a save method (Save, Save as, Save As Other), I can save the file and bypass the validation rules, which is not what I want.Is there a way that I can c...
HI GUYS,I am new to livecycle designer and am building a form that has 3 dropdown menus; 1st dropdown menu has a list of options e.g. E_COM, E_ENGS and by selecting this the second menu populates E_COM 1, E_COM 2 and when an item on the second menu is selected e.g E_COM 2, the third dropdown menus i...
HI Friends,I want to use Adobe LiveCycle Workbench fragments, that i have creating in dynamic pdf form , on my web pages.I want to save my application development time so want to reuse the same fragments in the application itself.Please suggest how can i do this? Your quick response will be very ben...
Hi everybody,The user ticks "English/French" and fills in the textfield "tel"., the text appears in the boxes below. But, after having typed the password, the text appears in only one card !Any help will be very very appreciated.https://workspaces.acrobat.com/?d=E8RAnqlzHzpUqr24wRe5Sw
I have created a pdf form and I want to allow the user to upload an image into it, the user should be able to upload a different image replacing the previous image he uploaded.