* You may not be able to enter decimal points or commas in the `Price` field. To support [jQuery validation](https://jqueryvalidation.org/) for non-English locales that use a comma (",") for a decimal point, and non US-English date formats, you must take steps to globalize your app. See [https://github.com/dotnet/AspNetCore.Docs/issues/4076](https://github.com/dotnet/AspNetCore.Docs/issues/4076) and [Additional resources](#additional-resources) for more information. For now, just enter whole numbers like 10.
Tapping **Create** causes the form to be posted to the server, where the movie information is saved in a database. The app redirects to the */Movies* URL, where the newly created movie information is displayed.