Title | Blurb | Plugin | Recepients | Auto-Response | CSS ID | Fragment Token

{OBJ:SHOWTITLE}

Enter a paragraph to explain the form to site users. Leave this field blank if you do not want a blurb to appear on the site.

{OBJ:CALLBACK_EVENT}

Posted forms are processed by SkyBlueCanvas plugins. To define a callback to process your form, create a new plugin using the Plugin Manager. SBC will automatically pass the Request Object containing the POST data, the Form Object and an array of the Field Objects for this form as arguments to your plugin an array like:

/*
* array(
*    'request' => RequestObject, 
*    'form'    => FormObject, 
*    'fields'  => array(FieldObject1, FieldObject2, ...)
* )
*/

If this form response is being emailed, enter recepient's email address below. To specify multiple recepients, enter email addresses separated by a comma.

Use this field to create an auto-response message to send to the user when the form is submitted. Your form must also include a field named *email* in order to send a response to the site visitor.

#form_id_{OBJ:ID}

{plugin:fragment(forms,view,{OBJ:ID})}

To load this form into a your page text, simply copy this token and paste it directly into the page text.

{plugin:fragment(forms,head,{OBJ:ID})}

Copy this token and paste it between the <head> and </head> tags in your template.