W8D5-6-7
Today I Learned: that nesting forms don't really work that well.
I've been busy working on this capstone. I think it's coming along. It looks visually pleasing (very clean) so I'm happy about that. I ran into some trouble with the CRUD aspect of the app though so I'll have to ponder some more on how to do it. I'm attempting to nest forms within forms but this appears to not work.
Looking up this issue online, I found some things and tried them to no avail:
<
form id="formid"> and placing the formid on the other input fields with form="formid". Didn't work. I tried modifying the object to no avail.
I have some two other thoughts on how I would get the data I want but they both seem clunky. One would be to create a Form store to HOLD all the data as it is being uploaded in real time, probably not good. Another idea was to just make all the forms on one form page. But this would not be very object oriented and it seems very clunky.
At this time, I'm going to switch gears and study for my FINAL assessment tomorrow (on CSS). I'm not super hot with CSS but I have been getting better. Chrome Inspector is your friend! That will wrap up this post. Until tomorrow!













