Page 1 of 1

Data fields with > character???

Posted: 2019-06-22 11:44
by Nicolas
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 1576 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 1576 times
or with data on another record
template.JPG
data fields with information
template.JPG (15.6 KiB) Viewed 1576 times
I must have a little error, but no clue where to look for it...
Any hint???

most appretiated and best regards
Nicolas

Re: Data fields with > character???

Posted: 2019-07-02 15:26
by onoehring
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