Basically, it's a field that returns dynamically generated content, but doesn't allow users to edit it.
Example:
In a classified site where there are both subscription plans and pay per ad plans, the "Add a New Ad" form would populate differently (conditional logic) based on dynamically generated field that brings back the users Advertising Plan, but I don't want users able to edit the field and thus edit the rest of the form, like skip payment steps.
I know I can use hidden fields, but I want the information visible to users, but not editable.
I'm doing this now with using a Jquery Snippet I found somewhere in the forums, but the site is getting bigger, more forms are being added, which means lots more little jquery snips for fields I don't want edited.
Would be happy to elaborate if that isn't clear.
Thanks for the great plugin,
JW