ONLYOFFICE Docs, an alternative to Adobe Acrobat GET ONLYOFFICE DOCS NOW USE IN THE CLOUD 100% compatible with Microsoft Office formats 5 reasons why ONLYOFFICE is the best Adobe Acrobat alternative for creating digital forms Free and open-source ONLYOFFICE provides users with open-source solutions. Our source code is listed on GitHub what ensures transparency and reliability. Web, desktop, mobile With ONLYOFFICE, you can create, co-author and fill in forms completely online. Besides, it’s possible to work with forms locally as well as fill them out on-the-go using mobile apps for iOS and Android. Seamless online collaboration You are able to create forms together with your teammates in real time, leave comments, review and track changes, browse version history. You can communicate right in the document to speed up the process using a built-in chat or Telegram plugin, as well as Jitsi plugin to make audio and video calls. Complete functionality in one editor ONLYOFFICE uses its native document editor for working with forms. To build a form, you don’t need to create a document in another word processor and then upload it to ours to add fields, like other editors handle it. With ONLYOFFICE, you can do everything in one editor — create a form template with fields, format text, and add even the most complex elements such as tables. Support for Adobe field settings In ONLYOFFICE forms, you are able to add various types of fields, adjust their border and background colors, set character limit, apply multi-line entry and a comb of characters, add tips and placeholders, mark fields as required, group fields so that they can be filled out simultaneously and lock them. Read these articles to learn more about the advantages of ONLYOFFICE forms 7 interesting facts about ONLYOFFICE forms everyone should know ONLYOFFICE forms allow you to automate your paperwork routine making it easier to create and fill out model documents, whether it be a legal agreement or business report. How to create fillable forms ONLYOFFICE forms are designed to make work with electronic documents easy. It eliminates the cost of printing, storing, and distributing paperwork, reduces process time, and helps to avoid repetitive data entry and associated errors. VISIT FREE FORMS LIBRARY Try it yourself! Create form Fill out form Demo preview </> Open DOCXF for editing × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Open DOCXF for editing</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "docxf", "key": "E7FAFC9C22A8", "title": "Example Form Template Title.docxf", "url": "https://example.com/url-to-example-document.docxf" }, "documentType": "word", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", }, "height": "100%", "width": "100%" }); </script> </body> </html> Close </> Fill out form × <!DOCTYPE html> <html style="height: 100%;"> <head> <title>Fill out form</title> </head> <body style="height: 100%; margin: 0;"> <div id="placeholder" style="height: 100%"></div> <script type="text/javascript" src="https://documentserver/web-apps/apps/api/documents/api.js"></script> <script type="text/javascript"> window.docEditor = new DocsAPI.DocEditor("placeholder", { "document": { "fileType": "oform", "key": "9B5D4A67A9A9", "title": "Example Form Title.oform", "url": "https://example.com/url-to-example-document.oform", "permissions": { "edit": false, "fillForms": true } }, "documentType": "word", "editorConfig": { "callbackUrl": "https://example.com/url-to-callback.ashx", "mode": "edit" }, "height": "100%", "width": "100%" }); </script> </body> </html> Close