Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
No Code
No Code
  • 🏁Getting Stared
    • 🥳Introduction
      • What is Uncodie?
      • App
      • Figma No Code Plugin
        • How to associate your Figma token to Uncodie?
        • How to associate an Uncodie project to figma?
  • 📖Basic Concepts
    • 🧩Components
      • Screen Page
        • Screen Layout
        • Screen Content
      • Table View
        • Table View Header
        • Table View Row
        • Table View Cell
      • Form
        • Text Area
        • Selector
        • Input
        • Button
        • Output
      • HTML components
        • Headers
          • H1
          • H2
          • H3
          • H4
          • H5
        • Title
        • Parragraph
        • List
        • Iframe
        • Video
        • Audio
        • Link
        • Progress
        • Meta
        • Image
        • SVG
      • Advanced
        • Chart
          • Style Personalization
        • Repeat
        • Loading
    • 🎨Appearance
      • Visibility
      • CSS
      • Adaptative Design
      • Responsive Design
    • 🏗️Prototyping
      • Modals
      • Variants
      • Navigation
    • 🔤Variables
    • 💽Data Sources
      • Collections
      • Queries
      • Scripts
    • 🔍Data Binding
    • ⚡Actions
      • Scripts
      • Events
    • 🧑User Management
      • Privacy
    • 🍪SEO and Tracking
      • Capabilities
      • HTML Head Scripts
    • ☁️Publish and Deploy
      • Custom Domains
Powered by GitBook
On this page
  • Overview
  • Requirements
  • Setup
  • Usage
  • Rendered Element
  • Considerations

Was this helpful?

  1. Basic Concepts
  2. Components

Form

Forms are the most used standard to insert or update elements in a data base

PreviousTable View CellNextText Area

Last updated 1 year ago

Was this helpful?

Overview

The form component in Uncodie will help you handle all the necessary code to insert or update an element in your database.

Requirements

To use a form you need to set a query in your screen or page and pass some parameters for your database entry.

For more information on how to set a query see:

To gather information from the user inputs see:

Setup

  1. Create a mutation for a collection in your database

  2. Bind the values in your inputs to the parameters of your mutation

  3. Select the layer or element you want to render as a form in Figma

  4. In the plugin navigate to the Component section

  5. Set the type to form

  6. The mutation in the context of your form will be displayed automatically

  7. Add a button to your form for the submit action

  8. Compile and publish your project

Usage

Select this component to render a form element in your HTML DOM.

Rendered Element

<form> ... </form>

Considerations

When an element in Figma is set as Form, it is created as a new component, and if the element is within an instance of a component, the children of the parent instance will be overwritten.

📖
🧩
Queries
🔤Variables