I want to customize my login form. I have copied the login1.htm to my /custom folder. So far so good.
I then edit the login1.htm. The first thing I wanted was to delete the 'Powered by Instant Developer" image. I had to delete the line of html code having the image reference. So far so good
I then wanted to change the 'start page' hyperlink to my url. This is where it starts to give problems. I could change the code and save it. However at runtime it changes the url back to programma. Hmmm codes right but url changes at run time.
I then deleted the line of html code with the reference. The link disappears entirely not what I want but better than the programma link. However, after I continue to debug a few times the line shows up again even though it not in the code. hmmmm its getting it from somewhere.
FInally I want to have an error message sent to the user when the login fails telling them why it failed. I set a message box but it does not not show. How do I get a message to the user that the login failed and why.
I had to upload the login html as a .zip file since I cannot post an .htm or .txt file. I posted an image of the InDe onLogin event code. Thanks