It is possible to prefix the value returned by a select form with a certain string?


The select element returns the document_id and i want to prefix it with the string “product_type/” how can i do that ?

Thanks

go to form setting → submit action → add formula with the function concat

Yup, you’re right :slight_smile: