Hi, I am trying to convert my Access database to Caspio database, and am having trouble accomplishing a task that I used VBA to do.
I wanted to know if there is a way to populate a Caspio table from javascript inside HTML code in Form page.
I am trying to get Opt 1 and Opt2 input, then generate all the variations, for example:
Opt1: Red, Blue
Opt2: Small, Medium, Large
The Variations that I want to populate the table will be:
Opt1 Opt2
Red Small
Red Medium
Red Large
Blue Small
Blue Medium
Blue Large
Please advise.