Private: Home › Forums › HTML Templates › Trucking – Transportation & Logistics HTML Template › Driver job application form › Reply To: Driver job application form
Hi Staffelita,
Trucking has contact form that uses AJAX to send data to .php file. So for all fields you add to HTML you need modify script too so that script get new fields data and send to .php file. In .php file you need to receive data and send with email.
If you are modifying “DRIVER JOB APPLICATION” for, you can find script at the bottom of the page that sends data to .php file (script has comment: // ONLINE DRIVER APPLICATION SUBMIT START).
Maybe these tutorials can help you.:
http://www.formget.com/ajax-image-upload-php/
http://abandon.ie/notebook/simple-file-uploads-using-jquery-ajax
http://code.tutsplus.com/tutorials/uploading-files-with-ajax–net-21077
Vladimir