Use this structure to define your fields:
Field Title:type{Option 1, Option 2}
:type is optional — if left out, the field defaults to text.{Option 1, Option 2} is only used for select, checkbox, or radio fields.
Basic text fields:
javascriptCopyEditName, Email, Phone Number
Fields with custom types:
Price:number, Launch Date:date, Description:textarea, Product Image:media
Fields with options:
Status:select{Active, Inactive}, Subscribe:checkbox{Yes, No}, Gender:radio{Male, Female, Other}
Mixed:
Product Name, Category:select{Electronics, Furniture}, In Stock:checkbox{Yes, No}, Details:textarea
💡 Tip: Format your data using the guide above. For quick conversion, use AI or a spreadsheet tool to generate comma-separated field names for simple text fields.