I’m working on a project where users might be in areas without internet, but they still need to fill out forms and submit data. I need the form to either submit in real-time when online, or save the data locally and then sync with the database once the user regains connection.
Does anyone have experience setting up something like this in WeWeb, or suggestions on how to handle offline form submission and syncing?