Update Model Userr ecord in database
-
In the function create_activate_code there will be generated a new or updated an existing record via the SIB_Model_Users class.
When the entry is updated it will not save the listIDs or the redirectUrl. So if changes are made in the form or additional listIDs will be added via JS (that’s what I do) and somebody will subscribe again (e.g. to a new list) those two fields will be ignored.
So the new subscriber will not get the new redirection or will not be subscribed to the according listIDs.
I would be happy if that will be added in a new version. I looked at the code and that should be pretty straight forward to add.
- The topic ‘Update Model Userr ecord in database’ is closed to new replies.