Zen Cart Logo
Forums / General Questions / New Email Form With Define Page 2?

New Email Form With Define Page 2?

Views: 835

Results 1 to 3 of 3
27 Mar 2011, 12:22 PM
#1
ewramos avatar

ewramos

New Zenner

Join Date:
Nov 2008
Location:
Houston, Texas USA
Posts:
33
Plugin Contributions:
0

New Email Form With Define Page 2?

My Setup: zen 1.3.9h, linux server.

I am trying to add a 'suggestion box' form to my store with the Define Page Feature. I am editing with the built-in CKEditor, which I think I added in because the HTML editor that came "out of the box" never worked.

I am using a PHP form email script called Huggins’ Email Form Script from http://www.JamesSHuggins.com/huggins-email-form-script. I'm having an issue with the online editor.

I have created the form offline and am cut/past the body code into the online editor. I can save it one time, then when I go back to edit the form to fine tune the layout I can not edit. When I go back to the online editor, either HTML mode or Source code mode, I get most of my form in the editable area. the submit buttons fall outside the editor window. See the attached images.


####################################################################################################__

I can edit the file externally, I guess. But I'm wondering if this is a symptom of a bigger problem.

I am in the process of testing the form, which is here;
http://thinkpinkpixels.com/store/index.php?main_page=page_2

Any suggestions or observations are welcome. I would like very much to edit as much as possible within the admin interface.

27 Mar 2011, 2:35 PM
#2
zapme1 avatar

zapme1

Zen Follower

Join Date:
Jan 2011
Location:
Ohio
Posts:
114
Plugin Contributions:
0

Re: New Email Form With Define Page 2?

I just added a custom quote form to "page_2" on a site, and had the same issue! Half of the code was displayed outside of the edit box, and i could not edit!

In my case, there was a good amount of code that went with the form, so maybe that is what created the issue? Maybe there is a limit on the amount of code that can be added through the admin? Not sure!

I just directly edited the "define_page_2.php" file directly to save the headaches!

27 Mar 2011, 6:12 PM
#3
ewramos avatar

ewramos

New Zenner

Join Date:
Nov 2008
Location:
Houston, Texas USA
Posts:
33
Plugin Contributions:
0

Re: New Email Form With Define Page 2?

zapme1:

I just added a custom quote form to "page_2" on a site, and had the same issue! Half of the code was displayed outside of the edit box, and i could not edit!

In my case, there was a good amount of code that went with the form, so maybe that is what created the issue? Maybe there is a limit on the amount of code that can be added through the admin? Not sure!

I just directly edited the "define_page_2.php" file directly to save the headaches!

I have done the same thing, and made the same assumption about the amount of code.