Re: Switching between editing form fields and editing document content
What version of Acrobat are you using? If you need to make changes to the document layout, it is far better to edit the Word document, generate a new PDF, and replace the pages of the old PDF with the...
View ArticleRe: Sending sales form with only one checkbox and name text field editable
Here's a link to a demo that shows how you can use a script to lock/unlock a group of fields by manipulating their read-only property: https://workspaces.acrobat.com/?d=V6sp4ET*IvPDMfzFDwgYTw You can...
View ArticleRe: Sending a filled in form as a non-editable pdf
PDFEmail.net can flatten an PDF submission (ASP.net only), and attach it to a email message. For more information:http://www.pdfemail.net For online examples:http://www.pdfemail.net/examples/
View ArticleRe: Switching between editing form fields and editing document content
I am using the new one, XI. I think I understand most of what you are saying. Do I use my ORIGINAL Word document, fixed to accomodate my fields or do I export to Word and then use that? If I export,...
View ArticleRe: Switching between editing form fields and editing document content
Yes, edit the original Word document. Exporting from Acrobat to Word is definitely not what you want to do. You can have Acrobat attempt to automatically detect where form fields should go and add them...
View ArticleSubmit button
Hi Everyone, I have created a survey using PDF forms which has a submit button at the end. My email has been linked to the submit button so that once respondents click on submit, an outlook email...
View ArticleRe: Submit button
Email "submit" is a neat toy for testing but not (in my opinion) suitable for any real world use, except in certain corporate settings. Forms need to submit properly i.e. send to a web program, created...
View ArticleHelp
In a fillable form After one calculation I want a number to be rounded - not just visually in the display but as the actual number Thanks
View ArticleRe: Help
How do you currently have the calculation set up? You'll need to use JavaScript to perform the calculation, and if you'd like help, you should specify exactly what type of rounding you want.
View ArticleRe: Adobe Acrobat, protecting Images in a Fillable form?
I did go to that thread the script it shows runs only when the button is clicked right? I want it to run when "print" icon is clicked or file is saved with empty fields.is it possible? and my other...
View ArticleRe: Help
thanks for the response I used the simplfied field notation basically I have one cell input the next cell is (input/18) then I use that value in another cell
View ArticleRe: Help
OK, now how do you want to round, exactly? To round to two decimal points and to the nearest 100th, you could do something like: // Custom calculation script// Calculate value and round to nearest...
View Articletooltip
when i create a form on acrobat XI and let it creates fields automaticly, it inserts unclear values to the "tooltip" field like that: ÌÈÁ¯·_Row_1.i think it's hapening because i use hebrew fonts.is...
View ArticleRe: tooltip
yes, i'd like to get help with this, but i have no knowledege with script writing
View ArticleRe: tooltip
You can use the following script in the Mouse Up event of a temporary button that you create manually: // Loop through all of the fields in the documentfor (var i = 0; i < numFields; i += 1) {...
View ArticleRe: tooltip
No, you have no control over this, but you can run a simple script afterwards to remove them. If you'd like help with this, post again.
View ArticleAcrobat is not able to create a usable response file from the returned form...
...restricts needed operations. Failed to create a response file at the location: xxx. Form distribution is aborted. AAAUUUUGGGGHHHH!!! I have tried everything I know to do to get this to work. All I...
View ArticleRe: Acrobat is not able to create a usable response file from the returned...
This doesn't sound related to FormsCentral, which is the forum you posted this question to. If that's correct, I can move it to the Acrobat Forms forum where it has a better chance of being answered.
View ArticleHow to distribute a form with multiple submit buttons?
I have a form that has multiple submit buttons depending on the information that is being entered and then who the information should go to. When I try to disbribute the form, I get an error message...
View Article