CFv4 Working with form data
Can I save files to AWS?
A user had a website where there was the potential for a large number of files to be uploaded. Rather than save them on the web server they wanted to save the files to the Amazon Web Services Simple Storage Service or 'AWS S3' for short. This FAQ describes a simple test form that uploads a single file, and, after the form is submitted, uploads the file to AWS and deletes the copy from the web server.
How can I get useful data from select drop-downs, checkboxes and radio buttons?
How can I use the form data?
How can I pass form data to another site?
How can I use the form data with PHP?
ChronoForms stores all the information about the current form in the $form object (an object is - more or less - a fancy variant of an array). Everything about the form is there somewhere.
How can I give a unique ID to each form submission?
There are several ways of identifying submitted records and which you use depends on your form.
