Hi There,
I have a filed with an ID called “bpv_code”. the ID is filled in by the user. The ID is also a parameter to an external site, so i made a custom field called ‘SBB-link’ and put this code in the ‘onload’ event
{SBB-link}=“https://zoeken-mijn.s-bb.nl/Home/Details?LeerbedrijfId={bpv_code}”;
make a onchange event to save so that the “SBB-link” field is filled. so far so good.
Now i have a working link and a button that the user can use to check the external site. But… i wan’t to hide the utl link and only show the button and that i can not do form some reason.
two solutions would be fine.
- the field “bpv_code” has his own button to the external link, don’t no how to do that
- the “SBB-link” field has a hidden url link and only a button, don’t no how to do that
any ideas or suggestion to a nice solution?