<
script
>
$zoho
.
salesiq
.
ready
=
function
(
embedinfo
) {
$zoho
.
salesiq
.
customfield
.
add
(
{
"name"
:
"label"
,
"hint"
:
"Empecemos por conocerte"
,
"type"
:
"label"
,
"before"
:
"name"
,
"Style"
:
[
{
"font-size"
:
"20px"
,
"textAlign"
:
"center"
,
"color"
:
"orange"
},
],
"required"
:
"true"
,
"visibility"
:
"both"
,
"callback"
:
function
(
value
) { }
});
}
<
/
script
>