FaxStore
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.
Forms in FaxStore are created using a structured syntax format. Each line represents a single question or input field.
Text // Represents a basic text field question
:TextArea // Creates the question as a text area
> Dropdown > option1,option2,option3Text
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
Username
:Additional Information
> Package Type > Basic,Premium,UltimateThis would render as:
A text input for "Username"
A textarea for "Additional Information"
A dropdown for selecting a package type