Code

Discussion on WP Cost Estimation & Payment Forms Builder

Discussion on WP Cost Estimation & Payment Forms Builder

By
Cart 22,261 sales
Recently Updated

loopus supports this item

Supported

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

5707 comments found.

Hello, when I click Save, it stays in the loading line. and the old values ​​are still to be seen but no change

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

Hi, I just duplicated my form and I had some CSS and JS. When I preview the second form, everything looks fine – but when I use it on a page, the CSS and JS doesn’t work. I’ve tried changing the number of the form in the codes, but I cant get it to work.

Here is the URL where it doesnt work: http://18.195.189.61/priskalkulator-2/ Here it works in demo mode: http://18.195.189.61/?lfb_action=preview&form=7

No, the next step button of each step has its own id, based on the id of the step . In the mentioned form, the first one, in the step 14 is “lfb_btnNext_14”, then “lfb_btnNext_17” in the step 17 etc …

The last two steps before the final price page have the same ID on the next button. I can’t track those steps and see where a user may fall off.

Ah yes, I see it. Please can you contact me from the support page, sending me a temporary access to the backend ? I wil lfix it .

Hello, how to add access to this plugin to Editor role, not only Administrators? I installed User Roles plugin, but I can’t any capabilities from your plugin there. Thank you.

Hello,
Only admins can manage the forms, since they can contain some important informations (like Stripe keys, api keys, customers data etc …). But feel free to contact me from the support page sending me a temporary access to the wp backend, I will change that on your version .

Is it possible to set next option automatically for one input? For making quiz form I need this feature. Like to buy. Looking forward to hearing quickly.

Thanks for the quick and helpful reply.

Have you got my next email?

Yes, no problem, I replied.

When using the next and previous buttons are they able to be centered?

Hello,
Please can you use the button “Reply”for the new messages ? It allows me to better follow each interlocutor, thanks ! It can be done by pasting these rules in the “Custom CSS rules” option of the form (tab Design) :
#estimation_popup[data-previousstepbtn="true"] .btn-next,
#estimation_popup[data-previousstepbtn="true"] .linkPrevious,
#estimation_popup[data-previousstepbtn="true"] #wpe_btnOrder {
  float: none!important;
}
#lfb_bootstraped.lfb_bootstraped #estimation_popup[data-previousstepbtn="true"]  #finalSlide a.linkPrevious{
  display: block !important;
}
#estimation_popup[data-previousstepbtn="true"] .lfb_btnNextContainer {
  text-align: center !important;
}
#estimation_popup[data-previousstepbtn="true"] .linkPrevious{
  width: 220px !important;
  margin: 0 auto !important;
  margin-top: 12px !important;        
}

Hi, is it possible to hide the progress bar until you reach a certain page? If I have questions in the start of the form, I don’t need it taking up space until the customer starts selecting products :)

Thank you. Here is the rule to use :
@media only screen and (max-width: 480px) {
#estimation_popup #mainPanel .genSlide .genContent .col-md-2 {
  padding: 0px !important;
}
}

Thank you. Last question: Is it possible to show ”/month” on prices that are subscription activated?

It can be done by pasting this code in the “Custom JS” option of the form :
jQuery(document).ready(function(){
    setTimeout(function(){
        jQuery('[data-showprice=1]:not([data-singleprice])').closest('.itemBloc').children('div').children('label').append('/month');
    },200);
});

Hello! I am not receiving any notification emails.

Hello,
If the server doesn’t sent correctly the emails, a simple solution is to configure a smtp email account to send the messages, by using this small plugin : https://wordpress.org/plugins/easy-wp-smtp/ . It will ensure that the emails are correctly sent . Is it ok ?

Is there a Demo that shows an option to pay by Paypal or Stripe with a form??

Interesting Demo showing a Subscription to Paypal!!

Great job!

Hello,
Yes, this demo shows subscription with paypal payment at end : http://www.wordpress-estimation-payment-forms.com/demo-of-a-subscription-payment-form/

Is it possible to speed up the animation on each page? or even disable it?

Hello,
Yes, you can change the animations speed, or disable them, from the option “Animation speed” in the “Design” settings tab .

