Hey @dipro
The approach proposed by @gus.furtado is awesome, and making it an official feature soon will be great.
On question, when using this approach to populate a text field, even an hidden one, it works very well.
But when populating a “rating field” (ie. starts), it fails. If the user does not click on one rating icon, the parameter is passed as “1” with quotes, instead of 1 without quotes.
It’s then not interpreted as a number and the creation of the monday element fails.
Hi
Yes the form is populated correctly.
But if you don’t click on the stars and submit the form… you receive an error.
The parameter is sent as “3”.
If you click on any star and submit, it works as the parameter is sent as 3.
The error is in the quotes surrounding the 3.
Cheers
Any news regarding this “basic” issue with numbers sent as text when the form is validated if the “default” value (defined by parameter) is not changed by the user (clicking a given star)?
I know this is not an official feature, yet this is really a game changer enlarging the potential use of forms.
This needs to work with hidden fields too - so you can pass through UTM params too for example.
Its such a basic and critical feature of CRM forms, it pretty much makes Monday forms pointless, as you can’t track campaigns etc - a fundamental feature of a CRM.
What is frustrating is it must be so easy to develop/fix.
using a third party forms SaaS service is not a solution for Monday
This is what i need too! I have just started looking and hoping to find something but no luck so far. Seems the issue is simply the form field not having a name attribute. Have you had any luck?
I don’t suppose the receiving URL is a Monday Form on another board? I’m trying to “send” information from one Board to prepopulate a Form on another Board.