Unable to set value in web form filed?

Hi Team ,

set value in a web form filed
code
frappe.web_from.set_value([customer],[“abc”])
set abc value to customer filed
unable to set value is this wrong code ? by using this i am not able to set value
need help

Thanks

the code is frappe.web_from.set_value(‘customer’,‘abc’)

1 Like