Community Forum
Will values of the input fields be sent to Localize?
11 months ago by Jorge Falcón
Let's say I have a form with these fields,
Find by name
My understanding is that both the content of the 'label' tag and the 'placeholder' property of the 'input' tag will be sent to localize. That's awesome.
My question is: What will be the default for the 'value' of the 'input' field? In my case, I don't want to send these values to localize, should I use <input notranslate... or would this not be sent by default?
Our forms in edit mode populate inputs with data from the database, we don't want those values to be sent to localize by default.
Thanks!