As a way around(for now because I needed it) I did a small hack by toggling the readonly property of #wcff-field-type-meta-name on click using a custom js on admin_head!
$(‘#wcff-field-type-meta-name’).click(function() { $(‘#wcff-field-type-meta-name’).attr(‘readonly’, !$(‘#wcff-field-type-meta-name’).attr(‘readonly’)); });
Hello. I am using version 1.3.4.
Unfortunately when the field’s label is on Greek the field name does not autofill!
Any ideas?
esmi’s suggestion worked.
thanks.