Hello All,
Below mentioned are the predefined variables in CformsII in WordPress Blog Plugin:
Predefined variables:
- {BLOGNAME}
Inserts the Blog's name. - {Form Name}
Inserts the form name (per your configuration). - {PostID}
Inserts the ID of the post the form is shown in. - {Referer}
Inserts the HTTP referer information (if available). - {Page}
Inserts the WP page the form was submitted from. - {Date}
Inserts the date of form submission (per your general WP settings). - {Time}
Inserts the time of form submission (per your general WP settings). - {IP}
Inserts visitor IP address. - {ID}
Inserts a unique and referenceable form ID (provided that DB Tracking is enabled!) - {CurUserID}
Inserts the ID of the currently logged-in user. - {CurUserName}
Inserts the Name of the currently logged-in user. - {CurUserEmail}
Inserts the Email Address of the currently logged-in user. - Special:
A single "." (period) on a line inserts a blank line.
NOTE: variable names are case sensitive!
Thanks,
Shane G.
Popularity: 4%