8 Working with templates for tutor registration
This chapter covers
- Designing a tutor registration feature
- Setting up the project structure
- Displaying the registration form
- Handling registration submission
In the previous chapter, we covered the basics of working with Actix to develop a server-side web application. In this chapter, you’ll more about how to work with templates as we create a tutor registration form using Actix and Tera.
Templates and forms are an important feature of web applications. They are commonly used for registration, signing in, capturing user profiles, providing payment information or know-your-customer details for regulatory purposes, and performing CRUD (create, read. update, and delete) operations on data. While ...
Get Rust Servers, Services, and Apps now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.