Problem/Motivation
The private apps API has a rate limit depending on subscription.
You can only get 100, 150 or 200 forms in one request.
This simple patch uses a do while to do more request as long as a pager is returned (meaning there's more forms to be loaded)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3334998-2.patch | 3.92 KB | samuhe |
Comments
Comment #2
samuhe commentedComment #3
minnur commentedLooks like https://www.drupal.org/project/hubspot_forms/issues/3336554 is better approach.
Comment #4
minnur commentedThis patch is simple and does not overcomplicate the UI.