Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

JavaScript Error

Avatar

Former Community Member
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";
3 Replies

Avatar

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

Avatar

Former Community Member
Send the file to livecycle8@gmail.com and I will have a look when I get a chance.