Pre-populated fields on form submission

I have a form that creates tickets in my board and I want to populate my Request Type column once the form has been submitted but that isn’t working. The value I am passing in the parameter is request_type=NFR%20Request but it isn’t working.

Am I using this pre-fill wrong?

Hey @romep
Assuming the URL parameter is “request_type” and that the field is a text field then it should work just fine.

The form settings for the request field should look like this:

The form URL should look like this:

https://forms.monday.com/forms/FORM_ID?request_type=NFR%20Request

Does this match your setup?

1 Like

Hi @romep

I might be wrong, but:

I think this only works with a text column, and only if the column was created from the Form Editor setting page.
Try to add a tag, and check that a new text column is created.
It should show an info sign to the right of the new text column name that indicates that this column has been generated from Form Editor.



Hope this works for you.