Hello,
I would like my customers to select items in my store then click on “request a quote” and have these items displayed in a form field designed for this purpose.
So far, i’ve tried VELO with ChatGPT but without success.
Can you help me ?
Thanks in advance,
Yoann
Did you try searching here, on the forum? Chances are - someone has already faced a similar issue before you and has found a solution.
Hi,
Unfortunatly, my website is on WixEditor not Studio.
It seems my only solution is to use Request A Quote by WD Strategies…
Hi Yoann,
Yes if the particular app fits your needs then you may use it on your Wix Editor site. Or you can reach out to have a custom solution developed for your site using code if you don’t want to pay recurring fees for an app.
V-Blog
6
There is a workaround, You can open a lightbox after user adds goes to cart -
import wixWindowFrontend from 'wix-window-frontend';
$w.onReady(function () {
$w('#productPage1').onAddToCart((resume, cancel) => {
wixWindowFrontend.openLightbox("Product Added");
resume();
});
});
You can create a form in the lightbox. You can further modify the code to cancel/resume the checkout(right now it resumes the checkout). You can also add the condition to continue checkout after the lightbox is close. The Lightbox name must be “Product Added” for this particular code
Add This code in your product page.
This code works for Studio sites only and not Wix Editor sites.
V-Blog
8
I tested it on a Editor Site, it works… Check this out - https://dev-site-2x3472.wixdev-sites.org/product-page/men-s-denim-jeans
Ignore the annoying order notification. I am testing an app in development.
Hi,
Sorry but i don’t see request a quote on your website.
@Pratham : i’m only an employee at my job, i doubt my boss be ok to spend 1000€ for a module
(sorry english is not my mother’s tongue)
Is it possible to switch between Wix Editor and Wix Studio ?
V-Blog
10
I haven’t set the Form on lightbox, just the function to open lightbox when add to cart button is clicked. However, you can use the lightbox to add your own form and set a condition in code to either cancel the checkout process or resume after the lightbox closes
No you will not need to switch to Wix Studio. 
Looks like Wix has rolled out this feature for Wix Editor sites as well.
You may follow this tutorial and it should work on Wix Editor too now.
Hello,
Thanks a lot !
But do you know how to have these items displayed in a field in the form ?
Yes, you’ll find the solution to that in the same thread (:
Thanks a lot for your help !
It’s working !
I have two final questions :
Is it possible to have a system where customers can add multiple items to their quote? (add to cart look alike)
Is it possible to centralized the forms somewhere in the site and to have a notification by e-mail when a form is submitt ?
Thank you in advance
1 Like
Yes, it is possible. But that involves a different approach and a good amount of additional code.
Regarding viewing form submissions and emails, you set it up in your site’s dashboard, as mentioned in these articles: