I want to relate a video to the submitter in an SAEF. The user will definitely be signed in. I looked through the docs for some code to do this… but can’t find anything covering this exact situation.
Would something like this work?
{exp:video:form required="name|email" return="video/thanks" related_id="{author_id}" type="weblog"}
or possibly…
{exp:video:form required="name|email" return="video/thanks" related_id="{member_id}" type="weblog"}
or something else?
