Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How to prefill form from the same table

Hello, im using the "IC NUMBER" as an uniqueID for my registration form 

When we entered the already registered IC NUMBER it will reject the registration which is how it should work,

Can we auto prefill the form if we enter the already registered IC NUMBER? the data source will be from the same table and not from REF table.

MyMaharani App.png

Solved Solved
0 6 295
1 ACCEPTED SOLUTION

One approach might be to have the user start by completing a small form where only the IC number is input.  (This should probably be stored as a separate table.)  A custom Go To View action could be assigned as the form save action, and an if statement in the trigger view field to check whether the IC number exists.  If it does exist, use LINKTOFORM to prefill the new full registration with values from the existing record.  If it doesn't exist, navigate the user to a registration form with only the IC number pre-populated.  

View solution in original post

6 REPLIES 6
Top Labels in this Space