I am trying to build my skills in portals and have some questions regarding functions. The ask is to
create table and call it "Application" with two fields: amount and description DONE
I need the functionality of the profile page (see image below) so that when I click on update, it takes me to another read only page where I can view the application. see the same fields in read only mode.
So far I added amount requested and description of project fields from the contact table. How can Ibring those in from the Application table I created?
Thanks