Documentation
  • Welcome to Documentero Docs
  • General
    • Usage Limits and Quotas
    • Manage Account & Plans
    • Documentero Roadmap / Changelog
    • Privacy Policy
    • Frequently Asked Questions
  • templates
    • Templates Introduction & Tutorial
    • Template Upload/Re-upload
    • Organize Templates into Folders
    • Fields
    • Fields - Images
    • Fields - QRCodes
    • Fields - Links
    • Fields - HTML Support
    • Fields - Markdown Support
    • Fields - Mermaid Support
    • Fields - Formatters
    • Sections
    • Sections - Types & Options
    • Smart Fields
    • Smart Sections
    • Template Variables
  • Charts & Diagrams
  • Forms
    • Create Documents using Form
    • How to customize document form
    • Fields/Sections - General Settings
    • Field- Types & Options
      • Field - Multi Checkbox
      • Field - Checkbox
      • Field - Radio Button
      • Field - Datepicker
      • Field - Radio Select
      • Field - Select
      • Field - Multiline
      • Field - Number
      • Field - TextField
    • Conditional Fields & Sections
    • Shared Forms
      • Sharing Forms
      • Shared Form Configuration
      • Consent Form (GDPR)
      • Embeed & customize shared form on your website
  • Spreadsheet
    • Create Documents using Spreadsheet
  • API
    • Create Documents using API & JSON
    • Integrate with Documentero Cloud API
  • ChatGPT
    • Create Documents using ChatGPT
  • Integrations
    • Zapier
    • Make.com
    • Integrately
    • Pabbly Connect
    • Albato
    • Bubble.io Plugin
    • Webflow
    • Flutterflow
Powered by GitBook
On this page
  1. Forms
  2. Shared Forms

Embeed & customize shared form on your website

PreviousConsent Form (GDPR)NextCreate Documents using Spreadsheet

Last updated 7 months ago

You can embeed shared form that can generate documents directly on your website.

  • Upload document template

  • Configure & customize form to your needs

  • Share your form (you will get public form url)

  • Go to shared form configuration

  • Copy HTML snipped (Iframe)

  • Paste HTML snippet to your website

Customization options

You can customize how embeeded form look like on your website by adding extra parameters to your iframe snippet url.

Basic snippet URL:

<iframe src="https://app.documentero.com/form/53CW0Hn9mZm8Ufui6fbP" frameborder="0" height="600px" width="100%"></iframe>

Snippet URL with all styling properties:

<iframe src="https://app.documentero.com/form/53CW0Hn9mZm8Ufui6fbP#dark=false&wrapper=false&header=false&background=#c7c4bf&corners=10&color=#0000FF" frameborder="0" height="600px" width="100%"></iframe>

Parameters:

  • dark [false | true] - default: false | Dark mode for input fields

  • wrapper [false | true] - default: true | Show/Hide wrapper, border and additional padding

  • header [false | true] - default: true | Show/Hide header with logo and title of the form

  • background [default | transparent | color] - default: default | Changes form background color

  • corners [default | transparent | color] - default: default (3px) | Controls rounder corners. 0 disables rounded corners

  • color [default | color] - default: default (blue) | Controls primary color for buttons, interface elements and headers

URL:

URL:

https://app.documentero.com/form/53CW0Hn9mZm8Ufui6fbP
https://app.documentero.com/form/53CW0Hn9mZm8Ufui6fbP#dark=false&wrapper=false&header=false&background=#c7c4bf&corners=10&color=#0000FF