Currently, I am working on designing a profile page layout.
During the editing process of their profiles, I aim to showcase a form similar to the one provided in the Bootstrap library: https://getbootstrap.com/docs/4.4/components/forms/#form-row. Once users finish editing, my goal is to transform the form into a read-only format by replacing input fields with entered text.
In my search for solutions, I came across a relevant example on bootsnipp: (under the "Education & Career" tab). Analyzing the code, I observed that this structure was built using the form-group class and substituting the input field with a paragraph field.
Could there be a more efficient and cleaner approach to achieving this result? I doubt this is the most effective way to implement such a design.