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.

FormCalc Help

Avatar

Level 2

Here is a link to a form that is giving me a headache! http://www.education.ne.gov/ci/Form/IncentivesforDistanceEducationApplicationforYear2010-11.pdf  You will get an error when you try to open the form (which is my issue), but if you click "ok" you should be able to view the form.

I will try to explain what I am trying to accomplish...  In column 9 of my first table my end user will enter a "Y" or "N".  The Value column will either be equal to column 6 if column 9 is "N" or will need to be multiplied by 2 if column 9 is "Y".  For some reason I am not able to define "textfield9" properly so that FormCalc recognizes it.  I have tried so many different possibilities and still get an error.

Please help!  Thanks   

3 Replies

Avatar

Level 10

Hi,

try this script.

if (Upper(TextField9) eq "Y") then

     $ = TextField5 * 2

else

     $ = TextField6

endif

Avatar

Level 2

You are amazing! It worked! Thanks so much for your help both today and yesterday.

Susann K. Wenzl

Curriculum, Instruction, and Innovation Team

Nebraska Department of Education

301 Centennial Mall South

Lincoln, NE 68508

Phn: 402-471-6692

Fax: 402-471-0117

Avatar

Level 2

Thanks for your help both today and yesterday!  You are awesome!