BLACK FRIDAY SALE

SAVE 30% NOW!

0 days
0 hours
0 minutes
0 seconds

gotrls_summary_line_inner_markup [JS]

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);

Since

version 2.0.4

Scroll to Top