Is there a method to keep the attribute form open after saving a feature in QField? I’d like to avoid having to save and reopen the form repeatedly, as I need to input data quickly.
Thanks!
Imported from GitHub discussion by @paul-carteron on 2025-02-26T11:46:35Z
Yes, of course, and that’s not my intention. I was hoping that coordinates are only stored when you save a feature, allowing you to keep the feature open continuously.
However, as you pointed out, the geometry is saved as soon as the feature is opened, correct?
Imported from GitHub comment by @paul-carteron on 2025-02-28T07:49:57Z
Maybe this QField plugin helps you. Which allows you to add a feature without Geometry and then you can modify the feature and add the location geometry.
Imported from GitHub comment by @SeqLaz on 2025-02-28T19:08:17Z
I believe that when you fill a form to create a feature without knowing yet its location or knowing its numeric coordinates only, it’s not a field work and rather a QGis work but I may be wrong depending the specific case…
Imported from GitHub comment by @VxTedxV on 2025-03-01T15:23:55Z
In my case, multiple people will be shouting values at me, so I need to enter data quickly. To improve efficiency, I’d like to avoid clicking “Add Feature” each time. Instead, I want the form to automatically reopen after each submission, allowing continuous input without interruption.
Of course, the feature isn’t created where people are shouting the values, but for my use case, this approach works just fine.
Imported from GitHub comment by @paul-carteron on 2025-03-03T17:28:31Z
@paul-carteron have you developped the plugin? I have have a similar problem. i want the form to stay open on saving. In my case because i need the currently edited feature in a virtual layer (hope this is comming soon) or a view.
Yes, I did develop the plugin!
However, it currently supports auto-reopening the form after saving — not keeping it permanently open.
I’m planning to publish the plugin as soon as possible, but it still needs a bit of polishing.
Sorry for the slow reply: I first needed to confirm that my company was okay with releasing it as open source.
Sorry for the delay. I tested the plugin. It worked and it can defntively be an improvement for fast editing. It also gave me a nice first insight into plugin development.