Hello, we are trying to publish a Fibery form with a public link. However, the encoding of the URL seems to not work on the Fibery platform. So the public link to our form is in the following format: https://<workspace>.fibery.io/@public/forms/<form-id>
But the portal that we are trying to publish this form at always automatically encodes the special characters, such as the @
to %40
. This should work according to URL encoding rules but when trying to access the form when the @public
part of the URL is formatted to %40public
does not actually load the form. It just displays a blank page or redirects people to login which shouldn’t be the happening in the case of a public form.