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?
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?
It would have to be some kind of push notification...
so is there anyway i can do that with tiggzi?
We are working on Push.. but it's not in production yet.
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?
Nope ... I'm not sure I understand "...i can't make dropdowns "write" on the db"
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.
You can't save a value that you select from drop down into the database?
well... i can't find a way to make it work.
What's exactly not working..? What have you tried..? Is the request not working? Where you are saving the data?