I noticed that the Brevo sign up form URLs contain a very long ID, that changes on every form update (and even if you don’t change anything in the end, such as setting a parameter from A to B then back to A).
To avoid sharing the very long URL I embedded the form on my website.
To avoid changing the form on every update I chose the iframe over manual HTML insertion, so it directly fetches the form from Brevo.
However, since the URL keeps changing, I still need to update the iframe to change the URL part, defeating the purpose of dynamic content fetching.
Is there a way I can get a stable URL for my sign up form (even if it redirects to a longer URL), as with other services like Mailchimp (which also use an ID, but much shorter and stable, so I can share them safely and be sure it will point to the last form version).