RSFORM_SUBMITTED_DATA is not a file is a default database table created by RSForm.
My installation doesn't have any database table with that name, nor anything similar.
Developer has solved this problem with the new version which includes a mapping tool to set the database table.
As far as I can tell, I already have the newest version: 1.0.4
I'm interested in what you are trying to share with me, but that link gives a 404 error.
Also, I noticed that your link's URL includes \"rsformpro\" in it, but I just have the regular RSForm, not Pro. When I bought it (in April), I don't remember even seeing RSForm Pro as a choice - perhaps the Pro version was created after that...?
Anyway, I'm confident that there is a simple answer to my question. I just want to know a variable, object, or database access SQL that I can use to determine the location of the uploaded file from the point of view of a script in the \"Script called on form process\" textbox. An additional question would be how to determine the status of a checkbox - I can't figure that out either.
If the data record in the \"jos_forme_data\" table has already been inserted at the time the script runs, and I could access it, I could parse the \"params\" field to get the filename. But I don't know how to get the id of the newly created record.
Surely someone has a list of the objects available to the processing script ($processform is one example; I bet there are more) and what methods and properties they have. I am having to guess everything from very few examples - most of what I know I got from small scraps of syntax I could extract from the examples on
this page. Uploaded files and checkboxes are not mentioned.