Code

Discussion on WP Cost Estimation & Payment Forms Builder

Discussion on WP Cost Estimation & Payment Forms Builder

By
Cart 21,202 sales
Recently Updated

loopus supports this item

Supported

This author's response time can be up to 2 business days.

5437 comments found.

hi, I would like to do a property value estimation, which the end result (value) will only be inserted by the owner and not by the user. I would like to show the summary table which includes items like size, location and also a partial of the user contact. There is a field namely status which will include pending or completed which show to the public instead only to the user himself. Is it possible? TIA

Hello,
Yes, you can create such a form by using this plugin. About the status field, What do you mean by “which show to the public instead only to the user himself” ?

Hi, I am struggling to make pricing accurate.

I want to set default price for first 10 miles price is $20 after 10 miles I want to charge them 2.50 each miles from from 11 miles . I have Google API set up correctly. Just pricing how do I do this ?

Hello,
Here is the formula to use on the item that applies the price calculation:
var distance = [distance-....]

if(distance > 10){
  [price] = 20 + (distance-10)*2.5
} else {
  [price] = 20
}

I made my form, now i keep getting this error message : Type Error Date 26/09/2023 at 13:06 Content Mailer: Brevo missing_parameter: sender name is missing Source WP Cost Estimation & Payment Forms Builder /var/www/vhosts/virgo5.nl/webreaktor.nl/wp-content/plugins/WP_Estimation_Form/includes/lfb_core.php (line: 4732)

I have the senders name filled in but i still keep getting this error when i try to submit the form.

Hello,
For support requests, please contact me from the support page : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support . I will help you.

dcsharp

dcsharp Purchased

Is there a list of short codes we can use to build the email it sends? I don’t want all of [project_content].

Instead I want to use only: • Product Name (from woocommerce) or URL AND • Fields from Last Step

Nothing else from the form

Hello,
Simply click the ”+” button of the email editor and select the desired article and attribute (title, price, value, quantity), and the plugin automatically generates the corresponding shortcode in the content of the email. the email. Only selected items display a value.

HI,

“I need a form that calculates two fields, Height and Width. The user will input the numeric value in centimeters in each of them, and the result should be the price based on square meters. Would this plugin be suitable for this purpose?”

Thanks

Hello,
Yes, such calculations can be done by using the “Quantity calculation” tool: https://www.youtube.com/watch?v=xH8frpa7wL0

Hi there, I am very happy with your plugin. But there is thing which is annoying: every time I make changes in the calculator, the plugin writes itself on the homepage and sets it to “private mode”. My current workaround for that is, that I saved my homepage as a template and every time after I worked on the plugin I restore the template and set the page back on public. Is there anything I can do to fix this issue?

Hello,
Thank you !
This means that you have defined the home page of your site as a form preview page in the global settings panel of the plugin. Simply create a new page and define it as preview page to fix it.

Wow! That was lightning fast and helpful. Fixed the problem. Thank you very much.

You are welcome :)

Pre-sales question: Can you have a drop down that the user can select 1 of 3 countries and which ever country they select, there order gets sent to that specific email and also the admin email? So Country1, Country2, Country3 are the options. They select Country2 and the order gets emailed to Email4Country2 and the Admin email.

Basically a form of conditional logic. Makes sense?

Hello,
It can easily be done with custom JS. Feel free to contact me from the support page once the form created, I will check it and send you the JS code to use to do it.

I have an issue, adding products to cart from the form works great, but if the user updates quantities on WooCommerce cart, theses quantities are not updated on the final order displayed on your plugin. How can this be fixed?

Hello,
It isn’t possible to do that currently, once the form submitted, its data can’t be modified. When the user submits the form, the product is added to the cart with the quantity defined in the form. Changing the quantity in the cart will not change the content of the form already submitted.
I note the feedback and will study this point, thank you !

That is a big problem. May be update the information on the form when the user clicks on “UPDATE CART”, there should be a verification of quantities and items from cart to form. Another issue, is that I have a dropdown for select provinces in Canada, but when the user selects the province, this information is not being sent to the “billing_state” dropdown of Woocommerce, the field is set as Type Of Information: State. Any light why is not working?

For support requests, please contact me from the support page if the plugin by using the account that has active support rights: https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support . I will help you.

Hi, Is there a way to only change the font for the step title in the last step of the form (I onyl use the last step as a one-page)?

Hello,
Yes, here is the css rule to use to do that :
#lfb_form .lfb_genSlide .lfb_stepTitle {
   font-family: 'Your font name here' !important;
}

Thank you for your quick reply, but unfortunately, this did not change the “last step title” font.

Feel free to contact me from the support page, I will check it.

gacek259

gacek259 Purchased

