Can I use iframe with Mendix forms on my website?

1
Hi to everyone, I'm new to Mendix and I'm trying to identify required functionality for myself.  I want to create a form in Mendix and be able to inject that form into my website using iframe. The data from the form must be stored somewhere(CRM, DB, etc) on Submit button. When my user is back a day later he should see the data he provided before on this screen. So the user should be able to edit provided data and submit it once again. Is it something I can do using Mendix?  Please see the picture which explains my requirements: https://www.dropbox.com/s/ty7kwp9awjdmjmh/ifram%2BMendix.png
asked
1 answers
1

I would not advice to use iframes. It can be done, but it might be easier just to use published and consumend webservices to retrieve or store data.

Regards,

Ronald

 

answered