In the final part we will improve the appearance of both the details and the success Pages using some simple Bootstrap classes and Controls.
The details page will look like this:
The success page will look like this:
Improve the appearance of the details Page's header by adding some padding to the top and bottom:
py-3
Layout the email_from and email_to Field Controls side by side:
At this point, your Outline view should look like this:
Align the Send button to the right:
text-end
Improve the appearance of the success Page by adding some padding and aligning the text:
p-5 text-center
Test the Form in your browser:
See the cosmetic changes to the details and success pages.