[eluser]tdktank59[/eluser]
Hey Phill got a question.
So ive got 3 tables
users
user_info
user_settings
However I want to only have 1 page for all the settings that can change.
is there a way to be able to save all (the second 2 tables are a one to one relation with users.)
Otherwise ill end up having a few screens to set all the details, but would be nice to do it with the array and form extensions if possible.
I have no problem setting in the main model all the values for the form, just saving them is the issue.