BLACK FRIDAY SALE

SAVE 30% NOW!

0 days
0 hours
0 minutes
0 seconds

gotrgf_change_nothing_selected_text [JS]

Description

This hook can be used to change the default ‘nothing selected’ text inside the summary.

Parameters

nothing_selected_text | String

form_id | Int

Return

nothing_selected_text | String

Usage

<script type="text/javascript">
gform.addFilter('gotrgf_change_nothing_selected_text',function(nothing_selected_text, formId){
    return "Your custom text goes here";						
});
</script>

Since

version 1.1

Scroll to Top