Results 8 comments of Al

I have the same issue rokerkony. Did you fix the issue?

Hi, My manual form looks like this ``` username enter.new.password confirm.new.password First name Last name Phone Address City State Zip code Update.and.proceed ```

And this is what generated from {{ form(form, { 'attr': {'class': 'form-horizontal formView step1form', novalidate: 'novalidate'} }) }} ``` username enter.new.password confirm.new.password First name Last name Phone Address City State...

Yes you are right. We use FOSUserBundle. Email is unique field... Is the problem related to it?

Thanks mate, Now it works, exactly as I wanted it to work. The only issue left with repeated form type. It is not caught by showErrors ((

In your Dockerfile add following lines ```# Yarn install COPY package.json yarn.lock ./ RUN yarn install COPY assets assets/ COPY webpack.config.js ./ RUN yarn build``` This works for me

@Moonlight4940 have you fixed your case? Is everything working as expected?

I had a similar issue with docker from Dunglas. After I upgraded tailwind to v4 it works like a charm now. The issue was with Tailwind v3 that was not...