Copy of Snippet "Demo - Forms"

This is a test

Hi {formtext: name=your name},

Text Blaze has forms you can fill out when inserting a snippet. Forms can contain text fields, check boxes and dropdown menus.

Let's try this out:

A customer bought {formtext: name=quantity; default=25} widgets at a price of ${formmenu: name=price; 12.00; default=24.00; 48.00} per widget.

The total price of the widgets is calculated with a formula: ${=price * quantity}.

{formtext: name=your name}, you can learn more about forms here: https://blaze.today/guides/forms/