10 wp_nonce_field( 
'gravityview_select_form', 
'gravityview_select_form_nonce' );
    29 <label 
for=
"gravityview_form_id" ><?php esc_html_e( 
'Where would you like the data to come from for this View?', 
'gk-gravityview' ); ?></label>
    36         <a 
class=
"button button-primary" href=
"#gv_start_fresh" title=
"<?php esc_attr_e( 'Use a Form Preset', 'gk-gravityview' ); ?>"><?php esc_html_e( 
'Use a Form Preset', 
'gk-gravityview' ); ?></a>
    38         <?php 
if( !empty( 
$forms ) ) { ?>
    39             <span> <?php esc_html_e( 
'or use an existing form', 
'gk-gravityview' ); ?> </span>
    44     if( !empty( 
$forms ) ) { ?>
    45         <select name=
"gravityview_form_id" id=
"gravityview_form_id">
    46             <option value=
"" <?php selected( 
'', 
$current_form, 
true ); ?>>— <?php esc_html_e( 
'list of forms', 
'gk-gravityview' ); ?> —</option>
    48                 <option value=
"<?php echo $form['id']; ?>" <?php selected( $form[
'id'], 
$current_form, 
true ); ?>><?php echo esc_html( $form[
'title'] ); ?></option>
    52         <select name=
"gravityview_form_id" id=
"gravityview_form_id" class=
"hidden"><option selected=
"selected" value=
""></option></select>
    55      <button 
class=
"button button-primary" <?php 
if( empty( 
$current_form ) ) { echo 
'style="display:none;"'; } ?> 
id=
"gv_switch_view_button" title=
"<?php esc_attr_e( 'Switch View', 'gk-gravityview' ); ?>"><?php esc_html_e( 
'Switch View Type', 
'gk-gravityview' ); ?></button>
    59 <div 
id=
"gravityview_change_form_dialog" class=
"gv-dialog-options gv-dialog-warning" title=
"<?php esc_attr_e( 'Attention', 'gk-gravityview' ); ?>">
    60     <p><?php esc_html_e( 
'Changing the form will reset your field configuration. Changes will be permanent once you save the View.', 
'gk-gravityview' ); ?></p>
    64 <div 
id=
"gravityview_switch_template_dialog" class=
"gv-dialog-options gv-dialog-warning" title=
"<?php esc_attr_e( 'Attention', 'gk-gravityview' ); ?>">
    65     <p><?php esc_html_e( 
'Changing the View Type will reset your field configuration. Changes will be permanent once you save the View.', 
'gk-gravityview' ); ?></p>
    69     <div 
id=
"gravityview_select_preset_dialog" class=
"gv-dialog-options gv-dialog-warning" title=
"<?php esc_attr_e( 'Attention', 'gk-gravityview' ); ?>">
    70         <p><?php esc_html_e( 
'Using a preset will reset your field configuration. Changes will be permanent once you save the View.', 
'gk-gravityview' ); ?></p>
    74 <div 
class=
"error hide-if-js">
    75     <p><?php esc_html_e( 
'GravityView requires Javascript to be enabled.', 
'gk-gravityview' ); ?></p>
    80 <input type=
"hidden" id=
"gravityview_form_id_start_fresh" name=
"gravityview_form_id_start_fresh" value=
"0" />
 
if(gravityview() ->plugin->is_GF_25()) $form
gravityview_get_forms( $active=true, $trash=false, $order_by='date_created', $order='ASC')
Alias of GFAPI::get_forms() 
gravityview_get_form_id( $view_id)
Get the connected form ID from a View ID. 
static connected_form_warning( $form_id=0)
Display error HTML in Edit View when the form is in the trash or no longer exists in Gravity Forms...
static has_cap( $caps='', $object_id=null, $user_id=null)
Alias of GravityView_Roles_Capabilities::has_cap()