Replies: 2
1- I have a page, which sends a URL parameter to a Forminator form
http://ForminatorForm/?url=mysite.com/product/productname
2- Then inside the Forminator I use a hidden field to save this parameter.
3- Finally, in behavior I want to redirect to above mentioned URL.
But the resulting page address is malformed.
Instead of http://mysite.com/product/productname
I get http://mysite.comproduct/productname.
The trailing slash after domain name and before “product” is dropped and the URL is malformed.