Hi,
on a web-to-lead form, have a url input, and this field is not requiered on our form, so user may leave it empty.
If the user inputs url, form is working as expected so we get the data on crm, but as field is not requiered and the user leave it empty we get error:
field: "url_field_name"
type: "valid"
label: "validationFailure"
scope: null
Using js we can set if input is empty - set value to a valid url, but we do not want this. Tried value="", value="None" and value=null but doesn't seem to work.
On Lead entity, url field it is also set as not required.
Form was working normal couple months ago, don't know when stopped. Seems it's an espo bug.
Thanks
on a web-to-lead form, have a url input, and this field is not requiered on our form, so user may leave it empty.
If the user inputs url, form is working as expected so we get the data on crm, but as field is not requiered and the user leave it empty we get error:
field: "url_field_name"
type: "valid"
label: "validationFailure"
scope: null
Using js we can set if input is empty - set value to a valid url, but we do not want this. Tried value="", value="None" and value=null but doesn't seem to work.
On Lead entity, url field it is also set as not required.
Form was working normal couple months ago, don't know when stopped. Seems it's an espo bug.
Thanks
Comment