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

Save Fill in Fourm data into an array

New Here ,
Apr 30, 2019 Apr 30, 2019

hi everyone,

i have a fill in fourm the sale’s team fills out each day and i would like a way to have ‘history’. Meaning they can press a back button of some sort to go to the previous day. I would only want 2-5 days worth of data. The data consist of only strings and numbers. My though process was somehow putting all that data in a 2D array. Would an array accomplish what I want or is there another way to store this data?

thank you in advance.

if you need more information on the data or the fourm please let me know.

345
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

correct answers 1 Correct answer

Community Expert , Apr 30, 2019 Apr 30, 2019

You can store the values in hidden form fields. For 5 days you need 5 hidden form fields for every field.

Translate
Community Expert ,
Apr 30, 2019 Apr 30, 2019
LATEST

You can store the values in hidden form fields. For 5 days you need 5 hidden form fields for every field.

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