Auto fill data

Hi, I was wondering if there is a way to auto-fill the form once I clicked at one of the products from the list here:


Currently, I’m using event actions whereby if the user clicked at one of the products, it will pop-up the order form:

However, the product field does not auto-fill the product that I have clicked on. May I know if there is a way for this to be done?

1 1 133
1 REPLY 1

Hello @ayxxn , if you use the linktoform() function as your event action you can select the fields that you wish to preload into your order form. Here’s the documentation:

You can also check out the LinkToForm sample app:

https://www.appsheet.com/samples/This-app-shows-how-to-link-to-a-form-and-fill-in-default-values?app...

I believe the function you need should look like this:

LINKTOFORM(“PRODUCTS Form”, “PRODUCT”, [PRODUCT])

Top Labels in this Space