Hello,
I am having trouble with default submit button.
I have a form1 where I have my own buttons created, I have also entered [<!-blankbutton->] at the end of the form to avoid
“Submit” button showing up. I have checked database property “Web pages: Use Javascript…” checked, if I preview this form
in a browser the “submit” button does not show up.
But, If I open that form1 in a frameset with property “Available to public access…” checked, the default button does not show up.
I am working on custom login for domino, and I would like to show that custom login form with some graphics buttons. I have a form2 where I have a hotspot with formula, @URLOpen(“/db1.nsf?OpenDatabase”). I am opening this form2 in a frameset with property “Available to public access…” checked or not, I can still see “submit” button, if I don’t call this form in framset then whenever user hits enter user will see a message “Form Processed”. So to avoid that I am following this path.
Any idea what is happening, and how can i get rid of that default submit button
Thanks
MS