• Resolved arnab28

    (@arnab28)


    Hello Sir,

    Can I use multiple calculator filed forms on the same website?
    I can try once one from I can change stylesheet it will effect another form..How can I use two different stylesheets in two different forms.

Viewing 15 replies - 31 through 45 (of 49 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @arnab28

    You cannot ensure the $ symbol be a reference to jQuery. So, you should use the jQuery name explicitly on your code.

    I’m sorry, but the support service does not cover the implementation of the users’ projects (forms or formulas). If you need that I implement your project, you should contact me directly through my private website: Customization

    Best regards.

    Thread Starter arnab28

    (@arnab28)

    In jquery how number field predefine value is used for calculation?

    Plugin Author codepeople

    (@codepeople)

    Hello @arnab28

    If you want the predefined value to be considered as a value (to be used in the equations and submitted), you should untick the checkbox to be used as a placeholder, because the placeholders are not values. Please, read my previous entries. I sent you the link to the placeholder definition in one of them.

    Best regards.

    Thread Starter arnab28

    (@arnab28)

    Hello,

    <script>
    jQuery(document).on(‘click’, ‘.pbSubmit’, function(){
    debugger;
    var txt = jQuery(‘#fieldname8_1’).val();
    if (txt==””) {
    jQuery(‘#fieldname8_1’).val(‘101.40’);
    alert( jQuery(‘#fieldname8_1’).val());
    }

    });
    </script>

    I am using this jquery code this code is working fine . here i mention #fieldname8_1 input field value. debugging time value is taken but calculation time this value is not comming in email . can you tell me what exact input filed i can use so when i submit form this 101.40 value also come .

    Thread Starter arnab28

    (@arnab28)

    Can you tell me which input field format I can use? whatever input filed format I can use this one is correct?

    Plugin Author codepeople

    (@codepeople)

    Hello @arnab28

    I’m sorry, I don’t understand your question. If it is a number field, the value must be a number. If the field’s format is “Digits” the value must contain digits only, and so on. Each form’s field has its restrictions based on its settings.

    Best regards.

    Thread Starter arnab28

    (@arnab28)

    Hello sir,

    I am using a calculator plugin on one website. I use the same calculator form and design on other websites. how should I take backup this plugin or should I install the plugin on other websites and create again the same form?

    Plugin Author codepeople

    (@codepeople)

    Hello @arnab28

    There is possible to export the forms from the settings page of the plugin, and import them on your other websites with the same version of the plugin. Please, read the following section in the plugin’s documentation:

    https://cff.dwbooster.com/documentation#import-export-form

    Best regards.

    Thread Starter arnab28

    (@arnab28)

    Using Calculator Field form plugin how to send data in Marketo?

    Plugin Author codepeople

    (@codepeople)

    Hello @arnab28

    If you want to send the information collected by the form to third-party services, you should activate the “CFF – WebHook” add-on to integrate the form with a connector service like Zapier, Microsoft Flow, IFTTT, Workato, etc.

    The connector services work as intermediaries between your website and hundred of third-party services.

    More information, reading the following post in the plugin’s blog:

    https://cff.dwbooster.com/blog/2018/09/17/webhook-add-on

    Best regards.

    Thread Starter arnab28

    (@arnab28)

    Hello Sir,

    For using calculation I am using the Calculator field form plugin. Form this plugin I have using amazon SES email service to send the data to the user. but mail is working properly but pdf attachment will not come along with the mail. is there any setting change for plugin attachment?

    Plugin Author codepeople

    (@codepeople)

    Hello @arnab28,

    I’m sorry, but we can’t reply about that in this forum. We are not allowed to support any customers in these forums.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Best regards.

    Thread Starter arnab28

    (@arnab28)

    I have already bought the premium version of this calculator form plugin. but there we are using different mail id. how to I contact with support forum?

    Plugin Author codepeople

    (@codepeople)

    Hello @arnab28

    Please, contact me through my private website.

    Best regards.

    Thread Starter arnab28

    (@arnab28)

    What is your name?

Viewing 15 replies - 31 through 45 (of 49 total)
  • The topic ‘Calculater Field Form Design Issue’ is closed to new replies.