NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on January 20, 2022, 02:10:05 PM

Title: Style changing of droplist field
Post by: Rene Simons on January 20, 2022, 02:10:05 PM
Hi all,

I have a memory form with 2 drop-lists.
They look normal (see image 01).
As soon as I place a TEXT field between them, the style of the second drop-list changes (see image 02).
The drop-lists are defined exactly the same.
The first one is defined over a table called Language, the second one over its alias.
To test, I moved the top drop-list to the bottom and vv.
The drop list on the top shows correctly, the bottom one changes .
Maybe some tagging in the HTML. I am almost certain the TEXT field is the culprit, but I don't know how.
I also tried to switch to a different theme. Still the same result.

Rene
NT 12.33
Title: Re: Style changing of droplist field
Post by: Bruce on January 21, 2022, 07:12:45 AM
yes, I agree, the text field is the likely culprit.
check your Browser dev-tools console for errors.

If I had to guess I'd say you have a default Text Field editor set in the WebServer procedure (Defaults / form tab), but the scripts for that editor are not ticked on.

but I'd need to see an example to be more specific.
Title: Re: Style changing of droplist field
Post by: Rene Simons on January 21, 2022, 04:48:56 PM
You were right of course.
I changed the editor to None because I don't need one.
No it is looks okay.
Thanks