customfield

customfield

Hello!

i'm stuck with the customfield.add() function to handle the Style
I was trying but without success and  there are no examples for this

  1. < 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 >

I just need an example of how to apply the Style please
thanks in advance