54 comments found.
Does your form offer cols horizontally 2 cols, 3, 4 and more.
Hi,
Thanks for your pre-purchase query!
This item has designed with bootstrap 5. So, you can use bootstrap grid (col) to design the form with multiple columns.
Thanks and best regards
How do I remove an entry as required? Right now all entries are required but I want to remove one. What is the keyword I should be searching the code for and what do I remove?
Hi,
Thanks for your query.
To make a required field non-required will need to make some changes: From the HTML code need to remove the code required. From the form processing PHP & JS file needs to remove that field validation code.
Also, please check the included documentation (settings section) to find more help.
Please contact me through the item’s support page for more details help.
Regards
Hello, I’m getting the error after form submission”Mailer Error: Could not instantiate mail function. “
Hi,
Thanks for contacting me. I have replied your support request email. Please check.
Have you uploaded phpmailer folder? phpmailer folder is required to send email. Also, you can try SMTP to send email.
Best Regards
Didn’t check the code yet is it easy to add more steps ?
Or is there a limit
Hi,
Thanks for your query!
No! there is no limit. You can add/remove any step. But you haver to manage steps validation accordingly.
If you have any more query please contact through support page of this item.
Best Regards
if I have laravel code and I use blade template, do I get this version or the html one to integrate? because I’m confused
Hi,
Thanks for your query!
In HTML version there is no PHP code. So, you have to manage code for sending email to admin, autoresponder etc.
Regards
Quick question, i know you said no database but if i decide to save in a database, can i use this for user registration?
Can this code be used to check the database to see if email or username is available for use or not before moving to the next step?
If i want to use with my database, do i have to save each step in the database before moving to the next step or all steps are completed before it will be saved in the database.
I just want to know this before purchasing.
Hi,
Thanks for your query!
Yes, you can use it for any purpose, and database (DB) integration you have to code it from your side (custom coding). You will get Form’s all the input data in the form process PHP file. So, you can use those values for your DB functionality.
All database (DB) related things are custom coding and you have to code it from your side with the help of your developer.
You don’t need to save each step input values to the database (DB) before going to the next step because you can do all database (DB) related operations when/after the form is submitted. But for specific reasons, you need to operate a database (DB) in any step you can do. It depends on how you plan to code your functionality.
Best Regards
Thanks for the response. But with all this, your script might be missing what i’m finding difficult to achieve. I want an ajax check on the database to see if username or email has been chosen or not, but with this your script i still need to code that part myself. My multi form does not check database in the steps i want, it only check at submit button, that’s why i wanted to purchase this script. So that part will be missing from the script, that’s checking database before next step. I don’t know if you understand me
Hi,
Yes, understand you.
This script don’t included DB. So, you are right to check username or email has been chosen or not you have to code it by yourself and have to check it through ajax before going to next step.
The form is using ajax to submit the form. So, ajax check for username or email will be easy job. But it is true you have to code it by yourself.
Best Regards
Ok thanks for the info. But why change the price now, because i’m not even sure if it will achieve what i want to achieve
Hi,
I didn’t change this item’s price. It was the Black Friday Campaign by Envato On Sale discount price and the campaign just ended a few hours ago. So, the item returns to the Original price. The On Sale price was maintained by Envato.
Best Regards
I have a feeling many people, like me, will purchase this item and never use it due to the embedded complexity and extreme time it takes to edit at script level.
We are very familiar with script/code editing, but form creation that takes enormous time to hand-code every question is beyond the time we want to invest.
Buyer Beware: Buy this and I’m sure it works, but the author has made it extremely difficult to create a form by hand.
We have to look at other options. This is pretty and we like it, but the time involved just to produce one working form is crazy.
We will not be using this product, and I believe I am not alone.
The demo is nice and it works on our server, but good luck getting the form you need out of this messy code with rather sparse documentation.
Hi,
Thanks for sharing your experience on this form script.
This is a PHP form script, not a form builder. So, If you need to customize the form then have to edit the form’s HTML and other files like js, PHP, and email template as well.
I have tried to explain all the necessary things like how the form works, how to validate the form fields in both js and PHP, how to setup email, how to setup/customize the email template, etc in the documentation with screenshots of the coding. Also in coding, I have tried to add comments (like in PHP: //change here …, in js like: /* Math Captcha /, / Datepicker /, / STEP PROGRESS AND VALIDATION */ etc.)
I am trying to make the script more user-friendly so that customers can make the customization easily. But this is a multi-step form and each step needs validation to go to the next step. So, when the time to make the form customization will require coding knowledge. but customers are always welcome to get support from my side.
If you find anything missing in the documentation and/or want to give your valuable suggestion on this script, please leave me an email through the Support page. I will try to give your sentences high priority.
You are always welcome if you need any support from my side. I will be very happy to assist my valuable and honorable customers.
Thanks and Regards
Does the software generate online forms or can the code be exported so that i could use it in my php app?
Hi,
Thanks for your pre-purchase query. This is a PHP form script. This Item is built on PHP, HTML5, CSS3, jQuery, and Ajax. You have to manually integrate this form script into your PHP app.
Best Regards
Hi, Thank you for the reply. What i need to know is this. Can i generate the code for the form that i create and use the code in my web page? Its not embedding the form in my page.
Hi,
If you want to like any existing demo form and want to integrate the same form then you have to copy paste the form code and in the same time have to include/upload the necessary css, js, and PHP files and folders to work the form functionality.
If you need to customize the form then have to edit the form html and others file like js, PHP and email template as well.
And in the last step you have to set the form email settings like admin/recipient email to receive the email when any visitor/client will submit the form in your application.
Best Regards
hello,
is there a way to create conditionnals arguments?
Thank’s
Hi,
Thanks for your pre-purchase query.
You can customize the form according to your need. But for doing the customization will need to know HTML, CSS, jQuery and PHP.
If you check the following link demo there you will find in first step used one conditional statement:
https://mgsdemo.mgscoder.com/mgscode/multi-step-form/index-popup-cond.htmlRegards
Hello I would like to use it for getting qualified leads. Can you get the IP from users ?
Thank you Franck
Hi,
Thanks for your query. In email (admin) will get the IP of the sender (user who will submit the form).
Best Regards
Thank you for your reply
Just a question (I am not developper
The first step is to modify for exemple the index file I want to use : index-3-modern
But, after, which JS file I must modify for setup fields ?
Thank you Franck
Hi,
If you check the file you will see all necessary files name there. In header you will find CSS files and in footer you will see js files name.
For index-3-modern you have to work on multi-step-form-index-3.js
Best Regards
Hello Thank you. Maybe I will ask you a quote for customization
Regards FRanck
Hi,
You can contact me through the item Support page.
Regards
Hi, can include indian payment on the form like paytm ? if possible please share customization procedure. Thanks
Hi,
In this form script no payment system/method included. But you can add payment option from your side through customize the script.
Best Regards
Hi, can include indian payment on the form like paytm ? if possible please share customization procedure. Thanks
Hi,
In this form script no payment system/method included. But you can add payment option from your side through customize the script.
Best Regards
Where can i find documentation for this script so that i can read it and know what i want to buy
Hi,
Thanks for your interest. Documentation included in the purchased download.
If you have any pre-purchase query you can ask me and I will reply you.
Kind Regards
Hello, is it possible if a checkbox is clicked that a step is skipped
Hi,
Thanks for your query. For doing this you have to add custom jquery code for skipping the step. Currently in my script skip step functionality not integrated.
Best Regards
Can you do that for me
Hi,
Customization work can be done for paid service. It is public comments area, please contact me through Item support page for details.
Best Regards
hi my friend, nice work, can i see the documentation before i buy? thank you
Hi,
Thanks for your interest.
For my coding style security, I don’t have Online documentation but documentation included in the purchased download. You can check the video presentation here: https://www.youtube.com/watch?v=Sgtt8GrKXEo
The script has been made with html, css, js and PHP. In the documentation, I have presented screenshots explanation of my coding and a little try to make you clear what you have to do for jquery validation, SMTP settings, email settings, email template settings, google auto address settings, math captcha settings, and few other necessary things.
Please check the live demo, video presentation, and product details, if you have any query you can ask me directly through the item support page. I will reply to your query through email support.
Thanks & Regards
is this programmed and delivered to mail or only html?
Hi,
Thanks for your interest. It will send email to both Admin and customer (autoresponder if you set true). Please check screenshots and item details.
Thanks & Regards
Good day boss. If I purchase this item, how will I see the files uploaded by the person registering
Hi,
Thanks for your interest. Sorry! please can you tell me some more what you mean!
Regards
Hi, My email functionality is not working. when i complete form and submit it says success message but other side i don’t receive any email. can you help. thanks
Junaid Tahir.
Hi,
Thanks for contacting me. May be you didn’t set your email as recipient. I have replied to your support request please reply the email with your form url and the file I requested.
Thanks and Regards
Yes, i replied to email, and also sent files and url
I set the recipient but still not working.
Hi,
may be you hosting will work on smtp. So, please try with smtp. I have given you necessary guideline in email reply. also you will get proper help in documentation. everything you have in my script settings php file just you have to set according to your smtp configuration. Please continue in email reply because comment is a public place not for item support. Item support need some extra care with coding help.
Regards
does it support wordpress website ?
Hi,
Thanks for your query. As this is a php form script and not a wordpress plugin, it will not work as a wordpress plugin. If you need to set it in wordpress then have to work manually and will need a developer help. But I have a Contact Form 7 multi step form add-ons plugin. If you interested you can check my portfolio.
Best Regards
Hii Is it possible with this tool to create a car insurance quoting tool?
Hi,
Yes possible because this item has made with html, css, js and php and it is a php form script. but for doing the necessary customization will need html, css, js and php knowledge. You can discuss with your developer for the required customization to make the form according to your need.
Also We have another one item specially for Quotation Booking. You can the item from our portfolio page: Quotation Booking – Multi Step Quotation Booking Request PHP Form For Cleaning Service
Please check items details, live demo before purchasing the item.
Regards