Form id - reference
Posted: Fri Jan 11, 2019 12:14 pm
Hi, I have some issue to use properly reference to the form.
with following code it works:
but if try to do the same putting directly form Id like:
I can not make it running
my form "code: FF10" is placed as following:
placed on:
main window with Code: nuuserhome
in tab Title: Offfers
in the iframe: FF_oferty_iframe
form Code: FF10
can you please let me know how exactly put the form ID in fllowing line to have it running?
nuForm(??????, r)
Janusz
with following code it works:
Code: Select all
function nuSelectBrowse(e) {
var r = $('#' + e.target.id).attr('data-nu-primary-key');
nuForm(nuGetProperty('form_id'), r);
}
Code: Select all
nuForm(FF10, r) or nuForm('#FF10', r) or ...
my form "code: FF10" is placed as following:
placed on:
main window with Code: nuuserhome
in tab Title: Offfers
in the iframe: FF_oferty_iframe
form Code: FF10
can you please let me know how exactly put the form ID in fllowing line to have it running?
nuForm(??????, r)
Janusz