' . esc_html__( 'A picture is worth a thousand words! The new Image Choice field lets you add stylish images straight from the media library to your choices. Easily create beautiful forms with eye-catching images that speak to your users.', 'gravityforms' ) . '
' . esc_html__( 'About the Image Choice field', 'gravityforms' ) . ' ' . esc_html__( '(opens in a new tab)', 'gravityforms' ) . ' '; $image = array( 'src' => $this->img_dir . 'image-choice-field.png', 'alt' => esc_attr__( 'Screenshot of the Image Choice field in Gravity Forms 2.9', 'gravityforms' ), ); echo wp_kses_post( $this->tags->equal_columns( array( 'columns' => array( $this->tags->build_image_html( $image ), $text, ), 'container_classes' => 'column--vertical-center', ), ) ); $text = '' . esc_html__( 'The Multiple Choice field is a new, flexible way to let users choose one or many options. Gather the information you need, while ensuring a high-end experience for those submitting the form.', 'gravityforms' ) . '
' . esc_html__( 'About the Multiple Choice field', 'gravityforms' ) . ' ' . esc_html__( '(opens in a new tab)', 'gravityforms' ) . ' '; $image = array( 'src' => $this->img_dir . 'multiple-choice-field.png', 'alt' => esc_attr__( 'Screenshot of the Multiple Choice field in Gravity Forms 2.9', 'gravityforms' ), ); echo wp_kses_post( $this->tags->equal_columns( array( 'columns' => array( $text, $this->tags->build_image_html( $image ), ), 'container_classes' => 'column--vertical-center', ), ) ); $col1_icon = $style_icon = $this->tags->build_image_html( array( 'src' => $this->img_dir . 'editor-design-improvements-icon.svg', 'alt' => esc_attr__( 'Icon of color swatches', 'gravityforms' ), 'width' => '52px', 'height' => '52px', 'class' => 'image--width-auto', ) ); $col1 = $col1_icon . '' . esc_html__( 'We’ve brought our beautiful Orbital form theme into the form editor! With 2.9 you’ll find a more consistent and visually-pleasing form editing experience, closely mirroring how your form will look on the front end.', 'gravityforms' ) . ' ' . esc_html__( 'Read More', 'gravityforms' ) . '' . esc_html__( '(opens in a new tab)', 'gravityforms' ) . '
'; $col2_icon = $style_icon = $this->tags->build_image_html( array( 'src' => $this->img_dir . 'editor-accessibility-improvements-icon.svg', 'alt' => esc_attr__( 'Icon of accessibility symbol', 'gravityforms' ), 'width' => '52px', 'height' => '52px', 'class' => 'image--width-auto', ) ); $col2 = $col2_icon . '' . esc_html__( 'As part of our continuing commitment to make form building available to everyone, we have improved the accessibility of the form editor. If you rely on keyboard navigation or screen readers, you’ll now have an easier time navigating the field settings.', 'gravityforms' ) . ' ' . esc_html__( 'Read More', 'gravityforms' ) . '' . esc_html__( '(opens in a new tab)', 'gravityforms' ) . '
'; echo wp_kses_post( $this->tags->equal_columns( array( 'columns' => array( $col1, $col2, ), 'container_classes' => 'column--vertical-center', ), ) ); ?>