New to Wix. I have been looking on how to let my users enter a correction or edit a certain element in my database without giving them admin rights.
Will index and field name sufficient parameters for me to write a code to let my users edit a certain element in my database.
I need to pass index from dropdown1 to input1 so I could use it to change the index of the current item displayed in my input box. dropdown1 and input1 are connected to a single database in different fields.
My users will be able to input data but will only change index0 in a certain field.
thanks
Hey,
In order for users to edit any item in the database (not only the ones they created) - they need to be admins. See here for details.
I didn’t quite get the second question. Could you please elaborate?