I am getting errors submitting form. Please Help me figured out what the issue is.
HEre is the link of the form: http://www.tallytaylor.com/index.php...page=page&id=1.
I am getting errors submitting form. Please Help me figured out what the issue is.
HEre is the link of the form: http://www.tallytaylor.com/index.php...page=page&id=1.
First, why have you copied the login page to an EZ page ?
stevesh , I did not create the page. The page was created by a different person. I was just asked to fix the problem.
The login form is already atI did not create the page. The page was created by a different person. I was just asked to fix the problem.
https://www.tallytaylor.com/index.php?main_page=login
No need for the extra page - or to fix - just have the link go to that page
Looking at the source - - the correct form build code is absent
It should be the same as the login form page
It cannot be the same as the form are different. Can you show me which parts should be the same? And is this correct?
Code:<form id="createAccountForm" method="post" action="http://www.tallytaylor.com/index.php?main_page=page&id=1" name="create_account" onsubmit="return check_form(create_account);">
You can view the source for each page and copy into a code editor and do the comparison yourselfCan you show me which parts should be the same?