ibiubu Posted May 26, 2005 Posted May 26, 2005 I am using [FMP-field:Login::ValidateJava] as part of a java script. A portion of the java script on my web page is filled in by the contents of [FMP-field:Login::ValidateJava] I am having something strange happen. The contents of [FMP-field:Login::ValidateJava] includes && But when I view the source code of the loaded web page, && is coming through as && ValidateJava is a calc field, but I have tried many variations of trying to include && in that calculation text, but it always comes across as && in the web page source code. Is there anything that can be done to stop this? Larry
ibiubu Posted May 26, 2005 Author Posted May 26, 2005 Kind of came up with a workaround. [FMP-includefield:ValidateJava] Using this seems to pull the exact text from FM without changing && into && Larry
Garry Claridge Posted May 28, 2005 Posted May 28, 2005 You can use: [FMP-Field:ValidateJava, raw] All the best. Garry
Recommended Posts
This topic is 7188 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now