When people sign up, it carries the first name and last name into the new profile, which is great. This could be a way to skip having to type it. But when I carry the first name into a required field as a placeholder, it seems to the user like it’s already completed - but then the submit button doesn’t turn on since it actually is an empty field.
Could you explain what you mean by “I carry the first name into a required field as a placeholder”? Are you setting a placeholder value in the layout/UI to reference a field in the table or is auto referencing an existing row values itself?