Can anyone suggest the best way to have someone enter variables from a website or online form? If there's no direct method maybe an indirect method using different modules together.
You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.