I was wondering if there is a way, from the backend, to get a list of field names for a form? When a form is custom, it can sometimes be difficult to search through the code to find field names. If it's not possible, maybe the functionality can be considered in a future release.
Hi Uclabruins,
Nothing built in but you can get a list in a couple of ways. The simplest is to add a Debugger action then Submit the form with all the inputs completed. You can then copy and paste or print out the data array with all the input names. From the admin area the Create Table icon will also show you a list.
Bob
Nothing built in but you can get a list in a couple of ways. The simplest is to add a Debugger action then Submit the form with all the inputs completed. You can then copy and paste or print out the data array with all the input names. From the admin area the Create Table icon will also show you a list.
Bob
This topic is locked and no more replies can be posted.
