Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 259

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    I've attached my form module based on Band_Signup 1.3. Maybe this will help someone.
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    rsigmon, do you have a web site we can take a peek at it in action?

    jacque

    Just knowledgeable enough to be dangerous.

  3. #3
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    Quote Originally Posted by jacque427 View Post
    rsigmon, do you have a web site we can take a peek at it in action?

    jacque
    I'll post a link once the form page goes live. Right now I'm waiting on corporate approval for some of the text on it.

  4. #4
    Join Date
    Apr 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    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?

  5. #5
    Join Date
    Apr 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    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!

  6. #6
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    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
    Attached Files Attached Files

    Just knowledgeable enough to be dangerous.

  7. #7
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    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.

  8. #8
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    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.

  9. #9
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    Quote Originally Posted by jacque427 View Post
    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
    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

  10. #10
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    Quote Originally Posted by Veronika7747 View Post
    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');

 

 
Page 3 of 9 FirstFirst 12345 ... LastLast

Similar Threads

  1. custom survey forms
    By cpk in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 May 2011, 05:07 PM
  2. Custom Forms
    By wwiii in forum General Questions
    Replies: 3
    Last Post: 11 May 2009, 05:51 PM
  3. Customer's seeing other users' data in forms
    By erikcw in forum General Questions
    Replies: 5
    Last Post: 30 Jan 2008, 11:30 PM
  4. Custom Collection of Attribute Data
    By Fastcar in forum General Questions
    Replies: 0
    Last Post: 15 Jan 2008, 01:01 PM
  5. Custom Forms - Help?
    By TurtleDove in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Jun 2006, 02:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg