NetTalk Central

Author Topic: Form doesn't hide/unhide  (Read 2947 times)

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
    • Email
Form doesn't hide/unhide
« on: January 23, 2014, 04:36:53 AM »
Hallo,


I have a form and on the fields I have a radio with 12 buttons, then 11 browse and 1 form.
Every browse is hidden until you press the correct button from radio. Everything works ok until I add one form. Well this form doesn't want to hide/unhide. It stay always unhide... Is there a problem with forms on form ? I cannot hide/unhide a form ?

Thank you for any help/suggestions,
Robert

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: Form doesn't hide/unhide
« Reply #1 on: January 23, 2014, 04:56:17 AM »
Hi Robert,

>> Is there a problem with forms on form?

yes, absolutely. You can't embed a form in a form, because that would result in an html <form> tag inside another <form> tag, and HTML doesn't allow that.

The best you can do is put a button on a form, which in turn links to another (popup) form.

I may change this around in the future a bit, but for now it's a very definite limitation.

cheers
Bruce


Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
    • Email
Re: Form doesn't hide/unhide
« Reply #2 on: January 23, 2014, 04:59:10 AM »
Ok Bruce, noted.
I need a form because I have to put some options for that browse and a print button...
I will try now a workaround.
Thank you for prompt answer.
Robert