Hello guys, i have a problem with my forms. When my clients fill out the form on the website, they get a confirmation email but i do not receive anything as confirmation that someone has made a request. I need to be able to receive an email they same way the visitor does when they fills the form. Please help me with that, thank you.

done. Please check

I correctly received your email, I replied.

i replied

The more variables we add the slower the software gets. It takes nearly a minute to open each item to edit it. We are using the wordpress version. Would using the stand alone version work better?

Hello,
The number of items shouldn’t slowdown the form. Please contact me from the support page sending me an export of the form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Hi, feauture suggestion: would be awesome if we could mark paid orders (via Paypal) in the backend. So that we can filter for the orders that are actually paid. In my case I need to check all my mails which orders are actually paid and that is really time consuming.

Hello,
Thank you for the suggestion. Currently, if you enable the IPN paypal option, only the verified payment will generate orders on the backend .

Hi Loopus,

Trying to make estimation and payment form use wp mail smtp but form is not being sent, can you help me fix this please?

Hello,
Yes, I correctly received and replied to your email .

Hey, We are loving the plugin! I have a question concerning the shadowing of the buttons. We have just duplicated the buttons and for some reason they have stopped becoming shadowed when selected. Is there something we should check and make sure we have enabled/disabled that could be causing an issue with this?

Hello,
Thank you ! Please can you contact me from the support page, sending me the url of the form ? I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Hello there and many congratulations for your innovative plugin!
I would like to know if its possible to include hidden the E&P form in a WP page and make it visible only with a button at the bottom of the page, not like a popup (modal). Is this possible?

Hello,
Thank you :)
You can add this rule in the “Custom CSS rules” option of the form to make it invisible by default :
#estimation_popup {display: none;}
Then paste this code in the “Custom JS” option of the form to make it visible when the user clicks the button :
var buttonID = "mybuttonID";
jQuery(document).ready(function(){
     jQuery('#'+buttonID).click(function(){
       jQuery('#estimation_popup').slideDown();
     });
});
Example of html code for the button :
<button id="mybuttonID">Open form</button>

You got it! Thank you very much!!! That’s why i rate you 5 stars!!! :)

Thank you very much ! :)

Been stuck for a long time now looking for demos but cant find any. Please is there a calculation that i can do that suggests, for example the time it will take to complete chosen tasks for a cleaning business. this is what i mean, example website ( https://housekeep.com/signup/quote ) the part in question is the -We recommend selecting 2.0 hours part,..... it changes according to the tasks chosen please help ASAP !!!!

Hi as you can see on the time stamp its been 21 days a couple days a way from a month . And where you directed me. they were not helpful at all infact they have stopped replying very unprofessional of them . i went based on what we spoke about but they were being so difficult. if you can please help me it would be great. they’ve done nothing but waste our businesses time.

i have purchased + supported unlike the majority here so please i really need your help ASAP due to time> il email you also i guess ….

Hello,
You asked for extra customizations, so I recommended you https://wpkraken.io/ . If they don’t reply to your emails, you can also find available freelances here : https://studio.envato.com/search?utf8=%E2%9C%93&search%5Bquery%5D=wordpress+customization . I replied to your new email .

Are we able to create our own variables?

Hello,
Yes, you can create hidden and preselected checkbox, enable their option “Don’t add price to total” and use the custom calculation option to make the wanted calculation . It is also possible to recover and display the price of these hidden items from a rich text item (option “Get the value of a field”), like on this demo : https://www.wordpress-estimation-payment-forms.com/credit-simulator-demonstration/

On a given product page, how can I include the current product as a factor in the estimate process please?

Hello,
There is no specific option to do that currently, sorry. The wooproducts have to be assigned to the items of the form from the backend.

hey guys, do you have a zip. file with all the templates? it will be awesome!

Hello,
Yes, all the demos are included in the main zip file of the plugin that can be downloaded from here : https://codecanyon.net/downloads You can find the file to import in the folder “example_data_can_be_imported”.

Hi I have a problem I can’t import any form. When I press the button nothing happens. But other buttons work well. I’ve done a clean reinstallation (removing from plugin folder) and still the problem…

Hello,
Please can you contact me from the support page of the plugin ? https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support . I will help 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