Expand my Community achievements bar.

jhcarrell
jhcarrell
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • app.alert("message you want to display") on preSave event will create a pop-up encouraging users to submit rather than save.  However, users can still use the "Save As" function.Thanks to pguerett for this information.

    Type

    Questions

    Views

    556

    Likes

    0

    Replies

    0
  • I have a series of three buttons A, B, C on a form.When the form is first opened I need only button A to be visible (B & C both hidden).Once A has been clicked, I need B to become visible (A & C both hidden).Once B has been clicked, I need C to become visible (A & B both hidden).Any help with this i...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    4
  • Thanks for the response Lee.I've already protected the fields with a click event on the submit button.Can you provide a sample script of how to force a button click on pre-save?Your help is greatly appreciated.

    Type

    Questions

    Views

    555

    Likes

    0

    Replies

    0
  • I solved this same issue by using a switch script.Please see my earlier thread regarding this and Paul's example will provide you with the proper scripting for a switch script.http://forums.adobe.com/thread/479021script on the drop down list as followsswitch (this.rawValue) {     case "dropchoice1" ...

    Type

    Questions

    Views

    922

    Likes

    0

    Replies

    0
  • I have a button scripted to submit to email and auto-close the document upon the click* event.The problem we've ran into is that some people are saving the document and manually attaching it to an email and sending it to us.This creates a problem in that we need the emails to be searchable based on ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    3
  • After picking at it for a while the solutions that accomplished my goals were as follows:Click Event:button.presense = "invisible";  \\ hides the buttonfield1.access = "readOnly";field2.access = "readOnly"; \\ repeat for all fieldsvar oDoc = event.target;oDoc.mailDoc({bUI: true,cTo: emailaddress,cCc...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Ok scripting for emailing and hidding the button works, but locking fields does not.What are some alternatives?  A script for making the Fields "read only"?  Script for flattening the fields?Note: LC Designer 8 and Acrobat Pro 8 are the two programs I'm using.  Form was created primarily in LC.Thank...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • The blank form, will already be available to the users that will be filling it out through a shared drive. They will fill it out and submit it via the script button but will not save the completed form (as they have no need for keeping them), once management receives it they will review the report a...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • To clarify, the PDF form is completed by clicking on the button I've scripted to generate an email.The completed form is not saved by the user filling out the form.I need the "regular" button that is used to generate the email to lock or hide itself as well as lock all fields making the form read on...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • I have created a dynamic form with a "regular" button that submits the completed form via email using the following click event script:var oDoc = event.target;oDoc.mailDoc({bUI: true,cTo: emailaddress,cCc: emailaddress,cSubject: "here",cMsg: "here"});From here, I need to Hide/Lock the 'submit' "regu...

    Type

    Questions

    Views

    10.6K

    Like

    1

    Replies

    12
Top badges earned by jhcarrell
Customize the badges you want to showcase on your profile