60 comments found.
Hi,
I would like test your Fordoid but the Demo page dont work 
Have you another demo to test it ?
Thanks a lot.
is it possible to log in with license?
Thanks
documentation and demo inaccessible:
Forbidden You don’t have permission to access this resource. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Why does the seller not provide support for this product?
Why does the seller not provide support for this product?
Why does the seller not provide support for this product?
Why does the seller not provide support for this product?
Why does the seller not provide support for this product?
Hello, I could not setup. What files will we upload to FTP?
Direct access not allowed help me please
Why does the seller not provide support for this product?
Why does the seller not provide support for this product?
Hi
All you need to do is to include the file in your php file and run the code From demo example. If you want we can do the setup for you m thanks
Why did it take you so long to answer? It is not the right thing to support after 30 days.
Hi
Sorry for late reply. Somehow your message got missed. Let me know if you need any information, we will reply you immediately. Thanks
Hi!
I would like to know how to have Formdoid send the user to a “thank you page” after submitting a form. please let me know, this would be a huge help.
-Danny
Hi,
You can redirect after the submission of the form using the redirect method. Thanks
Does this product handle cascading dropdowns? Also I am looking to build an invoicing form which would dynamically add lines of products as the user enters the product code. Would this be supported?
Hi,
It doesn’t handle the cascading but our other product does. Please check https://codecanyon.net/item/pdocrud-advanced-php-crud-application-database-management-system/17674879It has much more features than formdoid and has invoicing related feature also.
https://pdocrud.com/demo/pages/dynamic-invoiceThanks
Warning: count(): Parameter must be an array or an object that implements Countable in script/classes/FormdoidView.php on line 22
Hi,
Please share the code to understand the issue. Also, your support has been expired, please purchase it. Thanks
mistake
Hi, I’ve purchased formdoid and like the functionality. In my table there is a date_created field and I normally use the MySql NOW function as part of my insert query to fill this field.This is a field that I do not want the user to complete. Is it possible to set a default value (such as NOW ) for a database insert or update using formdoid? Thanks !
Peter
Hi,
You can use callback function to set the value http://demo.digitaldreamstech.com/formdoid/documentation/formdoid/callback-function-php.php Thanks1) Can I delete or listing data? 2) I’m getting an error when i try to reload page if form posted getting this message: Notice: Undefined index: zEQr8Zb$%o in xxx/script/classes/FormdoidAjaxCtrl.php on line 9
Fatal error: Call to a member function render() on a non-object in xxx/script/classes/FormdoidAjaxCtrl.php on line 19
3) How can I set default value? //3 solved.
Hi,
Very nice script!
Juste 1 suggestion: if another form is actually on my page (with jquery submit handler), your jquery submit try to send my form.
Could you validate my approch (on comman.js):
jQuery(document).on('click', '.formdoid-submit', function (evt) {
var $form = $(this).closest("form");
if (formdoid_js.submission_type === "ajax") {
evt.preventDefault();
var validation = true;
if (formdoid_js.jsvalidation === "script_validator")
validation = jQuery.formdoid_actions.validate($form);
else if (formdoid_js.jsvalidation === "bootstrap_validator") {
jQuery($form).find(".form-group").each(function () {
var class_name = jQuery(this).attr("class");
if (class_name.indexOf("has-error") >= 0) {
validation = false;
}
});
}
});
jQuery(document).trigger("before_form_submission", [$form]);
if (validation) {
jQuery.formdoid_actions.submitData($form);
}
}
Hi,
Sure, we will check it and will do required thing. Thanks
Hi
It may be because it is not able to find the correct url. Please turn on error reporting to understand issue. In case of still issue, you can send access details via email using profile page, we will check it.Thanks
i need to do something else
Hi
You have included only file, you need to write code also that generates form. Please check http://demo.digitaldreamstech.com/formdoid/documentation/formdoid/ Example code:
$formdoid = new Formdoid();
echo $formdoid->dbTable("users")->render();
Thanks
Hello, is there a way to send automatic email after form submission?
Thank you!
Hi
Yes, you can set formSendEmail function to send email after form submission. Thanks
Is there a part in the documentation?
Hi
Yes, it’s in demo and documentation. Also, I have replied to your email. Thanks
Hello,
I’ve bought your PhP code, but it doesn’t work as supposed. When I connect to my database, I have a very bad rendue, there is no CSS, nothing. And it doesn’t do verification on my fileds.
Do you have an example ready to use with a MySQL database.
I’m sorry, but I’m loosing more time than writing it myself.
Hi,
Regarding render, it might be due to some css conflict or there may be wrong url path in config. We can check it for you if it is uploaded on server, please provide url.
Yes, there are lots of examples in the demo folder. Please check.
Thanks
i’m interested to know if i can edit the view template, how hard is to display the values from db table into a plain text
Hi
All template pages are separate so you can easily edit any template page. But If you are looking for more robust solution, I suggest you to use the PDOCrud as it has many more functions. Thanks
i want to achive this https://goo.gl/5fJ1bu , this is one of my view template i was talking about, if i manage to do the html, how hard is to display data from db table using your script? i will have multiple templates
Hi
You need to get data in form of array using the pdomodel and put at the proper place only. It is easy work.
Thanks
How to make select drop down to get correct value
For example, if record has state save as Gujarat
and I use the sample code:
$formdoid->fieldTypes(“state”, “select”);//change state to select dropdown $formdoid->fieldDataBinding(“state”, array(“Andhra Pradesh”,”Bihar”,”Patna”,”Gujarat”,”Madhya Pradesh”), ””, ””,”array”);//add data using array in select dropdown
if will always select Andhra Pradesh not the value on the database. How can I make the select to choose the DB value?
where is the documentation for the project? I can only see Admin LTE documentation?????
Hi
Please check
http://demo.digitaldreamstech.com/formdoid/script/function-doc/ http://demo.digitaldreamstech.com/formdoid/documentation/formdoid/It contains documentation and demo both. Thanks