Page 1 of 1

Send to a specific link ie:Youtube video.

Posted: 2020-10-22 15:09
by arcanebits
Hi, I can see the "Redirect after insert" and that shall work nicely, but I need to send users to one or more videos IF they click a (buton?) for instance:
If its a form, and its a complex question, I need to be hable to send to user to a TAB or somerhing that pops up and show a video from YT.
Thanks a lot!

Re: Send to a specific link ie:Youtube video.

Posted: 2020-10-23 02:34
by arcanebits
Any comment is welcome

Re: Send to a specific link ie:Youtube video.

Posted: 2020-10-23 08:51
by onoehring
Hi,

you should be able to place a JS created link to some new/extra text/button. You could also try to make use of the help buttons in AG which are displayed as question marks. Maybe you can place a simple HTML link in those, so when the users clicks on the question mark to fold out the help, there is an additional link to the contents you want.

Like this:
ag_h_0.png
ag_h_0.png (8.95 KiB) Viewed 1537 times
Which shows in browser like this:
ag_h_1.png
ag_h_1.png (2.55 KiB) Viewed 1537 times
Put some HTML code for your link there (in the first image) and it should show in the second.

Olaf