I have a couple of questions regarding the implementation of features in a ShapeDiver iframe/application, and I hope someone can guide me in the right direction.
Opt-in Mechanism for PDF Delivery: Is it possible to add an opt-in mechanism within an iframe/app iframe or adjacent to it, where users can enter their email addresses to receive a PDF via email? If so, what would be the best way to integrate this functionality? Any examples of similar implementations would be extremely helpful.
Single Model with Multiple Application: We have a single 3D configurator model and are looking to create multiple applications from it, each with a unique layout tailored to different use cases:
One application for our distributors
Another for the website
Any insights or examples would be greatly appreciated!
Thank you in advance for your help!
@mathieu1 Is this feasible? Could we have an input field in the iframe or app iframe allowing the collection of a user’s email address, triggering the sending of a dynamically generated pdf by email
Of course, you could improve this example and parse the text in Grasshopper to detect if its format corresponds to an email address, or even use Swiftlet to call a service that detects if the address is valid.