| Server IP : 198.54.126.161 / Your IP : 216.73.216.232 Web Server : LiteSpeed System : Linux premium12.web-hosting.com 4.18.0-553.94.1.lve.el8.x86_64 #1 SMP Thu Jan 22 12:37:22 UTC 2026 x86_64 User : amerfigf ( 898) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/wp-content/plugins/WP-FormBuilder/admin/forms/ |
Upload File : |
<?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>