NetTalk Central

NetTalk E-Mail => E-Mail - Ask For Help => Topic started by: Robert Iliuta on January 23, 2014, 04:36:53 AM

Title: Form doesn't hide/unhide
Post by: Robert Iliuta 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
Title: Re: Form doesn't hide/unhide
Post by: Bruce 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

Title: Re: Form doesn't hide/unhide
Post by: Robert Iliuta 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