Error - This is a reserved name - 'name'

I must pass data attribute ‘name’ without custom embed

image

^^ I see internal restrictions can be removed according that thread, please remove this restriction.

@miekwave you cannot write name its already written… can you show me what your trying to write?

I have custom embedds for some bunch of form fields, but when there’s dozens of them its a nuisance.
Just need simple designer attributes so I can toss out custom embedds for example :
<input class="lead-form-text-field w-input" data-name="user[first_name]" maxlength="256" name="user[name]" placeholder="First name" required="required" tabindex="1" type="text">

to output on designer, but there are various data attributes

@Poliigon

Hmm, this appears to be a Pebkac error on my part. Thank you!

image

1 Like

name is a default html attribute not possible. change that to user[name]

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.