Expand my Community achievements bar.

01371406
01371406
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have the code:xfa.host.messageBox("Are you ready to submit this document via email?","",4,2);if (nResponse == 4) {//script;}else {//script;}Javascript Console gives an error when "Yes" or "No" is selected.ReferenceError: nResponse is not defined3:XFA:form1[0]:Page1[0]:Buttons[0]:SubmitButton[0]:cl...

    Type

    Questions

    Views

    652

    Likes

    0

    Replies

    1
  • I am trying to delete a subform or field on the preSign event. So far none of the javascirpt code I have tried has worked. Is deleting a field or object in the preSign event prohibited?  If so how do I delete a field then upon signature? Pretty much I am trying to delete a watermark on signature. Th...

    Type

    Questions

    Views

    555

    Likes

    0

    Replies

    0
  • I have created a master page and subform page (named CoverPage) to act as a typical cover page of a 3 page document.                                                                                                       FIGURE 1                                           The "CoverPage" subform is "hi...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    3
  • My LiveCycle Designer Form has a series of checkboxes. I have run some test on this form in Acrobat under "Manage Form Data" > "Merge Data Files into Spreadsheet". Now when I open this Merged Data as a CSV in MS Excel the data is there except for checkbox data. Meaning the checkboxes don't show up a...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    5
  • event.target.submitForm({cURL:"mailto:baloothebear@jungle.com" + "?subject=" + subjectext + "&body=" + bodytext + "&cc=" + ccemail address ,cSubmitAs:"PDF",cCharset:"utf-8"});cURL:"mailto:" can also write cURL:"mailto:" + variable   (i.e.= field containing email address)"?subject" = not sure what th...

    Type

    Questions

    Views

    899

    Likes

    0

    Replies

    0
  • This Adobe publication http://helpx.adobe.com/acrobat/kb/user-javascript-changes-10-1.htmlsays place the Trusted Function .js file in (for MS Windows 7 & Acrobat X Pro):Users\(username)\AppData\Roaming\Adobe\Acrobat\Privileged\10.0\JavaScripts.(disregard spacing issue in JavaScr and ipts. Webpage er...

    Type

    Questions

    Views

    7.4K

    Likes

    0

    Replies

    12
  • This code is flagging all legimate email addresses regardless of what I enter upon the "Exit" event of the field. I only wish the code to flag those email addresses that don't end in @metalworks.com. Does anyone spot the error or what I am missing? Thanks.var r = new RegExp("^[a-z0-9_\\-\\.] + \\@me...

    Type

    Questions

    Views

    817

    Likes

    0

    Replies

    2
  • My form has a box in the top right hand corner of the form (Figure 1). (Figure 1)This box is a tracking number to associate the form with a certain order. I placed the tracking box on the Master Page (MP) because I would like this tracking box to appear on every page. Since the document has expandab...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    4
  • I'd like to have a text field caption with a number then a name.3 Subejct     However I would prefer the "3" be a 12pt font and the "Subject" part be a 10pt font. Is there a way to achive this in the xml coding? I haven't found a way Livecycle will allow mixed font's in a text field caption.<font ty...

    Type

    Questions

    Views

    886

    Likes

    0

    Replies

    1
  • Why does the postSign event still fire when the user presses "Cancel" instead of "Sign" in this box below?Shouldn't the preSign event fire on a click of the empty signature field of the form? Then if the user here cancels the signing process by pressing the cancel button this should stop the signatu...

    Type

    Questions

    Views

    760

    Likes

    0

    Replies

    0