Page 26 of 26 FirstFirst ... 16242526
Results 251 to 256 of 256
  1. #251
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    199
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    Yep!!!
    I took into consideration what schoolboy was saying which was the absolute TRUTH.
    I actually went ahead and bought the unlimited version of MachForm.
    Zencart Websites I've Designed:
    deejaycentipede(DOT)com
    djellery216(DOT)com

  2. #252
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,922
    Plugin Contributions
    3

    Default Re: custom forms - data collection

    MachForm is one of our "lifesaver" additions. This week, we landed a contract where the site needed FIFTEEN CUSTOM FORMS. We had all the forms built, styled, configured, tested and embedded in under 20 minutes.
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  3. #253
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    633
    Plugin Contributions
    4

    Default Re: custom forms - data collection

    Quote Originally Posted by schoolboy View Post
    MachForm is one of our "lifesaver" additions. This week, we landed a contract where the site needed FIFTEEN CUSTOM FORMS. We had all the forms built, styled, configured, tested and embedded in under 20 minutes.
    Hi Schoolboy

    Have you used Machform to write data to a zencart mysql database?

    Does Machform create the necessary tables and fields in a zencart mysql database, or must this be done separately?

    TIA

  4. #254
    Join Date
    Jun 2005
    Location
    Hertfordshire, UK
    Posts
    9,922
    Plugin Contributions
    3

    Default Re: custom forms - data collection

    Quote Originally Posted by dw08gm View Post
    Hi Schoolboy

    Have you used Machform to write data to a zencart mysql database?

    Does Machform create the necessary tables and fields in a zencart mysql database, or must this be done separately?

    TIA
    No, we have not tried to "merge" or "blend" the functions of MachForm to read/write to zencart tables/fields. While it MIGHT be possible, we have been content to use the forms purely as a means of collecting info that our sites' visitors need to communicate to us.

    MachForm has its own database - so the data is stored, and can actually be "parsed" into a CSV of XLS file format.

    There is an argument for the system having certain FUNCTIONAL limitations, for example... Such as when a person is logged into ZC, their name and email addresses will self-populate in the standard ZC contact_us form. Of course, this will not be recognised in the MachForm forms, because there is no "user login" feature for these forms.

    But we don't mind about this... we have not yet had a need to look at "merging" or even "bridging" the databases.
    Did my post help you fix something? You can show your gratitude by buying the the dev team coffee.

  5. #255
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    633
    Plugin Contributions
    4

    Default Re: custom forms - data collection

    Is the following code, placed at the beginning of includes/modules/pages/myform/header_php.php, all that is needed to ensure a user is logged in before completing form:

    Code:
      if (!$_SESSION['customer_id']) {
        $_SESSION['navigation']->set_snapshot();
        zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
      }
    Thanks

  6. #256
    Join Date
    Oct 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: custom forms - data collection

    I have a fully working custom form to take bulk orders. However, I have hardcoded the dropdown for the products we have in our store. But it is becoming apparent that this is becoming a choir when we take items off the site as active. Is their a function built in zencart to auto populate the product array of products marked as instock only?

    I found this function below that is used with country and manufacturers and want to know what needs to be enclosed in the parentheses to array the products.

    Code:
    zen_draw_pull_down_menu

 

 
Page 26 of 26 FirstFirst ... 16242526

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 contact forms
    By raverX in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 18 Apr 2011, 04:45 PM
  3. Update Data With SQLScripts Created In Excel
    By JuxiZoza in forum Setting Up Categories, Products, Attributes
    Replies: 74
    Last Post: 23 Mar 2006, 05:16 AM

Bookmarks

Posting Permissions

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