Hello! Is it posible to give a default value to a pdfFormField using handlebars?
I tried something like this and it's not working:
{{{pdfFormField name='familyName' color='#FF0000' required=true
type='text' width='200px' height='40px'
value={{familyName}}
}}}