January 15, 200322 yr I want to email a link to customers asking them to fill out a survey. I also want the survey in a frameset so that customers can't manipulate the URL to view or change some other customer's survey. But if the survey is in a frame to hide the URL, how do I direct each customer to his own appropriate record?
January 16, 200322 yr You can set customer access in URL even with password like http://www.url.com/index.html?user.password Then you will get it through JavaScript.
January 16, 200322 yr You could send a URL like this: http://www.mysite.com/FMPro?-db=anydb.fp5&-lay=anylay&-format=theframes.html&-token=12345678&-view The Token could contain the value of the RecID for that user. This Token could then become part of a URL in the Frameset like this: http://www.mysite.com/FMPro?-db=myusers.fp5&-lay=mylay&-format=usr_details.html&-recid=[FMP-CurrentToken]&-find Hope this helps. Garry
Create an account or sign in to comment