Ability to name videos based on Form input
A
Adam
At the moment there is no way to name a video file once it has been recorded based upon a field in a form on WPForms.
For example, if I created a form with a field called name. I am unable to have each video file named with the person's name. I can just tag the video with the name.
This feature would be useful as for video introduction videos embedded in video walls such (using essential grid). The name of the WordPress post is the name of the video. This would enable users to produce video walls with filterable tags (using essential grid with Ziggeo as the backend)
Ziggeo
Hi Adam. In terms of your request, the only direct "benefit" of naming the video in the same way as per the field is if you do not want to keep the token saved as well. While you can not choose the token, you could instead use key with any name that you want, effectively naming the video.
For example if you use something like
<ziggeorecorder zigge-key="adam"></ziggeorecorder>
You could then play back the same video by using:
<ziggeoplayer ziggeo-video="_adam"></ziggeoplayer>
Notice that there is underscore before the name in the player (indicating that it is a key).
Would that be what you are looking for maybe?