Quantcast
Channel: Adobe Community: Message List - PDF Forms
Browsing all 57214 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Re: Adding checkbox field with full color.

Hi Gilad  I have a colum in a table, in that colum i add a checkbox.- It will be empty.- But when i then click/check it one time, it get green.- If i then click/check it 2. time it get red and 3. time...

View Article


Re: Adding checkbox field with full color.

I think you should use a button or a text field, then, not a check-box...

View Article


Re: Adding checkbox field with full color.

Okay, how do i make the JS event to do this in a text field ?

View Article

Re: Adding checkbox field with full color.

You can use something like this as the mouse-up event for the field: if (color.equal(event.target.fillColor, color.white))    event.target.fillColor = color.green;else if...

View Article

Re: Adding checkbox field with full color.

Can see the issue, so I added a button named (but1) and then added the javascript, but its not working.

View Article


Re: Adding checkbox field with full color.

Did you start with the button set to one of those three colors?

View Article

Image may be NSFW.
Clik here to view.

Re: Adding checkbox field with full color.

Hi again. Thx. for the reply..I have this for the Button3  And then i have this for the event. And then i have this as the script. 

View Article

Re: Adding checkbox field with full color.

Seems fine to me... And it's not working? Can you share the file?

View Article


Re: Adding checkbox field with full color.

No and yes i can share http://www.speedyshare.com/KvuTW/TRAINING.pdf

View Article


Re: Adding checkbox field with full color.

Works just fine for me...

View Article

Re: Adding checkbox field with full color.

Ahh maybe i needed to save and get out of edit mode, then it works.and thx. SRY.. and thx.

View Article

Re: Adding checkbox field with full color.

Yes, scripts do not work in Preview mode. You have to exit Edit mode totest them out.

View Article

Re: No Security Warning + PDF not populating .FDF data

I did run into the same problem and I was able to solve it with the following steps: 1. Open the .fdf file with Adobe Acrobat Pro2. Under File->Properties->Initial View3. At the bottom "User...

View Article


is it safe to install Adobe PDF IFilter v6.0 on system where Adobe acrobat XI...

My system is installed with Adobe acrobat XI pro, is it safe to install Adobe PDF IFilter v6.0 on this system ?Will this filter pack causes any issues to the Adobe acrobat XI ?

View Article

Re: Adding checkbox field with full color.

Hi Gilad When i add more colors its not working, whats wrong with this if (color.equal(event.target.fillColor, color.white))     event.target.fillColor = color.lightblue; else if...

View Article


Submit forms online

I have document on my website (registration forms) that I would like patients to be able to fill out and submit online.  I have already converted them to the online fill in form but I don't know how to...

View Article

Re: Adding checkbox field with full color.

You're using color names that don't exist in the built-in color object: http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/JS_API_Acr oJS.89.266.html You could define those when the document...

View Article


Re: Submit forms online

Submitted to what? A web server, via email, something else? If the forms contain patient information that must be protected due to HIPAA or other rules and regulations, the entire system you use (not...

View Article

Re: Submit forms online

We would like them to be able to submit their registration forms via email so they don't have to print them out. I guess I need to talk to my website creator.

View Article

Need help creating a form.

I am trying to create a registration form that will allow me to get a name address and phone number from people in a public setting. I want them to be able to press a "Submit" button and the form is...

View Article
Browsing all 57214 articles
Browse latest View live