Data fields with > character???

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
Nicolas
Veteran Member
Posts: 43
Joined: 2015-12-08 08:08
Location: Barcelona
Contact:

Data fields with > character???

Post by Nicolas » 2019-06-22 11:44

Dear all,

I am added some new fields on a template that was running fine (appgini 5.51) and I get the following:
Nothing displayed on new record (before insert)
template new register.JPG
before saving
template new register.JPG (18.12 KiB) Viewed 1093 times
and then, after saved I get this (without data on saved new record)
Template saved without data.JPG
data fields without data
Template saved without data.JPG (11.63 KiB) Viewed 1093 times
or with data on another record
template.JPG
data fields with information
template.JPG (15.6 KiB) Viewed 1093 times
I must have a little error, but no clue where to look for it...
Any hint???

most appretiated and best regards
Nicolas

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1167
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: Data fields with > character???

Post by onoehring » 2019-07-02 15:26

Hi Nicolas,

for me it looks like HTML is not generated correctly. Maybe use F12 in your browser, copy all code to an editor and check bracketing etc. (I usually take Notepad++ with Indent By Fold Plugin).

Does the problem stay when you remove the newly added fields? MAybe remove the fields again, test, if everything is ok, add them again.

Maybe try to delete the files on the server, so that will be regenerated completely.
Also, make sure, you are recreating all files in AG when generating your code.

I had some problems, when I saved a "+" (plus) sign in a field. I broke (my own) jquery code with that.

Olaf

Post Reply