https://www.serioussecurityonline.co...=special_order
Thanks for your help
let me know if you find mistakes
and for sure special thanks to the Dr for the hard work
Any body can help me with another form that has some radio buttons?
i asked there
Thanks in advance
Last edited by somebody; 31 Dec 2007 at 05:13 AM.
Anyone?
I tried using formsite.com and that is what i got
https://www.serioussecurityonline.com/ma/ma.html
How can i keep this form on my site with
1. Required fields
2. Submit to my site
If anyone can help how to do it even without installing it within the site (in a blank space - like contact us) just like the link above.
Thanks in advance
Last edited by somebody; 1 Jan 2008 at 04:03 AM. Reason: adding some words
It takes many many many hours to design a custom form to collect and validate data. Each case is unique, but the concepts are pretty much always the same ... and are outlined in the previous 90 posts, along with sample code.
If you are uncomfortable with making the changes to adapt it to your own use, perhaps posting for paid assistance in the Commercial Help Wanted area may be of benefit to you.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Dr
Thanks for your response
I will try to do it myself and if I wont be able to I will consider using the paid help (didn’t know there is).
I thought that if I already have the form and just would like to make the submit and requireds fields to work with the site - it is not much work
Thank you
Should this special order work with 1.3.8? When I installed all the files and put link in "more information" sidebox it show there as SIDEBOX_LINK_TEXT_specialorder
and the link address is: main_page=FILENAME_specialorder
(when I specify address main_page=specialorder, form shows up.
Thanks
O.K. for those who may run into the same problem with Form_specialorder as I did:
to include it in information box this is in the instruction in the read me file:
$information[] = '<a href="' . zen_href_link(FILENAME_specialorder) . '">' . SIDEBOX_LINK_TEXT_specialorder . '</a>';
Just remove FILENAME_
in /indludes/languages/english/extra_definitions/specialorder.php
replace this;
define('SIDEBOX_LINK_TEXT_BAND_SIGNUP','Special Order Request');
WITH THIS:
define('SIDEBOX_LINK_TEXT_specialorder','Special Order Request');
Bookmarks