Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.

JavaScript Error

Avatar

Not applicable
Hello. I'm a beginner, and I need HELP! I'm trying to create a collapsible / flowing form [not sure if that is correct terminology]. Everytime I run the JavaScript checker, I get this message:



Error: Expected ;, Line: 4.



I have a semi-colon at the end of the line - but still get same error. Here is a sampling of the script. Can anyone help. I can forward the file, if need be.



if (this.rawValue == 1){

LossRuns-4yrs.presence = "visible";

AutomobileQuestionnaire.presence = "visible";

MVRsorDriversList.presence = "visible";

SwimmingPoolQuest.presence = "visible";
0 Replies

Avatar

Level 10
Do you have a closing brace "}" after the last line?

Avatar

Not applicable
Send the file to livecycle8@gmail.com and I will have a look when I get a chance.