29
Image
Inserts
the
code
for
a
form
image.
This
is
particularly
helpful
if
you
want
to
add
custom
buttons
to
your
form.
Text
Box
Inserts
the
code
for
a
text
box,
which
is
a
one‐line
field
where
your
user
can
type
information,
and
is
best
suited
for
short
answers,
such
as
name,
e‐mail
address,
phone
number,
etc.
A
text
box
looks
like
this:
Password
Text
Box
Inserts
the
code
for
a
password
text
box,
which
is
a
one‐line
field
where
your
user
can
type
a
password.
All
the
characters
are
disguised
as
asterisks.
Hidden
Text
Inserts
the
code
for
hidden
text,
which
appears
in
your
copy
of
the
form
results
and
can
be
used
for
sorting
and
filtering
information.
File
Browse
Text
Box
Inserts
the
code
for
a
file
browse
text
box,
which
is
used
to
browse
your
computer
for
a
file.
This
file
will
be
uploaded
when
the
form
is
submitted.
Text
Area
Inserts
the
code
for
a
text
area,
which
is
a
multiple‐line
field
where
your
user
can
type
information,
and
is
best
suited
for
longer
answers,
such
as
messages,
feedback,
etc.
A
text
area
looks
like
this:
Button
Inserts
the
code
for
a
generic
“Submit
Query”
button.
200