======= Widgets ======= On this page you can find information about our available widgets. Simple file send widget ======================= .. image:: pic_widgets/simpleSend1.png :width: 600 :align: center This widget allows anyone to send a file to be signed on our platform without needing to authorize on it. To send a file just drag & drop it onto the upload zone, or click it to select a file manually. .. image:: pic_widgets/simpleSend2.png :width: 600 :align: center In the following step signers email address should be entered. .. image:: pic_widgets/simpleSend3.png :width: 600 :align: center After it, senders email should be entered. Please note that this email address should not be registered on the platform. .. image:: pic_widgets/simpleSend4.png :width: 600 :align: center After entering senders address, please confirm the action by entering a code that will be sent to senders email. .. image:: pic_widgets/simpleSend5.png :width: 600 :align: center After a successful confirmation, envelope will be created and sent to the signer. Upon the envelope completion an email notification will be sent to the sender. .. Tip:: Please note, that widget has a limit of 3 files per 5 minutes from one IP address to avoid spam. To embed this widget in any web page, please do as described below: 1. Insert javascript into your webpage just after a tag .. code-block:: javascript :force: .. note:: Platform URL has to be replaced with a real one (e.g. https://app.docstudio.com/) 2. Insert and style
where widget will be rendered 3. Insert javascript code into your webpage 4. You can style elements of the widget since all CSS classes we use are prefixed 5. Example implementation: .. code-block:: html Simple Send
.. note:: Platform URL has to be replaced with a real one (e.g. https://app.docstudio.com/) .. Tip:: Please note the widgets min required dimensions - min-height: 504px, min-width: 350px