How to create a "save the configuration" button.

Hi everyone,
I need your help for the following issue.

I’ve created a configurator for my items and I’m trying to insert a ”save configuration” button able to create a pdf to be saved.
How to do that?
Please find attached a printscreen of the page.

I think this may be a feature that can be accomplished by implementing code.

Thanks in advance for your support.

Massimiliano

Are you using this tutorial here?
https://support.wix.com/en/article/corvid-adding-a-product-configurator-to-a-wix-stores-site
https://www.wix.com/code-examples/product-config-vw

if you are, then you will need to look into adding something into your code that catches the final design choice before it is added to the cart for checkout.

Then you can take that data and convert it through your own setup for your own dynamic pdf files which can be done through the Wix Node Manager as suggested by Andreas in an old forum post here.
https://www.wix.com/corvid/forum/community-discussion/export-form-data-to-pdf
https://support.wix.com/en/article/corvid-managing-external-code-libraries-with-the-package-manager

1 Like

Thank you for your answer.
I’ll try to do that, and I let you know.
:slight_smile: