Forums

How to load data from a table in several fields of a form, with the id

darkarturo 21 Jun, 2024

PLEASE NEED HELP... 

Please could you help me, what happens is that I have a form with 4 or 5 fields, of which the id is like the primary key, I would like to know if putting the id of a table that I have can load the other data in the column that I have Could you help me or make a tutorial please?

kgriffin 02 Aug, 2024
1 Likes

Hi-

Use a Read Data action in the Load section of the form page.

  1. Choose the table you want to read from the drop down.
  2. Under Behaviors add Where Statement.
  3. Click on the Where Statement toggle and add: id='some_value' 
  4. Under Behaviors choose Data Merge

Make sure the name of your fields matches the columns names of your table.

Hope that helps.

lollymaster 03 Aug, 2024

hi kgriffin,

if i need to do the same thing, but load the values after click from a link of a row (so with specific id) from a chronoconnectivity6 table?

Thanks,

Lorenzo

kgriffin 03 Aug, 2024

Sorry, lollymaster. I know nothing about chronoconnectivity6.

darkarturo 15d ago

I don't quite understand how to do it in Chronoform v7, could you help me or make a tutorial... please. I would appreciate it very much... please

You need to login to be able to post a reply.