Page 1 of 1

Pop-up for admins

Posted: Sun Nov 25, 2012 7:29 am
by Ariel Constantinof

So I use the user login system. But I also have 4 fields that can be completed by any user, not necessarily a logged-in one.

How can I make the logged in user get in real time a notification of the input forms made by the not logged in users?


Pop-up for admins

Posted: Sun Nov 25, 2012 5:00 pm
by maxkatz

It would have to be some kind of push notification...


Pop-up for admins

Posted: Sun Nov 25, 2012 5:08 pm
by Ariel Constantinof

so is there anyway i can do that with tiggzi?


Pop-up for admins

Posted: Sun Nov 25, 2012 5:09 pm
by maxkatz

We are working on Push.. but it's not in production yet.


Pop-up for admins

Posted: Sun Nov 25, 2012 5:16 pm
by Ariel Constantinof

oh, ok. got it.

one more thing: i have a dropdown with 3 options: x, y and z.

in my database i have 5 names of people. de default dropdown is X for each of them. i made a page that "reads" the db with the 5 names and for each name i've put an active dropdown near it. after all the names i did put a "send button" that has the role of writing / saving the dropdown selection: z, y or z for each of the names...

but i just can't make it work.

i can't make dropdowns "write" on the db. but i am able to write the names or any other entries.

was i clear enough? :)


Pop-up for admins

Posted: Sun Nov 25, 2012 5:19 pm
by maxkatz

Nope :)... I'm not sure I understand "...i can't make dropdowns "write" on the db"


Pop-up for admins

Posted: Sun Nov 25, 2012 5:35 pm
by Ariel Constantinof

this dropdown is column in my db, same row with each and every of the 5 names i've talked about above. i can't make this dropdown change it's value in the db.


Pop-up for admins

Posted: Sun Nov 25, 2012 5:57 pm
by maxkatz

You can't save a value that you select from drop down into the database?


Pop-up for admins

Posted: Sun Nov 25, 2012 5:58 pm
by Ariel Constantinof

well... i can't find a way to make it work. :D


Pop-up for admins

Posted: Sun Nov 25, 2012 6:04 pm
by maxkatz

What's exactly not working..? What have you tried..? Is the request not working? Where you are saving the data?