Autofill not working

I have a form on a dynamic item page. I want one of the fields in the form to autofill with the item page title so that I know the specific dynamic item page they were on when completing the form.

What I was thinking was to use the following code:

$w . onReady ( function () {
$w ( ‘#codeInput’ ). setValue ()
});

However, it says, "setValue does not exist on property ‘TextInput’

Does anyone know what I’m doing wrong? Thanks in advance for any help.

1 Like

hello
I think best option would be to contact Velo team , so they could take a closer look at this problem

Hey,

have you find a solution ?