NetTalk Central

Author Topic: Pop-up form does not display properly  (Read 2039 times)

ChrisLaurie

  • Newbie
  • *
  • Posts: 40
    • View Profile
Pop-up form does not display properly
« on: November 28, 2010, 11:58:32 PM »
My forms are all pop-up and they all display except for 1. It display the pop-up but the tabs and fields are not displayed.

I can see them being generated and sent to the server (logging SendPacket routine) but the form just displays the action header and close icon but nothing else.

Is there a setting or something that I am missing?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Pop-up form does not display properly
« Reply #1 on: November 29, 2010, 02:23:12 AM »
In Firebug, in the Console tab,
watch for the reply from the server when the popup form is opened.

Then use the XML setting there to see if the reply is valid xml.

The most likely cause of the problem is that something being returned in the generated form is not xHTML compliant.

Cheers
Bruce

ChrisLaurie

  • Newbie
  • *
  • Posts: 40
    • View Profile
Re: Pop-up form does not display properly
« Reply #2 on: November 30, 2010, 02:00:09 AM »
Thanx for the suggestion Bruce - very usefull to have this as a debugging tool. The problem sorted itself out - I must have changed something but now I do not know what. Firebug will definitely help for the future.