MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

Label: form

All content with label form.
Related Labels: mxformbuilder, formit, eform, forms

Page: FormIt.Hooks (MODx Add-Ons)
FormIt Hooks Hooks are basically scripts that run after a form is validated by FormIt. They can be chained; the first hook will execute, and if succeeds, will proceed onto the next hook. If a hook fails, it will not proceed to the next hook, but return back to the form with any error ...
Other labels: forms, formit
Page: FormIt.Hooks.email (MODx Add-Ons)
FormIt email Hook The email hook will email out your form contents to any email(s). Available Properties name description emailTpl Required . Tpl chunk for email message. If one is not specified, it will send a list of fields with their values. emailSubject The subject ...
Other labels: eform, forms
Page: getResourceField (MODx Add-Ons)
What is getResourceField? getResourceField is a simple snippet which can be used to display a single field, including template variables, of a different resource for MODx Revolution. History getResourceField was first released on September 16th, 2010 by paulmerchant http://modxcms.com/extras/author ...