Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Cameron Maciel
1,218 PointsForm to portal
Image a basic form---
First Name
Last Name
Address
Phone Number
and then submit button
after you click submit you can then see a table of all the inputs you have made
lets say the table only shows the First name and Last Name
so if you input this data
First Name: Cameron
Last Name:Maciel
Address :18950
E-mail: Moderndesign9@hotmail.com
Phone Number: 9513120408
and then submit button - after clicking submit the table updates
Table
//////////////////////////////////////////////////////////////////////////////////////
/////First Name//////////////////Last Name/////////See more Info ///////
/////Cameron/////////////////// Maciel//////////////"BUTTON"////////////
now if you add more inputs like this
First Name: hailey
Last Name:Faith
Address :18950
E-mail: anemail@hotmail.com
Phone Number: 9511234567
and then submit button - after clicking submit the table updates
Table
//////////////////////////////////////////////////////////////////////////////////////
/////First Name//////////////////Last Name/////////See more Info ///////
/////Cameron/////////////////// Maciel//////////////"BUTTON"////////////
/////hailey/////////////////////// Faith //////////////"BUTTON"////////////
1 Answer

Shawn Denham
Python Development Techdegree Student 17,801 PointsNot sure if its a cut and paste error here but I don't know what you are trying to ask or say :)
Cameron Maciel
1,218 PointsCameron Maciel
1,218 PointsNotice the two different tables have different information, how do i get the information i input in a form to update to a table list....
The first example shows the Name Cameron Maciel inputed in the form and once you click the submit button you will send it to the list portal that will save that data
The next example shows the Name Hailey Faith inputed in the form and once you click the submit button you will send it to the list portal that will save that data
Now after the last one you should have Two contacts in the list now
Cameron maciel Hailey faith