Hello @bakhshi
You always can tick the checkbox: “Do not load the forms with crawlers” in the settings page of the plugin to prevent the form be generated when your website is visited by crawlers.
However, if you want to submit the form automatically, after the equations be evaluated, and the equations are defined as SERVER SIDE equations, you can:
– Untick the checkbox: “Eval dynamically the equations associated to the calculated fields”, in the “Form Settings” tab.
– Assuming the calculated field that calls the server side equation is the fieldname1, insert a second calculated field, that would be used as auxiliary, with the following piece of code as its equation:
(function(){
if(fieldname1) jQuery('[id*="cp_calculatedfieldsf_pform_"]').submit();
})()
So, the form would be submitted automatically when the fieldname1 field has a value, after the server side equation be evaluated.
Please, for additional questions, related with features in the commercial versions of the plugin, create a ticket in our private website: Contact Us
Best regards.