Hi, i’m on frappe v15 and trying to embed google maps on custom doctype using iframe and html field.
this is my setup:
but this is what i get
Note: everytime i save, the symbols (< >) get replaced by < >
please help… thanks
Hi, i’m on frappe v15 and trying to embed google maps on custom doctype using iframe and html field.
this is my setup:
but this is what i get
Note: everytime i save, the symbols (< >) get replaced by < >
please help… thanks
Yes… got it… so i have to inject it from js
this is also what i did
frappe.ui.form.on(‘Test’, {
onload(frm) {
$(‘test_html’).remove()
$(‘
Hmm
Nice find from the main source of information.