Link with entry doesn't work properly

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
alan_sh
 
 
Posts: 1695
Joined: Tue Jan 01, 2019 5:50 pm

Link with entry doesn't work properly

Post by alan_sh »

I have an inline frame where I want to put a URL to an external address with ">entry=..." in it. The URL works, but the entry is ignored. The actual line I want is

https://www.cognitoforms.com/PenninePRa ... "Pennine"}

That works well in a standalone browser and fills out "Which District" with the value "Pennine". But inside the inline frame, the field is left blank.

Once again, what am I missing or is this option not supported in a link?

thanks

Alan
PS - this is a bit of a showstopper if it's not supported.
alan_sh
 
 
Posts: 1695
Joined: Tue Jan 01, 2019 5:50 pm

Re: Link with entry doesn't work properly

Post by alan_sh »

I have solved it by using an HTML frame and using some iFrame code, but that doesn't answer the original question

Alan
User avatar
Pablo
 
Posts: 21719
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Link with entry doesn't work properly

Post by Pablo »

Note that quotes and other special characters should be encoded, otherwise the inline frame URL attribute will not be valid.

https://www.cognitoforms.com/PenninePRa ... chDistrict" : "Pennine"}
should be:
https://www.cognitoforms.com/PenninePRa ... nine%22%7D
alan_sh
 
 
Posts: 1695
Joined: Tue Jan 01, 2019 5:50 pm

Re: Link with entry doesn't work properly

Post by alan_sh »

Thanks again Pablo
Post Reply