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.![]()
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
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.
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.
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:
ThanksCode:if (!$_SESSION['customer_id']) { $_SESSION['navigation']->set_snapshot(); zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL')); }
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
Bookmarks