Hi @GMOONS,
You can put the variable of the capture in a result tag. So you could do the following:
{% capture 'the_form' %}GENERATE THE FORM{% endcapture %}
{% result 'the_form' the_form %}
In another template you could do
{{ period.reconciliations.handle.results.the_form }}