| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 |
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> |
| 4 |
<head> |
| 5 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/> |
| 6 |
<meta http-equiv="Imagetoolbar" content="No"/> |
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 |
<title><?php esc_html_e('Preview Form', 'fluentform') ?></title> |
| 9 |
<?php |
| 10 |
wp_head(); |
| 11 |
?> |
| 12 |
</head> |
| 13 |
<body> |
| 14 |
<div id="preview_top"> |
| 15 |
<?php echo do_shortcode('[fluentform id="142"]'); ?> |
| 16 |
</div> |
| 17 |
<?php |
| 18 |
wp_footer(); |
| 19 |
?> |
| 20 |
</body> |
| 21 |
</html> |