Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - avi

1
Questions / Current logged in user
Hi,

I have a table "users" with user record.
I have another table "tasks" with information per user (userId).
I want to show information in the "tasks" table based on the currently logged in user. That is to say that the logged in user will see only tasks belonging to him.

How?

Thanks!
2
Questions / Re: How to add more steps to the Form Wizard?
Oh wow! that was really helpful! thanks! Can I ask another question then:
Lets say I have a form with lots of inputs, and I want to fill the inputs with the wizard, 2-3 inputs at a time (and perhaps there are a few connected tables). How can I first collect all the information and then post it at once?