Hello Yaron!
I've noticed a bug with the formlink query parameter. It will break, if the value (in this case the PAGENAME) contains an ampersand. This is because ampersands are used to seperate the URL parameters.
{{#formlink:form=Person
|link type=button
|query string=Business[Works At]={{PAGENAME}}
}}You can probably fix this by urlencoding the value of the query string before sending and urldecoding it when importing it from the query string. I've tryed to use the magic word {{urlencode:...}}, but since there is no urldecode on the import I'll get stuck with the encoded chars and a broken page link.
Best,
Simon
