Browse
For agents
About
Hash Form – Drag & Drop Form Builder
/
trunk
Hash Form – Drag & Drop Form Builder
vtrunk
Switch version
1.4.4
1.4.3
1.4.2
1.4.1
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.6.1
1.2.7
1.2.8
1.2.9
1.3.0
All 47 releases
Overview
Code
hash-form
/
admin
/
styles
/
form-preview.php
form-preview.php
in Hash Form – Drag & Drop Form Builder trunk, at admin/styles/form-preview.php
12 lines
213 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
defined
(
'
ABSPATH
'
)
||
die
(
)
;
4
5
HashFormPreview
::
show_form
(
$
form_id
)
;
6
7
echo
'
<style>
'
;
8
echo
'
#hf-container-
'
.
esc_attr
(
$
form_id
)
.
'
{
'
;
9
self
::
get_style_vars
(
$
hashform_styles
,
'
'
)
;
10
echo
'
}
'
;
11
echo
'
</style>
'
;
12