How to? publishing app to marketplace that requires certain views to be set as public, views within HTML views to display without login.
If you publish an app to the marketplace without code, do the public/private settings for views and forms install with the application? Or would the client need to be instructed to set certain views/forms to public if the app requires it to function as intended?
What is the best way to code a printable HTML with an embedded view, so that the user can then embed this HTML view into their website and display it without login? So far I see only two ways, make the form view public and use the "embed form/view" in the HTML builder, or insert the view's embedded link code (without login) as html code in the HTML view. Doing the latter will not work if I intend on offering the app on the marketplace since it uses static addresses with my information. Or is there a way to reconstruct the link code so that the new user's information is inserted where mine is?
What is the best way to make these printable HTML pages that will allow views to display without login in the clients website?