' . __( 'Image Choice Field', 'gravityforms' ) . '

' . __( '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' ) . '

' . __( 'Read More', 'gravityforms' ) . ''; $image = array( 'src' => $this->img_dir . 'image-choice-field.png', 'alt' => __( '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 = '

' . __( 'Multiple Choice Field', 'gravityforms' ) . '

' . __( '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' ) . '

' . __( 'Read More', 'gravityforms' ) . ''; $image = array( 'src' => $this->img_dir . 'multiple-choice-field.png', 'alt' => __( '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' => __( 'Icon of color swatches', 'gravityforms' ), 'width' => '52px', 'height' => '52px', 'class' => 'image--width-auto', ) ); $col1 = $col1_icon . '

' . __( 'Editor Design Improvements', 'gravityforms' ) . '

' . __( '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' ) . ' ' . __( 'Read More', 'gravityforms' ) . '

'; $col2_icon = $style_icon = $this->tags->build_image_html( array( 'src' => $this->img_dir . 'editor-accessibility-improvements-icon.svg', 'alt' => __( 'Icon of accessibility symbol', 'gravityforms' ), 'width' => '52px', 'height' => '52px', 'class' => 'image--width-auto', ) ); $col2 = $col2_icon . '

' . __( 'Editor Accessibility Improvements', 'gravityforms' ) . '

' . __( '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' ) . ' ' . __( 'Read More', 'gravityforms' ) . '

'; echo wp_kses_post( $this->tags->equal_columns( array( 'columns' => array( $col1, $col2, ), 'container_classes' => 'column--vertical-center', ), ) ); ?>