Expand my Community achievements bar.

Srini_Dhulipall
Srini_Dhulipall
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • In your last post you mentioned the document printed correctly when your coworker printed the same..May be some printer settings on your machine causing the printing issues.If you could share the document that might help to see what the issue is.To share the document1. Go to URL http://Acrobat.com2....

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • You can write code in the preSubmit event (If you are using the button type as Submit) to hide the sections that you do not wish the user to see.You can use preSubmit event even if you are using "Email Submit Button".Make sure you set two more settings on the form.1) Save the form as Dynamic XML for...

    Type

    Questions

    Views

    931

    Likes

    0

    Replies

    0
  • You can do the following way..Exit event of the Dropdown with Java Script as language.if(DropDown1.rawValue == "Project"){ Customer.mandatory = "error"; JobField.mandatory = "error";}You can replace the field names with the actual names in your PDF.If you want to enable mandatory you set the propert...

    Type

    Questions

    Views

    360

    Likes

    0

    Replies

    0
  • Here is the corrected form..https://acrobat.com/#d=kjjQhBtEdU9LxvQkut4ZdQThe form has some extra HTML content. Must have copied and pasted from a different location..<exData contentType="text/html"><body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p><spa...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • You did not send the form...ThanksSrini

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • Did you convert a word document to PDF to get this form? If so, the image can not be deleted. If not, then I can check the form for you, if you send it to LiveCycle9@gmail.comThanksSrini

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • If you can share the document, I can have a look at it..LiveCycle9@gmail.comThanksSrini

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • Replace the code in the exit event with the below..Change the language to FormCalc in Script editor.if(WO_pentair_win.rawValue == -5)then vWO_pentair_win.rawValue = ""; WO_pentair_win_date.rawValue = "";else vWO_pentair_win.rawValue = WO_pentair_win.rawValue; WO_pentair_win_date.rawValue = Num2Date...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • You can do this way..Bind the date field to your XML tag.Set the display pattern for the date field.In the initialize event of the date field place the following code.Set JavaScript as language.   var dtStr = this.rawValue;var pos1=dtStr.indexOf("-");var pos2=dtStr.indexOf("-",pos1+1);var strMonth=d...

    Type

    Questions

    Views

    503

    Likes

    0

    Replies

    0
  • Srinivas,  As I understand from your post that the radio buttons are not part of the PDF.. In this case, the only way PDF form will know which radio button was selected by passing the data as part of the rendering. Currently you know which radio button was selected by being on a screen which is not ...

    Type

    Questions

    Views

    5.1K

    Likes

    0

    Replies

    0
Top badges earned by Srini_Dhulipall
Customize the badges you want to showcase on your profile