Hi there!
I have a field $$Return that used for saving a document on the web. I would like display subforms with this document. for do that, I need to call subform (not insert the code), just with the name of the subform.
If you have ideas how to do that, please tell me !
best regards
Subject: Use subform into Field with formula
Do you mean you want to reload the document, with a specific subform visible only after the document has been saved?
You’ll have to embed the subform in the form, but have it hidden based on the value of a field. When the document is submitted, you can set that field, then use your $$Return field to reopen the document (pass the URL of the document into the field). The subform should then be visible, since the field the hide-when is based on has been changed.