Task form with attributes provided in query params

I’d like to use task form that allows to set task attributes from query params.

For example:
http://task-form.com/?priority=low // uses priority “low” for attribute
http://task-form.com/?assigned=@tommylee // by default sets assignee to @tommylee

I know I can create multiple task forms but my issue is that I would end up with hundreds of such forms to set just one attribute.

I couldn’t find that feature in docs. Are there any plans to introduce it?

1 Like

Not yet supported, but we’ve had a similar request so it’s on our radar to implement :grinning:

Hi, Lukasz! I’m happy to circle back and let you know that we now support prefilling task form fields through a query parameter in the URL. Hope this helps your workflow :slight_smile:

1 Like

Hello,

Where are the details regard how to use it?

As far as I know you can fill out a form with values, then then click “share > copy link with prefilled values.”