Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
FaxStore IconFaxStore

Weblutions Documentation / FaxStore / Forms

Updated

Forms

By Josh M. 1 min 4

FaxStore includes a lightweight forms system that allows merchants to collect structured input from customers at any time via a form link. Forms are designed to be simple, flexible, and easy to configure using a syntax-based approach, making them ideal for gathering additional information, feedback, or any other data a form may be useful for.

Form Syntax

Forms in FaxStore are created using a structured syntax format. Each line represents a single question or input field.

Supported Field Types

Text // Represents a basic text field question
:TextArea // Creates the question as a text area
> Dropdown > option1,option2,option3

Breakdown

  • Text

    • Creates a standard single-line input field

  • :TextArea

    • Creates a multi-line input field for longer responses

  • Dropdown

    • Creates a selectable dropdown list

    • Options are defined using commas


Example Form

Username
:Additional Information
> Package Type > Basic,Premium,Ultimate

This would render as:

  • A text input for "Username"

  • A textarea for "Additional Information"

  • A dropdown for selecting a package type