I've attached my form module based on Band_Signup 1.3. Maybe this will help someone.
I've attached my form module based on Band_Signup 1.3. Maybe this will help someone.
rsigmon, do you have a web site we can take a peek at it in action?
jacque
Just knowledgeable enough to be dangerous.
thanks for this great addon! I am using the "become_dist_v1.03.zip" version.
I was wondering if there would be a way to add a "upload picture" feature and have the photo emailed as an attachment with the rest of the email.
I'm trying to hack my way through this but haven't been succesful. (not a php expert)
I've tried looking at these
http://www.html-form-guide.com/email...ttachment.html
http://www.zymic.com/tutorials/php/c...-form-with-php
and tried to come up with a frankenstein. no luck. any suggestions?
I need some help with fixing the formatting of this form:
http://greenleafexhibits.com/index.p...age=contact_us
I added the phone number contrib, and it seems to have worked fine, but it's formatting is messed up. Can someone tell me why it doesnt line up with the other entrys? I'd also like for it to be the same length. Once I get this resolved, I feel pretty confident I can add other fields, by duplicating the new phone entry lines in the files and changing the names.
Thanks!
It was that sneaky <br class="clearBoth" /> that was missing from under each "box".
That being said, the package is attached if anyone has special order requests that are used on their site.
Anyone have ideas or suggestions how I can make the "What is a UPC Code" a popup window?
Jacque
Just knowledgeable enough to be dangerous.
The "What is a UPC Code" links seem to have problems. The first and third ones open in new windows, but are the wrong page. The second one goes to the right page, but doesn't open in a new window.
In the readme I mentioned that those links would have to be changed. If I knew how or had someone tell me I'd make them popup windows of a UPC code.
But that's a bit beyond me.
jacque
Just knowledgeable enough to be dangerous.
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');