Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

New Question Same Fillable Form

Community Beginner ,
Jul 09, 2024 Jul 09, 2024

New Question Same Form:

Ok, one last thing and then I think I will have all the issues worked out thanks to you. I am needing my EndingOdometer to equal the last EndOdomReadingRow# once their input is finished. Which everyone's is different.

Michelle38051592s1e9_0-1720539659171.png

 

 

I really am so appreciative because I am not able to find the information online and I have done the research. This community and you are very helpful resources.

TOPICS
JavaScript , PDF forms
115
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 09, 2024 Jul 09, 2024
LATEST

var odm="";
for(var i=26;i>0;i--)
{
if(this.getField("EndEdomReadingRow"+i).value)
{odm=this.getField("EndEdomReadingRow"+i).value;break;}
}

event.value=odm;

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines