Thank you for purchasing the Template. If you have any questions that are beyond the scope of this help file, please feel free to email us with mention Purchase Code ( Where Is My Purchase Code?) via my user page contact form here. You can also Ping Us through Item Support Tab (better and fast). Thanks so much!
Multi-Step-Form is a Full Responsive Multi Step PHP Working Multipurpose Ajax Form with Required field jQuery validation built on PHP, HTML5/CSS3, jQuery and Ajax. Code written in a simple way by which you can easily integrated at your site.
Multi-Step-Form Responsive PHP Working Multi Step Ajax Form can be used for your organization, company, business. So that your visitors, customers, clients, agents, members can use this form to get Quote and/or let you know their service concern through the form. Using this Plugin you can manage Multi Step form. We have done all setup PHP, jQuery and Ajax, so no page reload will occur. Get the IP of the sender inside the email body and this form has Anti Spam (simple Math Captcha) human check.
Multi-Step-Form is a responsive, clean, well documented Ajax Form. It can be simply integrated at your site with the documentation help. All the codes are clean, well commented and well organized with proper help documentation. It looks great with all types of devices. Try out the demo.
After extract the main zip file, you'll see these folders and files:
HTML FILES INCLUDED :
PHP FILE INCLUDED :
To change icon & it's size just change icon class name like fa-phone, fa-envelope, fa-home classes (see examples below). Find more on fontawesome & fontawesome examples
Go to template folder & open mgs-functions.php file with your HTML/PHP editor and change according to you will find (Change here). Please check the following screenshot image.
Go to template folder & open contact-process.php/YOUR-FORM-PROCESS-FILE.php file with your HTML/PHP editor and change Subject as you need. Please check the following screenshot image.
Go to mgsc-email-template folder & open mgsc-email-template....php file with your HTML/PHP editor and change as you need.
Open your form processing php file and set as described in the following screenshots. You will get email template html in mgsc-email-template directory
email settings php file => mgs-functions.php
Set $mgssendconfirmation = true; if want to send Confirmation email to sender
Confirmation email php file => mgs-send-confirmation.php
usercopy settings php file => mgs-functions.php
Set $usercopy = (isset($_POST["usercopy"])) ? filter_var($_POST['usercopy'], FILTER_SANITIZE_NUMBER_INT) : 1; if want to send Usercopy email to Sender
make it 1 if want to force send Usercopy email to Sender.
Otherwise you can put a checkbox in your form for sender checked if they want a usercopy.
You have to add a language file for your specific langauage Calendar. In root js=>locales directory you will find around 82 differnet calendar language files.
Before Submitting the form (Last step) jQuery will check the math captcha has solved correctly.
For removing math captcha you have to remove the field code from html file and also have to remove code from js file.
In js file you will see a comment around line 10:
Remove all js code from there around line 10 - 26:
And also you have to replace line 57 - 69 with the following code:
event.preventDefault();
submitForm();
Before going to next step jQuery validation will check all required field has inputted properly.
For removing field for example Select Service (reqsevice) you have to remove the field code from html file and also have to remove from js and php files.
If you search reqsevice in js file you will see it in nextStep2 and nextStep5, please remove those from there and also you have to remove from php file.
Remove all js code for reqsevice:
Before going to next step jQuery validation will check all required field has inputted properly.
For adding field for example Select Service (reqsevice) you have to add the field code in html file and also have to add code in js and php files.
for Removing field we have removed code from js and php file. So, for adding field now we should to reverse mean need to add those code
Please check above Remove a form field section to get an idea



Go to bottom of a html file and put your YOUR_API_KEY as you can see in the image
Go to the Get a key for Google Places API Web Service page and flow the instraction