This topic is locked

Popup help field

9/30/2022 7:45:10 PM
PHPRunner General questions
P
pmuckle authorDevClub member

Hi All,

I want to implement a popup help (in html) for each field on add/edit pages,does anyone have a way to do this?

Ideally a ? icon against each field with help available.

Thanks

Peter

admin 9/30/2022

You can add a button next to each input field and make it look like an icon. This can be done in the Page Designer.

Another option, you can do somthing like this programmatically in Javascript OnLOad event. If you have a number of fields on a from and every one of them needs this kind of tooltip/help - this is the way to go.

C
cristi 10/4/2022

You can use a jquery free plugin like this: https://www.jqueryscript.net/tooltip/rich-text-popover-serialtip.html and attach it to a field like in the documentation (import the necessary files using the method described in the PHPRunner manual) and run the plugin in the onload event.