Prefill _hidden_ fields?

BTW, was just alerted of this post because I started this discussion.

If you should ever consider implementing this, there are a few suggestions in this post which revolve around the same idea.

Namely:

  • Create links with pre-filled (and possibly hidden) fields from within seatable, for example in automations / automatically sent mails
  • Pre-fill relies on query parameters, and they should be urlencoded. You can do that with scripts or via n8n and web hooks, but the easiest thing would be an urlencode() addition to the formula language.

Cheers, Arndt