Acts as a template for content that will replace the parent <forms:form>. on a successful ajax submission.
Content
any
Usually HTML indicating the successful Form submission.
Attributes
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
Examples
Newsletter Ajax Form
A subscription form that display a success message on the same page