Page 1 of 1

URL links

Posted: Sat Jan 12, 2019 8:47 am
by Janusz
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 ...

Re: URL links

Posted: Sat Jan 12, 2019 9:17 am
by kev1n
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

Re: URL links

Posted: Sat Jan 12, 2019 11:25 am
by Janusz
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>

Re: URL links

Posted: Fri Jan 18, 2019 11:40 pm
by admin
.