Category Archives for "Simfatic Forms"
Use Simfatic Forms to quickly create full-fledged web forms. No programming required.
Use Simfatic Forms to quickly create full-fledged web forms. No programming required.
Yet another release of Simfatic Forms 4 beta is available for download. The new version has a completely updated validation script and popup form feature. Please remember that the last release (Simfatic Forms 4.0.3 beta) will expire on April 30th. You can uninstall the earlier beta version and install the new beta version.
A new release of Simfatic Forms 4 beta is released. A new field : UniqueID and Timezone setting in the ‘form processing options’ page.
A new release of Simfatic Forms 4.0 Beta is available for download. The main highlight in this release is the new File upload box that supports file uploads with progress bar, preview and more advanced features. This release also comes with a number of fixes as well.
Some forms require that the email submitted in the form to be unique. If the user has already submitted the form, the form should not be submitted again (with the same email, at least) Here is an extension module that checks the database to see that the email was not submitted before.
Sometimes, you would want to restrict your form to a limited set of users. Only those who have a password can submit the form. Update: The latest versions of PHP does not support the headers required for this extension module. So this extension module does not work any more. Here is an extension module to […]
On some web servers, it throws this error when you upload Simfatic Forms script (or any other PHP script that uses PHP’s date() function) Error (2): date(): It is not safe to rely on the system’s timezone settings.. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any […]
Suppose you want to send the form submission email conditionally, based on a form input. For example, there is a ‘department’ drop down in the form. Depending on the selection in the drop down, the email should be sent to the corresponding address. (sales@mycompany.com, billing@mycompany.com etc)
Simfatic Forms 3.2 is moving out of beta. Although the beta was for a relatively shorter period, we received tons of excellent feedback. Thank you very much for all those participated in the beta. Download Simfatic Forms 3.2
A new version of Simfatic Forms is available for download. This version comes with a few features that makes it easier to customize the form. You can add custom header footer or CSS code to the generated pages. Moreover, the extension modules can hook to more call backs now.