NetTalk Central

Author Topic: Comment on NetWebForm field duplicated  (Read 4118 times)

mtabakin

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Comment on NetWebForm field duplicated
« on: April 30, 2013, 09:48:36 AM »
I'm using the SecwinWebLoginForm (NetWebForm) for login. I added a "comment" to the field loc:email (equate email) on the Forgotten your Password tab and a comment on the field loc:email (equate email2) on the Create a Login tab.

When either of these tabs is displayed the "comment" is duplicated, apprearing once next to the loc:email field (as it should) and once right below it.

Am I missing something that must be done to prevent the duplicate display?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11263
    • View Profile
Re: Comment on NetWebForm field duplicated
« Reply #1 on: April 30, 2013, 11:04:45 AM »
obviously yes. If you post the app we can have a look.

cheers
Bruce

mtabakin

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Re: Comment on NetWebForm field duplicated
« Reply #2 on: April 30, 2013, 02:25:23 PM »
Forgot to zip web51.app. Attached here.

[attachment deleted by admin]

mtabakin

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Re: Comment on NetWebForm field duplicated
« Reply #3 on: April 30, 2013, 02:29:09 PM »
Sorry, deleted my reply. Here it is again........

I added comments to the NTWS example 51 - SecwinRequiresC6 (51) on the loc:email field on the "Forgotten Your Password" and "Create a Login" tabs. This illustrates the duplication of the comment. Compile, go to User menu, then login and look at those two tabs.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11263
    • View Profile
Re: Comment on NetWebForm field duplicated
« Reply #4 on: May 01, 2013, 04:41:34 AM »
thanks for the example.
fixed for the next build.
In the meantime yo can explicitly clear "blank" comments by putting
''
in the comments field for the other fields.

cheers
Bruce

mtabakin

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
    • Email
Re: Comment on NetWebForm field duplicated
« Reply #5 on: May 01, 2013, 05:46:27 PM »
Bruce,
 
OK, your work around works. Thanks!!