nothing happens on my form

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

nothing happens on my form

Post by pasbonte » 2023-12-03 17:52

Hello

I have a subscription to the bookstore. I put the AppGiniHelper.min file.js at the root of my siteI created a file in HOOKS GES_DEMANDE_HSE_2324-dv.js

This file contains:

Code: Select all

new AppGiniFields(["NAME", "FIRSTNAME"]).inline("NAME");

and nothing happens on my form.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1817
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: nothing happens on my form

Post by jsetzer » 2023-12-03 18:13

There are so many reasons, mainly misconfiguration and syntax errors. First of all, check in console if the file has been loaded at all and if there are more red errors in console.

If all red errors are fixed, check for warnings. The library often gives hints like fields not found. Double check exact writing of fieldnames.

There is a troubleshooting guide:
https://appgini.bizzworxx.de/support/

If still not working after fixing the errors, please post some more detailed bug report here.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

pasbonte
Veteran Member
Posts: 162
Joined: 2013-02-06 09:49

Re: nothing happens on my form

Post by pasbonte » 2023-12-03 19:02

ok je vais chercher

j'ai cela :

Capture d'écran 2023-12-03 200107.png
Capture d'écran 2023-12-03 200107.png (56.98 KiB) Viewed 3852 times

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1817
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: nothing happens on my form

Post by jsetzer » 2023-12-03 20:25

Sorry, I'm not speaking French.
As you can see, there is a problem with your includes. Please check the file locations and correct include commands according to the docs.
http://www.appgini.de/docs/TilesView-Ja ... et-started

Red errors should be fixed first.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply