Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions classes/helpers/FrmOnSubmitHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ public static function show_page_settings( $args ) {
$name_attr = $args['action_control']->get_field_name( 'success_page_id' );
?>
<div class="frm_form_field">
<div class="frm_note_style">
<?php esc_html_e( 'NOTE: The selected page content will be displayed, but the full page will not be loaded. Traditional URL tracking in Google Analytics and similar tools won\'t register a page load event. If precise tracking is essential, consider using the \'Redirect to URL\' option.', 'formidable' ); // phpcs:ignore SlevomatCodingStandard.Files.LineLength.LineTooLong ?>
</div>
<label for="<?php echo esc_attr( $name_attr ); ?>" class="screen-reader-text">
<?php esc_html_e( 'Select a page', 'formidable' ); ?>
</label>
Expand Down
Loading