Hello all.
Giving AMS a try to help complete a project I was given.
I have a html file using a php include to display the contents of a text file.
The text file is currently created using a html form and a php form handler. I am trying to move away from running a local server setup to something easier for the end user.
That's where AMS hopefully comes in.
I have an AMS page with several combo boxes. Each set with the same dozen choices (or Item Text) but a unique Text Data for each combo box (N1 for the first combo box, N2 for the second, and so on). I've read I can use WriteFromString to create the text file I just don't how to use a button to pull the various combox choices into a string to write to a text file.
Any help would be appreciated.
Giving AMS a try to help complete a project I was given.
I have a html file using a php include to display the contents of a text file.
The text file is currently created using a html form and a php form handler. I am trying to move away from running a local server setup to something easier for the end user.
That's where AMS hopefully comes in.
I have an AMS page with several combo boxes. Each set with the same dozen choices (or Item Text) but a unique Text Data for each combo box (N1 for the first combo box, N2 for the second, and so on). I've read I can use WriteFromString to create the text file I just don't how to use a button to pull the various combox choices into a string to write to a text file.
Any help would be appreciated.
Comment