Hi
If this line:
document.getElementById(prefix+'quote_id').value
Gets the value of the database field quote_id
how can one get the actual displayed number?
quote_id is displaying a number from a related table in a lookup field.
Thanks for any hints.
Fundi
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
reading the actual displayed value
Re: reading the actual displayed value
Fundi
The answer you are after is .. document.getElementById('code' + prefix+'quote_id').value
Can I suggest you have a look at the html that sits behind a nuBuilder Form, for instance
to find the field holding 14961, search for 14961 in the html source and you'll get an idea of whats going on.
Steven
The answer you are after is .. document.getElementById('code' + prefix+'quote_id').value
Can I suggest you have a look at the html that sits behind a nuBuilder Form, for instance
to find the field holding 14961, search for 14961 in the html source and you'll get an idea of whats going on.
Steven
You do not have the required permissions to view the files attached to this post.