
ross
Staff
/ Moderator

Mar 6, 2009, 11:21 AM
Post #3 of 3
(2000 views)
Shortcut
|
|
Re: [jarvis] Hidden Fields Issue
[In reply to]
|
Can't Post
|
|
Hi Jarvis Thanks for posting! First thing here is that you'll probably want to us: $lfield38_je$ That little moddifier makes things work better if you are using the values in JavaScript. Next, for this bit: if($lfield38$!="") Could you try: if("$lfield38$" != "") An even more organized way would be: if("$lfield38$") but the last two are both the same. I think that should get you going. The way you had it before, the JavaScript was trying to use your placeholder as JavaScript variable. Putting the quotes around tells it to evaluate that as a string. Give it a shot and let me know how you make out :). ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
|