@Gérald_Elbaze: Hello to all.
Thanks to a logical function, I retrieve a URL that I assign to a hidden field.
Except that when I want to use this url to put a link on a piece of text, it does not interpret the variable contained in {{}}. So the link doesn’t work…
Any idea how to get around this bug?
Exemple :
and {{BNF_url_pdf}} contains : https://docs.google.com/feeds/download/documents/export/Export?id=1ZtVeseQ8PwXKWic7XNPC5dCRw_rj6x78TNCiofjZePA&exportFormat=pdf
neither with
https://docs.feathery.io/platform/build-a-form/elements/custom-html-js-and-iframes
Custom HTML, JS, and Iframes
In summary :
the {{}} is clearly not interpreted, once we are outside the form.
Except that the only way to make a link (href) is in the right menu. And obviously the {{}} is never interpreted.
So we cannot use a variable to pass a url and/or to pass a variable in a url!! Which is a real problem.
@peter: hey gerald, thanks for flagging. we’ve added this ability now https://docs.feathery.io/platform/build-a-form/actions#open-a-link
Actions
[/quote]