Advanced Field Reference Table

See OU Campus full reference guide.

Attribute Name Syntax Example

legend


Put the legend text in the "Default Text" field

addclass


The class can be anything that has been defined in CSS.

fieldset_start

fieldset_end

fieldset_label


Can be entered without quotes and can include spaces.

size


Used to specify the viewable size of the field defined in characters; does not determine the number of allowed input characters.

cols

rows

dataset


Preconfigured datasets include: state, state_ab, country, year, month, alphabet, numbers

form_classes


To add class="form-horizontal" use form_classes=form-horizontal
To add class="btn btn-mini" use reset_btn_classes=btn btn-mini;
To add a class to the submit button, use submit_btn_classes=class name;

Useful Validation Reg Ex

See OU Campus reference page.

Valid Full Name:  
^[a-z]([-']?[a-z]+)*( [a-z]([-']?[a-z]+)*)+$ 
Valid Phone Number:
^(?:(?:\+?1\s*(?:[.-]\s*)?)?(?:\(\s*([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9])\s*\)|([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9]))\s*(?:[.-]\s*)?)?([2-9]1[02-9]|[2-9][02-9]1|[2-9][02-9]{2})\s*(?:[.-]\s*)?([0-9]{4})(?:\s*(?:#|x\.?|ext\.?|extension)\s*(\d+))?$
Student ID Number
^\d{8}$
Lowercase letters, numbers, hyphens, underscores, and periods
[a-z0-9\-_.]*

Form Variables in Email Messages 

To reference a user-entered form value in the Email Messages To, From, Subject or Body fields, use the value of Name for the field you want to reference between 2 sets of curly brackets. For example, {{emailaddress}}.

{{valueOfNameField}}

LDP form variable example

No Reply Email Address for PCC

Use webmaster@pasadena.edu for no reply email address.