You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
This page: http://wiki.kryptronic.com/ManageTheContentPage appears to be for v. 6.0
Where do I find the file to edit the default contact page in the cart? I found the footer area, but where are the actual form spaces called from - name (first, last), phone number, etc?
Thank you,
Jessica
Offline
It is build by the script located in the CORE_Frontend/ext/contact.php so it is being built directly from the database tables, the form would be in core_forms and the fields would be located in core_formfields.
John
Offline
Thanks John, alright if we wanted to remove the phone number field from the contact page, that won't foul up the phone number field in the checkout?
Offline
No it should hurt any, they are separate field entries, the quickest way to find out is to change the information in the form* field for core.contact.phone which is what controls which form it belongs to.
John
Offline