Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

FormCalc & Java

Avatar

Former Community Member

Hi Guys.  Is it possible to use JavaScript and FormCalc under the same event for a check box? Say Click or change?  Thanks  Joey

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi,

Yes, you can mix the languages on an object/field--just not on the same event of an object/field.

Cheers!

Stephen

View solution in original post

5 Replies

Avatar

Level 3
Level 3

No its not possible to write java script and formcalc under the same event of checkbox.

Thanks

Avatar

Former Community Member

How about if javascript is written under the change event and formCalc under the click event?  Is this possible?  Joey

Avatar

Correct answer by
Level 7

Hi,

Yes, you can mix the languages on an object/field--just not on the same event of an object/field.

Cheers!

Stephen

Avatar

Level 3
Level 3

Yes it is possible.

Thanks

Avatar

Former Community Member

Thanks Guys!