array( 'id' => 'version', 'type' => 'desc', 'label' => __( 'Version', 'ninja-forms' ), 'desc' => '' ), /* |-------------------------------------------------------------------------- | Date Format |-------------------------------------------------------------------------- */ 'date_format' => array( 'id' => 'date_format', 'type' => 'textbox', 'label' => __( 'Date Format', 'ninja-forms' ), 'desc' => 'e.g. m/d/Y, d/m/Y - ' . sprintf( __( 'Tries to follow the %sPHP date() function%s specifications, but not every format is supported.', 'ninja-forms' ), '', '' ), ), /* |-------------------------------------------------------------------------- | Currency |-------------------------------------------------------------------------- */ 'currency' => array( 'id' => 'currency', 'type' => 'select', 'options' => Ninja_Forms::config( 'Currency' ), 'label' => __( 'Currency', 'ninja-forms' ), 'value' => 'USD' ), ));