Pass the Value of Form Filed by Click on Button

I made Application for Students result by adding inline list component.

Each Student can apply for rechecking by click on Button


Now I want that…
Student Enrollment no, Exam Seat no… value pass in to my rechecking form with not editbal by user and user can add or choose any two subject. This all value can store in recheck sheet.

1 Like

For the button component make sure you are using the Form Button and point it toward the Recheck Sheet. When you are putting components on that screen you would select those columns, Enrollment No. and Exam Seat No from the list of Components called COLUMNS, NOT EDIT COMPONENTS!.

The student won’t see them, they are hidden, but the values will be saved to the Recheck Sheet. You also need to select which Column in the Recheck sheet. This will save them to the Recheck Sheet and not let the student edit them. For the choose subject. You would add two Choice Components and point those to the sheet that has your Subject.

2 Likes

Thank You George

2 Likes

Thanks You Very munch George…
It Working :heart_eyes::star_struck:

1 Like