The syntax of tag is not so easy. You can use Generate Tag menu under Form textarea to make a tag you need. I show you some examples of tags. [text your-name 40/100 "John Smith"] This tag is replaced with: <input type="text" name="your-name" size="40" maxlength="100" value="John Smith" /> [email* your-email 60/ id:email] <input type="text" name="your-email" id="email" size="60" /> [textarea your-m