api
api copied to clipboard
The Form Tools API.
I still use form tools 2 and I noticed that sometimes file uploading fails while using the API. If I try to upload an invalid file on the back-end I...
As described. This can cause confusion when upgrading a process.php form to the API.
I want to use a loop to get all LastName, FirstName and submissionIDs for a given form. I will use this to create a hyperlink that passes the submissionid on...
See: https://github.com/formtools/core/issues/160
Individual ("use in your own pages") visualization code on external PHP page - **works OK**. Individual API function code e.g. showSubmissions() on external page - **works OK**. Combining both pieces...
This is real nuisance, as noted by Jaace here: http://forums.formtools.org/showthread.php?tid=608 Hmm... will need to rewire the code to actually upload and log the file reference despite failing validation. This will...
Check compatibility with: - Hooks Manager - Submission Pre-parser Expects an `API::processFormSubmission` method.
See spcjak7221's post. http://forums.formtools.org/showthread.php?tid=652
As described.
> So you know though even though the charachters /n and /r show in the verification and finalize pages it does not carry over to the confirmation email and or...