Lesson 06: Creating Data Entry Forms

This script example creates a basic form.

See [[FORM]], [[INPUT]], [[SUBMIT]], and [[END_OF_FORM]].

Create a node and paste this following code into it’s landing page editor.  Goto the node’s address and test with browser.

[[FORM:#this]]
 [[INPUT:First_Name|Enter Your First Name]]
 [[INPUT:Last_Name|Enter Your Last Name]]
 [[SUBMIT:Save]]
[[END_OF_FORM]]

Leave a Reply