Hi,
Is it possible to have active URL / HTML links which can be assigned to form in Edit mode (specific for each record)
When I try to use HTML type object than there is static box on the edit form and it is not linked with specific record.
With Type Input / URL I can not get active link as well, is there any specific notation required or ...
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
URL links
-
- nuBuilder Team
- Posts: 4581
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 536 times
- Contact:
Re: URL links
HTML type object:
In my sample, emp_ident is the id of an input object.
<a href="https://www.abcde/profile.pl?emp_ident=#emp_ident#" target="_blank">Open Profile</a>
https://wiki.nubuilder.cloud/ ... sh_Cookies
In my sample, emp_ident is the id of an input object.
<a href="https://www.abcde/profile.pl?emp_ident=#emp_ident#" target="_blank">Open Profile</a>
https://wiki.nubuilder.cloud/ ... sh_Cookies
-
- nuBuilder Team
- Posts: 508
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 11 times
- Been thanked: 18 times
Re: URL links
Thanks a lot - works perfectly 
in my case I implemented 2 input/text fields where I can put directly link and description
for ex.
ofe_link: https://wiki.nubuilder.net/
ofe_descr: Manual
and in HTML:
<a href="#ofe_link#" target="_blank">#ofe_descr#</a>

in my case I implemented 2 input/text fields where I can put directly link and description
for ex.
ofe_link: https://wiki.nubuilder.net/
ofe_descr: Manual
and in HTML:
<a href="#ofe_link#" target="_blank">#ofe_descr#</a>
If you like nuBuilder, please leave a review on SourceForge