Netlify Form - Updated form fields

Hello, I have a Netlify form at https://www.ivfcryo.com/shipping-form/
I have added some new fields to that form which are currently in a preview branch at IVFCryo Shipping

The form is being submitted as expected. I see new entries in the Netlify admin, and I am also receiving the notifications via email. The only issue is that the new data fields are not included with the newly submitted entries.

Is it common for there to be a delay in processing new form fields in a pre-existing form? If so, what is the normal turnaround time before the new fields are accounted for? Thanks in advance.

Fixed. My form mentioned above is a Vue/Nuxt form. I was able to fix my issue by creating an additional static version of the form, running a deploy, and then deleting the static version. Now my dynamic form works.