HEX
Server: LiteSpeed
System: Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: swifizcd (1555)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/swifizcd/shoppers-joy.com.ng/wp-content/plugins/formidable/stripe/views/settings/messages.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<p class="frm_grid_container">
	<label class="frm4 frm_form_field" for="frm_strp_processing_message">
		<?php esc_html_e( 'Stripe Processing Message', 'formidable' ); ?>
		<?php FrmAppHelper::tooltip_icon( __( 'The text used to notify users that a Stripe payment is still processing and will not be finalized for several days.', 'formidable' ) ); ?>
	</label>
	<input type="text" id="frm_strp_processing_message" name="frm_strp_processing_message" class="frm8 frm_form_field" value="<?php echo esc_attr( $stripe_settings->processing_message ); ?>" />
</p>