Hi everyone,
I want to include another web page in my form.
I think I need to use an iFrame but it doesn’t work. I didn’t find something in the documentation about that.
I entered the URL of the iFrame : “http://www.google.com“ … doesn’t work
I entered the URL of the iFrame via a groovy script in returning an URL :
import java.net.URL;
def webpage = new URL(‘http://www.google.com’);
return webpage;
Do you have a groovy script working?
Thanks,
Pauline