__( 'Text Input', 'yith-plugin-fw' ), 'checkbox' => __( 'Checkbox', 'yith-plugin-fw' ), 'select' => __( 'Select', 'yith-plugin-fw' ), 'textarea' => __( 'Textarea', 'yith-plugin-fw' ), 'radio' => __( 'Radio Input', 'yith-plugin-fw' ), 'password' => __( 'Password Field', 'yith-plugin-fw' ), 'file' => __( 'File Upload', 'yith-plugin-fw' ), ); $defaults = array( 'order' => 0, 'title' => '', 'data_name' => '', 'type' => 'text', 'already_checked' => '', 'options' => array(), 'option_selected' => '', 'error' => '', 'required' => '', 'is_email' => '', 'reply_to' => '', 'class' => '', 'select-icon' => 'none', 'icon' => '', 'custom-icon' => '' ); if ( ! is_array( $value ) ) { $value = array(); } foreach ( $value as $i => $v ) { $value[$i] = wp_parse_args( $value[$i], $defaults ); } $index = 1; /* Select Font Awesome */ $options["select"]=array( 'icon' => __( 'Theme Icon', 'yith-plugin-fw' ), 'custom' => __( 'Custom Icon', 'yith-plugin-fw' ), 'none' => __( 'None', 'yith-plugin-fw' ) ); $options["icon"] = YIT_Plugin_Common::get_awesome_icons(); /* End select Font Awesome */ ?>
data-field="" data-dep="" data-value="" >

Note:Use only lowercase characters and underscores.', 'yith-plugin-fw' ) ?>

/>



$option ) : ?>

/>

/>

/>

"; } ?>