New Zenner
- Join Date:
- Jun 2015
- Posts:
- 27
- Plugin Contributions:
- 0
New Address Book Entry Page Doesn't Display the form
Hey all, I've been looking heavily into this but have yet to find a solution. No form displays to add in a new address when you choose to add a new address on the 'my account - address book' page. The same happens for editing an address in the address book. The website is newsite.camppacs.com
This is what the code for my center column on my page looks like:
<div class="centerColumn" id="addressBookProcessDefault">
<form name="addressbook" action="https://www.camppacs.com/newsite/index.php?main_page=address_book_process" method="post" onsubmit="return check_form(addressbook);"><input type="hidden" name="securityToken" value="205f82b86689860f569ad07846df39ff" />
<h1 id="addressBookProcessDefaultHeading">New Address Book Entry</h1>
<br class="clearBoth" />
<div class="buttonRow forward"><input type="hidden" name="action" value="process" /><input type="image" src="includes/templates/responsive_all_business/buttons/english/button_submit.gif" alt="Submit the Information" title=" Submit the Information " /></div>
<div class="buttonRow back"><a href="https://www.camppacs.com/newsite/index.php?main_page=address_book"><img src="includes/templates/responsive_all_business/buttons/english/button_back.gif" alt="Back" title=" Back " width="61" height="21" /></a></div>
</form></div>
and here's a screen cap of my page:
Thanks ahead of time for any help!