Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3482
Vladimir
Keymaster

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