Multi-line text box

Code:

[textbox, title, width, height]

  • This code will be replaced by a multi-line text box within your webpage.
  • Replace title with the title of the field, e.g. Comments. Title can only contain letters, numbers, underscores _ and dashes -. 
  • Replace width with the width of the field in pixels, e.g. 300.
  • Replace height with the heigh of the field in pixels, e.g. 100.

Example:

Your comments:
[ textbox, Comments, 300, 150]