Hi @flickimp
I just received an update from our developers.
I found a workaround that you can try using some custom JavaScript.
On this thread, you can find a custom code that collects the page ID using JavaScipt: https://stackoverflow.com/a/43809212
Once the ID stored on a variable, you can set the value on your regular text field using:
document.getElementById('forminator-field-text-1').value=id;
And then trigger the conditionals using:
jQuery("#forminator-field-text-1").trigger('change');
https://monosnap.com/file/J4t5egaFJkt0yLtqr9Xmpc6NNkRfVh
Just replace the forminator-field-text-1 to your field ID.
https://monosnap.com/file/mxlSFjNmYgLWSK2LF30eTtkJPzCHcJ
Most of the time the theme options has the field to add custom JavaScripts code, but in case it doesn’t have, you can use a plugin like https://www.ads-software.com/plugins/custom-css-js/ just make sure the JS loads on the footer.
Let us know the result you got.
Best Regards
Patrick Freitas