In my custom view in webform (just after the form tag inside body tag) I have following..
<INPUT TYPE="HIDDEN" NAME="func" VALUE="[LL_FUNC /]">
<INPUT TYPE="HIDDEN" NAME="LL_FUNC_VALUES" VALUE="[LL_FUNC_VALUES /]">
<INPUT TYPE="HIDDEN" NAME="LL_AttrFieldName" VALUE="">
<INPUT TYPE="HIDDEN" NAME="LL_AttrFieldIndex" VALUE="">
<INPUT TYPE="HIDDEN" NAME="LL_WFATTURL" VALUE="[LL_WFATTURL /]">
and somewhere in the middle of the body tag I have...
<iframe width="680px" height="400px" frameborder="0" src="[LL_WFATTURL /]"></iframe>
..but I still cannot see attachements...
If I check generated sourcecode, I can see that the body element inside iframe is empty.
I had no problem with this code in livelink 9.7.
Am I missing something here?
Thx for your help,
Danijel