Table Of Contents
Description
This filter can be used to change the HTML markup of a field line in the summary.
Parameters
innerHtml | String This has an HTML string of the field inner HTML
FormId | Int
FieldId | Int
Return
String
Usage
gform.addFilter("gotrls_summary_line_inner_markup", function(innerHtml, formId, fieldId) {
// do something with innerHTML here
return innerHtml;
}, 10 , 3);