File: /home/innocamp/public_html/wp-content/plugins/WP-FormBuilder/admin/forms/shortcode-overlay.php
<?php
defined('ABSPATH') || die();
$form_id = HashFormHelper::get_var('id', 'absint');
?>
<div id="hf-shortcode-form-modal">
<div class="hf-shortcode-modal-wrap">
<form id="hf-add-template" method="post">
<h3><?php esc_attr_e('Use the shortcode below to add to your pages', 'hash-form'); ?></h3>
<div class="hf-form-row">
<input type="text" value="<?php echo esc_attr('[hashform id="' . absint($form_id) . '"]') ?>" disabled/>
<span id="hf-copy-shortcode" class="mdi mdi-content-copy"></span>
</div>
<div class="hf-copied"><?php esc_attr_e('Copied!', 'hash-form'); ?></div>
<div class="hf-shortcode-footer">
<a href="#" class="hashform-close-form-modal"><?php esc_html_e('Close', 'hash-form'); ?></a>
</div>
</form>
</div>
</div>