Hello Thank you so much for creating a great configurator. Everything works great in it, except for one small thing. During the last step, when the customer gets the email, unfortunately there is no pdf attachment in it. I checked “Send the order as pdf” in the configurator, completed all email functions and unfortunately the email arrives, but without the attachment.

I marked for testing the functions when, after the configuration, the pdf downloads automatically – and it works. But unfortunately there is no attachment.

I have a second configurator sheet and there it works – the pdf is attached to the email. I tried to disable this function from the old one, because I thought they were causing a conflict with each other, but unfortunately it did not work.

Could I please ask for help?

Ah no, I did not receive this response.
Can you send it again ?

gacek259

gacek259 Purchased

I just sent a new email to support@loopus.tech

Well received, thank you !

i3a

i3a Purchased

Hello, since the last update, the date selector is cropped in the bottom and we can’t select a date. Don’t find how to fix it in the designer tool. Can you help,please ? Thank you

Hello,
Please contact me from the support page, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

indigo44

indigo44 Purchased

Hi, is seems that there is an incompatibility with woodmart theme.

On empty product categories there is an error:

Warning: Attempt to read property “post_content” on null in /home/mywebsite/public_html/wp-content/plugins/WP_Estimation_Form/includes/lfb_core.php on line 357

Hello,
For support requests, please contact me from the support page of the plugin by using the account that has active support rights: https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support . I will help you.

A question…Is there any way that when passing through the screen in the form, a selected item appears and cannot be deselected? Thank you

Hello,
It can be done by using custom css rules. Feel free to contact me from the support page, I will help you to do it .

Thank you, I correctly received your email but the address sounds invalid when I reply.
It can be done by using this rule in the “Custom CSS” option of the form :
#lfb_form .lfb_itemContainer_243  {   
    pointer-events: none !important;
}
Where “243” is the ID of the target item .

Hi, I am seeking support from our buyers account I am the one with staging and live website issue, please respond to our developer account ceo@panthron.com

Hello,
Well received, thank you.

Hello, do you have a documentation how submited forms add as converion on Google Analytics 4 GA4? Thank you in advance.

Hello,
You simply need to fill your Analytics ID in the form settings to be able to be able to track the form steps (https://wp-cost-estimation-payment-forms.com/new/form-settings/) .
For conversions, you can paste your script in the page defined as final redirection, or use this code in the “Custom JS” option of the form to execute your conversion code when the form is submitted :
jQuery(document).ready(function(){
     jQuery('#lfb_form').on('formSent',function(){
        // add your code here
     });
});

Hi, I am having an issue we bought the plugin from our clients account, we buitl calculator on staging site it worked by now when we moved to our main site it say deregister on previous website we deactivated plugin there but it is still not allowing us to register on our main website and there’s no option to de register calculator Purchased code on staging website how we will de register and activate on our live website.

Hello,
You need to uninstall (not just disable it) the plugin from the first website to be able to activate on the second one. Feel free to contact me from the support page by using your buyer account if you need help !

We tried that but still it didn’t work and when we activated on the staging website it wasn’t working there either.

Feel free to contact me from the support page, sending me the purchase code. I will unlock it manually.

flu5ky

flu5ky Purchased

I have one simple question which I cannot solve by myself. I inserted form shortcode into Divi row – text module in my page. My form is always aligned to the left with all items sized about 50% of whole form. Everything (texts, modules) are centered but align to the left. It could be some simple fix that I cant find. Does anyone know what coould be the problem? Thanks

Hello,
Please can you indicate the url of the form page ? I will check it.

flu5ky

flu5ky Purchased

Hello, I tried it today and everything works as expected. Maybe the issues was caused by the slow internet connection. If I get into same issues I will write here. Thanks

Perfect, have a nice day !

dbirch44 Purchased

Hey there. I’m trying to get calculations working, I have setup a variable and I’m trying something simple like [variable-2]=[item-569_value] just to get it working. I’m using a custom content component to show the [variable-2] and doing the calculation inside a number field- but it’s not working, been trying for hours. Is this a bug? Or am I missing something?

Hello,
For support requests, please contact me from the support page of the plugin by using the account that has active support rights: https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support . I will help you.

I have a form with Woocommerce products, user select product and fills out contact information. Everything works well until the CHECKOUT page, the field STATE is not being pre-populated, and the same for the field PHONE. Below some images of the screens. Thank you in advance for the support.

https://app.gemoo.com/share/image-annotation/556982005931642880?codeId=v69ge8jYN71Ql

Hello,
For support requests, please contact me from the support page if the plugin by using the account that has active support rights: https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support . I will help you.

Are you going in the future to create something like an option to add a small icon so we can hide a description and only if somebody hover or click on that small icon it will show this description?

Hello,
It isn’t planned for now, but I note the suggestion, thank you !

flu5ky

flu5ky Purchased

Thank you

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey