Marketplace history

Real CodeCanyon questions and author answers

Browse buyer questions, pre-sale scenarios, setup issues, and direct author replies from the years when WP Cost Estimation was sold on CodeCanyon. Use this archive to see how real customers used the plugin, which integrations came up often, and how common support questions were answered.

5557 public discussion threadsPublic CodeCanyon support history
19461 messagesCustomer questions, follow-ups, and context
8679 author repliesDirect replies by loopus
78 archive pagesNewest conversations first

Public email addresses and purchase-code-shaped values are redacted. The original wording is otherwise kept as plain text so the support context remains easy to read.

Support: 2699Customization: 1536Payments: 1482PDF and email: 1275WooCommerce: 406Booking: 221Licensing: 215
Search the archive

Find a CodeCanyon question or answer

Search all 5557 public discussion threads by keyword, customer name, feature, integration, or support topic.

Type at least 2 characters to search the full archive.

Page 22 of 78

Latest archived discussions

Each thread keeps the customer question, follow-up comments, and author replies together, with the newest conversations shown first.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Wibernet

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer Wibernet

I want to add a iframe in the steps in my case a coverage map iframe but wont allow me to put it in rich text? Anyway around this?

Author loopus

Hello, You can click the button "View source" in the toolbar of the rich text editor to add your own html code : <iframe src="https://www.openstreetmap.org/export/embed.html?bbox=-0.004017949104309083%2C51.47612752641776%2C0.00030577182769775396%2C51.478569861898606&layer=mapnik"></iframe> You will also need to use this css rule in the "Custom CSS" option of the form to define the size of the iframe : #estimation_popup .lfb_richtext iframe { width: 300px !important; height: 200px !important; }

Customer Wibernet

Thank you!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from shamagazin

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer shamagazin

very great Plugin, but if I add recaptcha, it doesn't send any e-mail and doesn't save the orders :(

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ForgetWP

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer ForgetWP

Hi there, got question about cancel button. When user click pay / book now and your modal pop-up with card details information (stripe) there is no way to cancel this. There is no button to cancel, ESC doesn't work, it block entire page and there is no escape. Only refresh clears it. Can you implement cancel or go back button just before taking payments please.

Author loopus

Hello, You normally can close the stripe modal and click the button "Pay" to restart the payment. Feel free to contact me from the support page of the plugin, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from OHRBEIT

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer OHRBEIT

Is there any way to multiply the final quantity / sum? For example: First step: order feature a,b,c,d second step: feature x, y, z third / final step: order this whole package 1-5x times (that's what i'm looking for) Summary: you've ordered step a,b,x,y z - and the overall quantity 2x is that possible?

Author loopus

Hello, You can add an hidden & preselected checkbox in the last step and use its price calculation to do that . Ex: (0-[total]) + [total] * [item-X_value] Where "X" is the ID of the quantity number field.

Customer OHRBEIT

Awesome! That worked like a charm!

Author loopus

:)

Customer OHRBEIT

if I would like to get a percentual price reduction, when someone orders the service twice - how would I include that in the formula? for example total price is 1000€ If they order the service twice, i'd like to give them 10% discount, when they order 3, 15% discount and so on. could I do that by if([item-256_quantity] ==2) { ( ((0-[total]) + [total] * [item-X_value]) *0,9 } and so on? seems to not work :/

Author loopus

Feel free to directly reply to my email, indicating me where I can see the problem, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from danieleloizzo

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer danieleloizzo

Smtp works in test, but NOT if the user registers. Please help out, cause otherwise no mail is generated

Author loopus

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

Customer danieleloizzo

already done ;) check out!

Customer danieleloizzo

and please reply to my mail if u can :D

Author loopus

Thank you, I replied .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bridgeplus

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer bridgeplus

Why are "Next step" and Previous Step not Aligned I can send a picture kren

Author loopus

Please can you contact me from the support page of the plugin ? I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Linzila

5 direct author replies in this public CodeCanyon conversation.

11 messages5 author repliesSupportCustomizationPayments
CodeCanyon source
Customer Linzila

Pre-sale question. I have tested demo. and i like what i see. But one thing i could not figure out is. Custom calculations. My need will be: 1-10 quantity items have a fixed price of 110. So if you choose 3 or 5 or 8 items the price should stay at 110 and not duplicate to 220, 330 etc. I have seen your documentation and videos. and nowhere have i seen my fix for my interest.

Author loopus

Hello, You can do that by using the price calculation option on the target item . Ex: if ( [item-1_quantity]

Customer Linzila

Tried it and it did not work. Should all those spaces be there?

Author loopus

Please contact me from the support page by using your buyer account, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer Linzila

I wanna make sure that i can do that way before i buy. Or else i will need to look further for another plugin for my needs. 1-10 quantity selected with 1 price that stays that price without doubling up. 11-20 quantity selected same way. 21-30 etc etc. And it is a quantity that is used on "image" option.

Author loopus

Yes it can be done. If you have the plugin and need support, please contact me from the support page by using your buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer Linzila

Ok. I have purchased. Now what to fix what you promised was possible.

Author loopus

Hello, I replied to your email .

Customer Linzila

Hi. I have send another mail 2 days ago. My website is for window cleaning. So i need something like this: The price is build from glass frames in a window. I have around 15 items (as images) where they can select quantity (windows) they have. But for each quantity (item) i need to add how many glass frames the window has. Because price is 1-10 glass frames 110, 11-20 glass frames 160. But if a window has 2 glass frames, calculation would be 1-5 glas frames 110, 6-10 glass frames 160. How can i add glass frames to build prises from in each item (quantity). And to make the price calculate price not from 1 item, but calculate from every chose made between 15 items. And count how many glass frames that us, and give a price from that. If a person select 1 quantity of a window with 4 glass frames, 1 quantity of a window with 6 glass frames, 1 quantity of a window with 3 glass frames. Then it would be 3 windows but with 13 glass frames. And the price should show 160, since its between 11-20 glass frames for 160.

Author loopus

Hello, Please can you send me an export of your form ? I will check it .

Customer Linzila

i made a reply to one of the mails from you. Since i didnt know, where or how to send the exported zip file.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from 79design

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer 79design

Hi there. When you create a form, it seems assign a H1 tag to the main title, even tho the form is usually part of a page that already uses one. How do we alter the H1 to be a H2?

Author loopus

Hello, Simply use the option "Main title html tag" in the "Design" settings tab of the form to change it to h2, h3 or div element .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from parontic

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer parontic

Hi, i added a script in a mail to show a random number between 1-3 (didnt know it wont work in mailclients). But now it shows a random number between 1-3 if i want to edit the form, noting else how can i remove the script? where is this data stored?

Author loopus

Hello, You will find this data stored in the mySQL table "wpefc_forms" of your database, by using phpMyAdmin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vdubau

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer vdubau

hi, i think this is exactly what i need, pre sale question, it is possible to just show the total price only is some of the steps?

Author loopus

Hello, Yes, you can choose to hide the main progress bar, or use it to show the current step instead of the total price, then create "Rich text" items in the steps where you want to show it . The rich text component allows you to show the total price of the form (or the price of any item) in a custom text .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from playtoday

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer playtoday

Hi, Is it possible to add a math formula that adds the right amount of boxes to the cart? Explanation: I am selling wine. The wine can be bought in single bottles of 1 liter or in boxes with 6 bottles (6 liter). It is of course a better price for the customer when he buys boxes. Now i would like to use math formula to calculate how many of each product that should be added to the cart. Example 2: The customer wants to buy 10 liter of wine. Then 1 box and 4 single bottles needs to be calculated and added to the cart. Example 3: The customer wants to buy 20 liter of wine. Then 3 boxes and 2 bottles needs to be calculated and added to the cart. Is this possible to achieve with the WP Cost Estimation & Payment Forms Builder?

Author loopus

Hello, Yes, here i a way to do that : Create a number field "How many liters" Create a number field (it can be hidden) "6 liter bottles", enable its option "Use value as quantity" and fill this calculation in its "Define quantity by calculation" option (where "X" is the ID of the numberfield "How many liters") : Math.floor([item-X_value]/6) Create a number field (it can be hidden) "1 liter bottles", enable its option "Use value as quantity" and fill this calculation in its "Define quantity by calculation" option (where "X" is the ID of the numberfield "How many liters") : [item-X_value] - (Math.floor([item-X_value]/6)*6)

Customer playtoday

Hi Loopus, This is great. Thanks for the quick reply and the detailed solution. What about this problem: The customer enters how many liters he wants to buy, but the products are available in the following sizes: 5 liter box and 15 liter box. Example 1: This means that if the customer wants to buy 4 liter, the form need to select 1 pcs of 5 liter box. Example 2: If the customer wants to buy 6 liter, the form need to select 2 pcs of 5 liter box. Example 3: If the customer wants to buy 11 liter, the form need to select 3 pcs of 5 liter box. Example: 4 If the customer wants to buy 16 liter, the form need to select 1 pcs of 15 liter box and 1 pcs of 5 liter box. Is this in any way possible to achieve?

Author loopus

Here is the quantity calculation to fill on the "15 liters" item : Math.floor([item-X_value]/15) And the quantity calculation to fill on the "5 liters" item : Math.ceil(([item-X_value] - (Math.floor([item-X_value]/15)*15))/5) For the next support requests, please contact me from the support page of the plugin by using the buyer account that has support rights : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kingsburyweb

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadPDF and email
CodeCanyon source
Customer kingsburyweb

Great plugin! Is there any way to alter the "Open url on click ?" for a button to include a variable? For example, setup a variable titled [Frequency] which has a value of 1. Our url string in the "Open url on click ?" field is /product/?subscription=[Frequency]_week However when redirected, the variable isn't replaced with 1, it simply states [Frequency] Thanks

Author loopus

Hello, Thank you ! No, it can't be done from a button item, but you can do that by using the final redirection option and using the option "Send values as GET variables" in the form settings.

Customer kingsburyweb

Thank you for your feedback. So if we want the url string to include /?subscription=1_week - Does enabling Send values as GET variables and changing that button behavior to use this method add that string to the url? Thanks

Author loopus

You need to activate the option "Send values as GET variables" and fill the wanted variable name in the "GET Variable name" option on the target item panel. Its price or value will be sent with the defined variable name ( ?subscription=1_week ) . These variables are sent to the defined final redirection, once the form is submitted, not when a button item of the form is clicked .

Customer kingsburyweb

Thank you so much! Only last question, is there a way to eliminate the Final Cost "order my website" step, as well as the "Thanks, we will contact you soon" step after clicking on order my website? Ideally, we want the user to fill out the initial form, then hit a button to redirect to the url string w/ the variable (not steps in between)... Thanks again

Author loopus

Yes, you can place the email field (mandatory in the form) in another step, remove all items from the last step and enable the option "Automatically send the email" from the "Last step" settings tab of the form . The order will be automatically sent and the final redirection called when the user will arrive to the final step .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from nrhack

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer nrhack

Hi i have problem with the plugin. i use the rent a car example but I need to add like 35 different towns as pick up location. when i do that the drop down is not working correctly . 1-u cant see what you want to select . also on mobile is a mess. 2 when i want to scroll in the drop down list i scroll the page but not the dropdown. 3 when i click on something the dropdown dont close just select please check it on your own. http://arsdesign.sk/form/ hope you have solution for this bug thank you.

Author loopus

Hello, Please can you activate the option "Use default dropdowns" in the "Design" settings tab of the form ?

Customer nrhack

Working now ... Amazing , thank you so much for this

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from nrhack

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer nrhack

Hello again. There is one more very important feature , nothing to be selected by default. Ssome option is selected and I am also able to go to next step ? the button in admin is YES for selection required. can this be fixed somehow_? I see someone had same problem and requested this 4 years ago to be fixed. copy of his post here: Type ”Select field” does`t work correctly. Actually “Is required ?” does`t work. You can easily go to next step without picking any option from the field. loopus loopus Author over 4 years ago Flag Hello, Thanks :) The dropdown always show a value by default , that’s why “is required” condition is always filled. I note the request for a blank value by default. Thanks ! Thank you so much

Author loopus

Hello, To do that, you need to activate the option "Is required" on the target select item panel, then enable the option "Disable first option selection" .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ninedesignstudio

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesBuyer threadCustomizationPDF and email
CodeCanyon source
Customer ninedesignstudio

Is there any way to increase the size of the workspace for the steps manager? My multiple choice steps are many and would benefit greatly from more space or full screen or even a zoom out option? thanks Garry

Author loopus

Hello, It can be done by pasting this css rule at end of the plugin file /assets/css/lfb-admin.min.css : #lfb_bootstraped.lfb_bootstraped #lfb_stepsContainer { min-height: 10000px; min-width: 20000px; }

Customer ninedesignstudio

Thank you! - that worked to increase the working area.

Customer ninedesignstudio

Can the visible area be increased also? - to take up more space below where the General / Texts / Email tabs are? thanks again

Author loopus

Yes, here is the rule to use : #lfb_bootstraped.lfb_bootstraped #lfb_stepsOverflow { max-height: 2490px; }

Customer ninedesignstudio

This worked a treat! Thank you for the quick replies.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Anthonycg

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadWooCommercePDF and email
CodeCanyon source
Customer Anthonycg

Hello, I have redirected the form to woocommerce but I want it not to show the last step of the form and go directly to the check without displaying any kind of message

Author loopus

Hello, You can place the email field in a previous step, remove all items from the last step and enable the form option "Send email automatically on last step" to do that : the form will be submitted automatically when the final will be called.

Customer Anthonycg

I do not mean sending the information, I want to eliminate the last step and the message of thanks before it happens at the end of the purchase

Author loopus

The woo products are added to the cart only once the form sent, the form submission can't be avoided. The final message can be edited from the "Texts" settings tab of the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tiagofbcneves

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer tiagofbcneves

Hello, PRE-SALES QUESTION I would like to know if it is possible to do this (https://www.glassdrive.pt/faca-uma-marcacao) with your plugin? Basically a form but in steps and with good appearance. But I leave the example here to understand better. Thanks!

Author loopus

Hello, Yes, you can create a such form process by using this plugin .

Customer tiagofbcneves

Hello, The point here is that there are several paths in the form. For example in a cork stopper, step 1 is to choose the cork and step two is to choose the size of the cork but step two differs in relation to the choice of step 1. Because If you choose Cork 1 you will have 2 sizes but if you choose cork 2 will already have 3 sizes? Is it possible to do this in the form? Thanks!

Author loopus

Hello, Yes, you can make such dynamic steps by using the steps conditional system and the items conditional visibility option.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from coupomated

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer coupomated

Hi, For Google Analytics goal tracking, I've created a new thank you page that shows up after form is submitted. Issue is, the default plugin thank you message is shown and then another thank you page is shown. How can I hide the plugin thank you page and show only newly created page as soon as form is submitted, without showing default plugin thank you message.

Author loopus

Hello, You can fully hide it by using this css rule : #estimation_popup #finalText { display: none !important; }

Customer coupomated

Many thanks, this worked.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from reputationplanet

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer reputationplanet

How do I change $ as a currency to € (Euro)?

Author loopus

Hello, You simply need to fill the wanted currency in the "Currency" option of the form (in the "General" settings tab) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vnssnsa

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
CodeCanyon source
Customer vnssnsa

Hello, I have 2 questions here 1. Any reason the gap got increased significantly when pick 70mm https://prnt.sc/rz1a5c you can check out directly here : https://www.honour.com.hk/pins-order-form/ 2. How can I disable all the padding for the option? https://prnt.sc/rz1cgv thank you so much and your plugin help us a lot!

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jhonattanrr

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer jhonattanrr

With this plugin is it possible to create a form / quiz, step by step and with a recommendation of woocomerce products according to the result? Example: https://www.vivewellness.com/consultation/lifestyle/ Can you adapt it to my needs so that it looks like the example?

Author loopus

Hello, Yes, you can create a such form process and use the "Show depending on conditions" option on the final items (where the wooproducts are assigned) to show the good ones based on the values filled in the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from NaomiPearce

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadLicensing
CodeCanyon source
Customer NaomiPearce

Hi, I am using your plugin as part of the Pro theme package. I am wanting to setup the option for the account management system (I learnt about this option through the comments here) however cannot find the settings for this. Is this option only available through buying a license here or should I be able to do this through using my Pro license. My license for your plugin does say: The plugin is included in your theme, there is no need to check the license. I look forward to hearing from you.

Author loopus

Hello, This option can be found in the "Global settings" in the recent versions of the plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from coupomated

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer coupomated

At the last step, it shows TWO re-captcha @ https://prnt.sc/rx5wao Any idea how can I show only one.

Customer coupomated

Also, customers are receiving emails but we admins are not receiving the emails of quote submission. Although config is done on email tab for admin email ID also. Any idea what could be WRONG.

Author loopus

Hello, What is the used version of the plugin ? Please contact me from the support page of the plugin, I will debug it .

Customer coupomated

Thanks for the reply, have written to you about version and issues. Looking forward to the resolution. Thank you.

Author loopus

Thank you, I replied.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Anthonycg

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer Anthonycg

Hello team, I linked my form with woocommerce, so users can buy a personalized product through the form. I want to know how to show that sell on the user woocommerce history. How I can make that purchase stay in the history of woocommerce and from there the user can see their purchases.

Author loopus

Hello, To do that, you simply need to activate the form option "Add selected items to the cart" and define the woo cart page as final redirection. The customer will pay directly from Woocommerce, and the order will be stored like any other woo order.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from big_dae

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadCustomizationPDF and email
CodeCanyon source
Customer big_dae

Is there any option to personalize the last step result ? When users ask for more info, they receive a personalized mail with the results ordered as I want, and with some messages around them (example: https://www.papik.cat/pressupost.html ). I want to show something similar in the last step instead of the default table showing all rows identically and with a final price.

Author loopus

Hello, The final/email summary can be customized by using the options of the "Summary" settings tab of the form . A solution to do that can be to remove the default summary and create a custom table in the email content, by using the option "Add dynamic value" to display the target values inside .

Customer big_dae

The customization tab for the summary has no option of change the content, only can personalize the way the content is shown: https://imgur.com/a/X5G8SIM How can I apply the solution that you give me? I don't see anywhere the option to remove the default summary (I only see the option to show or not the summary in last step) Maybe I've not explained in the initial question. What I want is to show in the last step a custom summary, similar to the one that is sent via email when user ask for more info clicking the "more info" button.

Author loopus

You can choose to hide some columns and configure the summary from the mentioned tab, and can use the "Show in summary" option from the item panel of each element to choose if they must be displayed in the final summary. You can also create hidden rich text items and enable their option "Show in summary" to add custom text inside (they will be displayed in a row like the other items) . To make a custom table in the last step of the form, you can hide the default summary, add a rich text item to create the wanted table in the last step, and use its option "Add dynamic value" to add the prices/titles/values/quantities of the target items inside .

Customer big_dae

Ok now I've have created something similar to what I need. Anyways, I suggest to add the option to create a custom summary in the summary tab. The fact that it's separated from the last step fields give a bit more of liberty and greater personalization at the end.because, now all my resume is text centered and i haven't found the way to make left align by css.

Author loopus

Hello. Thank you for the suggestion.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mixalg

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer mixalg

Hello, got another project where e can use this module. Got a question though. Let's take this for example: http://angelasdeli.com/essentials/ We are looking to creating something similar, but with much more products, 1000 at least. For some reason, the dots in the upper navigation are not clickable: https://imgur.com/a/P5AopKB Since we will be having lots of products divided into different sections it is crucial for people to be able to: 1. Click on the dots shown on the screenshot and jump to the product section they want to 2. To be able to place labels above dots to indicate the names of the sections (some kind of navigation menu) Let me know if it is possible. Thank you.

Author loopus

Hello, Only the dots of the past steps are clickable by default, the user can't skip steps . If you need a freelance to develop such customizations to your forms, I can recommend this team : https://wpdeft.com/ . They are used to work with this plugin and are available for such custom work .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mbansal1311

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBooking
CodeCanyon source
Customer mbansal1311

Hi, I need to use your plugin for patients to be able to schedule doctor appointments. There are about 200 doctors, they all have different timings and they all have different consultation fee. So, do you think your plugin can solve my purpose? The flow would be: 1) User selects a Doctor 2) User should be displayed that doctor's date & time. 3) Finally user should be charged that doctor's consultation fee. 4) Also, since there are about 200 doctors, is it possible to import data from an excel than to manually create dropdowns for each doctor?

Author loopus

Hello, No, sorry, there is no specific option for this use currently. It would require some code customization to automatically create the 200 calendars (one for each doctor), create the dropdown from the excel file and dynamically change the target calendar assigned to the form datepicker, depending on the selected doctor in the dropdown.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from RaftersCleaning

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer RaftersCleaning

Hello, When using quantity on an image field, it always displays 1 at the smallest amount. I have the quantity fields always showing so I'd like them to show 0 instead and then the user can use the plus and minus to select an amount. Is this possible?

Author loopus

Hello, No, sorry, it isn't possible, a selected image item always have a minimum quantity of 1 (otherwise it must be unselected). If needed you can create a number field to do that.

Customer RaftersCleaning

Okay, that's no problem! Is there a way to show an image above the number field? I have been using the code below for a slider field but would prefer to use a number field instead. var slider_title = "SLIDERTITLE"; var image_url = "IMAGEPATH"; jQuery(document).ready(function(){ jQuery('[data-title="'+slider_title+'"]').before(' '); });

Author loopus

Here is the js code to use : var item_title = "My number field"; var image_url = "imape url"; jQuery(document).ready(function(){ jQuery('[data-title="'+item_title+'"]').closest('.form-group').before(' '); });

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jaketblank

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
CodeCanyon source
Customer jaketblank

Working with this plugin (fully licensed) for a client, and the form keeps skipping steps - would you be available to assist in debugging? Never had a problem before updating :(

Author loopus

Hello, Yes, for support requests, please contact me from the support page of the plugin by using the buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from michaellitvak

4 direct author replies in this public CodeCanyon conversation.

10 messages4 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer michaellitvak

Hi, This plugin is great, I encountered two issues so far and hoping I can get some support. 1. I removed Sunday from available days and assigned the calendar to the date picker field in the last step. However, some people are still able to select Sunday. Personally I'm not able to replicate the issue, Sunday is greyed out for me but orders for Sunday still keep coming in. 2. Where are the options for the distance calculator? I put the Google maps API key in the general tab, but don't see any other settings. I would like to be able to add a delivery fee based on distance from the physical store. Thanks in advance.

Author loopus

Hello, 1. Please can you indicate me the url of the form ? 2. You can find instructions in the documentation of the plugin. Once the Google Maps API key filled, you can use the option "Distance calculation" in the "Price calculation" and the "Quantity calculation" options. You can also create an hidden textfield for the static address, set its option "Type of information" to "Address" and fill the wanted address as default value. Then you can target this texfield from the distance calculation panel .

Customer michaellitvak

Hi there, Thank you very much for your quick reply! 1- the url is angelasdeli.com/essentials/ 2- Thank you, I will give it a try but to be honest from reading that I still don't quite understand. There are four delivery zones, a free zone, a +$5 , +$10, +$15 zone. Hoping I'll be able to figure it out I have additional questions: 3. when I enable paypal I don't see any buttons added to the form or anything like that. I remember a few years ago when I used the form there was a pay with payal button. Now when I enable paypal no buttons, just takes me to paypal on the last stage. I'd like the user to be able to choose if they want to pay with paypal or pay in person. 4. if you look at my form the next step and previous step buttons are not aligned in height, they behave weirdly on some phones where they overlap each other (mainly Chrome on Android) while on iPhones they look fine. 5. is there a way to create a condition based on the current day of the week? In the last step I'd want to display a message to the user "no deliveries available today" only on sunday. Thank you!

Author loopus

Thank you . 1. The sunday days are not selectable in the datepicker of the form . 2. Please can you indicate me the title of the item that applies the distance calculation in the form ? 3. Paypal doesn't sound to be activated in this form . Please can you send me a temporary access to the wp backend ? I will check it . 4. This css rule should fix this css conflict : #estimation_popup[data-previousstepbtn="true"] .linkPrevious { margin-top: -24px !important; } 5. You can create an hidden & preselected checkbox "Day of the week", enable its option "Don't add price to total" then paste this calculation in its "Price calculation" option : if(new Date().getDay() == 0){ 1 } Then you can create the condition "If the price of the item Day of the week is equal to 1" to show the wanted text only when the day is Sunday.

Customer michaellitvak

1. Yes it's not selectable yet some people are able to still choose sunday. I can't replicate the issue myself but I'm guessing it's a specific browser bug 2. I'm having trouble understanding where I would need to set this up. Can I set all that up in the summary step? Or do I need to create a separate step just for address input? Thanks for all other answers!

Customer michaellitvak

I tried setting up the distance calculator by creating a hidden field with the static address but the distance calculator still doesn't recognize it and shows 'nothing' in the fields.

Author loopus

Did you correctly set the "Type of information" option of the target field to "Address", from the item panel ?

Customer michaellitvak

I created a text field, set it to Address in type of information, and it still doesn't show up in the distance calculator.

Author loopus

Please can you contact me from the support page, sending me a temporary access to the wp backend ? I will debug it .

Customer michaellitvak

Thank you I will contact you from the support page

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Taz_Gym

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer Taz_Gym

Good afternoon. I am configuring the processes, but when I go to the DOG process, a text field should appear to enter the DOG NAME. When I select the dog, it automatically goes to the final process and displays the two boxes of the final process. I have attached the screenshots so you can help me. https://ibb.co/PG9HMGG https://ibb.co/w6z2FwX https://ibb.co/stWpwLt https://ibb.co/BKQNkFb https://ibb.co/Zd2R0S8

Author loopus

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

Customer Taz_Gym

I already sent the form to support so they can debug it. I am a little upset with their plugin because they don't have a manual to create the processes.

Author loopus

I just received the mentioned form, thank you, I replied. There is a documentation and several demonstrations forms included in the main package. There are also several video tutorials on the main page of the plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kalculas

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer kalculas

Hi Can you please tell me if this is possible, and easy to set up if so : First choice would be for visitor to select size - S,M,L,XL (no price for this) Then to choose a service - 1,2,3,4,5 (price for each service) The price for each service needs to be different for each of the first choice made -S, M, L, XL Then the user would choose another product - A,B,C,D,E,F The price for each product would need to be different according to the first choice made - S,M,L,XL , but the second choices made (1,2,3,4,5) would not affect the total price. Will the total price show, and change dynamically according to the choices made by the user/visitor? I hope that makes sense! Many thanks

Author loopus

Hello, Yes, you can create such dynamic prices by using the "Price calculation" option on the target items, and freely configure the wanted conditions. You can also use the item option "Don't add price to total" on the wanted items .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from blanke

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer blanke

hi, if there any way to add the price at the email in one step but that step not added? sample: step 1 (100$) and the second step with slider 100$ each. But we do not want to add the step 1 to step 2, but in the email sent should appear the step 1 price. Could you provide some advice? Thanks

Author loopus

Hello, You can use the item options "Don't add to total" and "Show in summary" to choose which prices must be added to the total prices, and which articles should appear in the summary sent by email .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dimitrisbj

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer dimitrisbj

Hello, I have a problem at the last step. When the pay button pressed nothing happens. I have configured the PayPal options.

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from coupomated

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer coupomated

Hello, Firstly, great job on the plugin, it works as expected. One issue however is that, ALL the assets are loaded in ALL the pages , regardless of which page the builder is used. This is makes all other pages very very slow, is there anyway I can load assets ONLY on required page. Thanks

Author loopus

Hello, Thank you ! You simply need to disable the form option "Ajax navigation support" to load the JS & CSS files of he plugin only in the page that contain a form. This option forces them to be loaded in all pages (useful when the form isn't detected due to the used page builder) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ezzeldean

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer ezzeldean

Hello, Can I add multiple prices based on selection for the single item? For example, I provide Mobile Apps services, But I add different price based on item selected. If Mobile Apps then select Android will calculate $1000 and if select IOS will calculate $1500. And next step when select design, If select Static will calculate additional $120 and if select Dynamic will calculate an additional $200. Another example: Can I do it?

Author loopus

Hello, Yes, you can create an hidden & preselected checkbox after the mentioned items, and use its "Price calculation" option to calculate the final price, based on the selected items in the step .

Customer ezzeldean

Tutorial, please.

Author loopus

Here is a tutorial that shows how to use the price calculation option : https://www.youtube.com/watch?v=xH8frpa7wL0 . It also shows how to create the hidden & preselected checkbox to apply the calculation automatically.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from khrisdaniels

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer khrisdaniels

Hi, I have been trying to achieve this on my project cost estimator but I still can't get it to work. The flowchart is this: Step 1: The user has to select the type of project(Extension, Conversion, etc) to estimate. Step 2: If the user has selected the project type, Extension for example, he then have to fill two Number Fields (Length * Width) to get an AREA. Step 3.a: If the AREA is 50sqm, then proceed to a step that have a button that redirects the user to the contact page. But in my current form, everytime I select a project type, it goes directly to the last step. I'm still not sure what I am doing wrong, that's why I badly need your help. Hope to hear from you really soon. Thank you.

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from coupomated

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupport
CodeCanyon source
Customer coupomated

Hi, Request for your kind help. We've an item (website content writing) for which there are three add-ons (Facebook post + Twitter Post + LinkedIn post) . Item is available with 1 quantity of each add-ons, if they want more than one add-ons, they will have to pay $75 per additional quantity. i.e. We provide website content writing + 1 facebook post + 1 twitter post + 1 linked in post @ $499. Now, if they want 5 facebook post, we want to charge them $499 + ($75*4)+0+0 Please help us with conditional pricing formula. Many thanks.

Author loopus

Hello, Here is the price calculation to use on the Facebook item to do that : 0 if([item-X_quantity]>1){ 75 / [item-X_quantity] } Where "X" is the ID of the current item .

Customer coupomated

Thanks for your answer. I've done as per the formula shared above. https://prnt.sc/rpuhe1 However, it works fine for faebook post 2 qty, with 3 qty, price doesn't change. It remains $499 + $75+0+0 (even for 3,4,5-10 qty) Is there anything to do with quantity selection using slider is the type?

Author loopus

Ah yes, you simply need to use this calculation : 0 if([item-X_quantity]>1){ 75 }

Customer coupomated

Hi, Now in this case, the issue is, when I select 2 facebook, it adds $150, instead of $75. As mentioned, 1 quantity is provided free out of the box, it should add $75 for 2 onwards each selection.

Author loopus

Ah yes, sorry. Here is the code to use : 0 if([item-X_quantity]>1){ (([item-X_quantity]-1)*75)/ [item-X_quantity] }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bekk1n

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer bekk1n

Hello, it's been a while since I used this plugin. I'm wondering if this can capture the users billing details, send to stripe but the customer isn't charged until a certain point? for example, we're thinking about using for a cleaning service. but we don't want to charge the customer until after the service is provided. Any help would be appreciated.

Author loopus

Hello, No, sorry, there is no specific option to do that currently. If you need a freelance to develop such customizations to your version of the plugin, I can recommend this team : https://wpdeft.com/ . They are used to work with this plugin and should be available for such custom work .

Customer bekk1n

Hello, Thank you for the reply. I understand. I will have a look at them. I had one other question, using athe booking calendar within the plugin, is there an option so another customer cannot book the same time? So if a customer were to book a time from 1pm-3pm on a specific date, then this option would be blanked out for all customers.

Author loopus

Yes, to do that, you need to open the item panel of the datepicker and : Assign it an existing calendar from the "Calendar" option Activate the option "Register a new event ?" Activate the option "Set date as busy ?" Configure the wanted duration in the option "Event duration" When a customer will select a date and submit the form, this date will be disabled in the datepicker for the next customers.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from flashvenom

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer flashvenom

Im trying to display the total price in range, For example if the total price is 100 I want to display "Price between 90 & 110" in the email, any help much appreciated

Author loopus

Hello, To do that, you simply need to enable the option "Show a price range as result" in the "Payment" settings tab of the form, then configure the wanted range (it can be fixed or percentage) .

Customer flashvenom

Im trying to do the same as thing as user "chosentouches" can I not just edit the [project_content] to only include the price range then just use that tag? if so where can I edit the project content email results

Author loopus

Hello, I just replied to your email.

Customer flashvenom

OK ill try the solution given to "chosentouches" but where do i add the hidden fields in the plugin files? Would it not be easier to just remove some items from the [project_content] shortcode and use that?

Author loopus

If you use hidden & preselected checkbox, they must be placed in the last step of the form (when the total is defined). Yes, you can also choose to hide the items from the summary by disabling their option "Show in summary" .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from fmcintosh

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
CodeCanyon source
Customer fmcintosh

Hello, I had had problems with installing the plugin onto wordpress. It either times me out or gives me a file too large error. Is this something I need to do with your program or is this a wordpress issue? Thanks!

Author loopus

Hello, For support requests, please contact me from the support page by using your buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from simon_saavedra

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer simon_saavedra

Hi there! I have a problem with the plugin, because when I want to export all the forms and make a backup of my progress, the zip I download has 0 bytes, is this normal or is there a problem about it? I look forward to your responses, Greetings!

Author loopus

Hello, Please can you contact me from the support page by using the account that has support rights ? I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Mystedge

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer Mystedge

Hello, Can I save the answer of the user at every step to have the answer even if he leaves before the end and the submission ? Thank you in advance,

Author loopus

Hello, No, sorry, it is currently possible to send automatically the answers when the final step is called, but not at every step .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from matteopedrinelli

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportWooCommercePayments
CodeCanyon source
Customer matteopedrinelli

Hi, I bought the plugin and it is fantastic but I can't correct an error. My form generates prices based on size and quantity (I produce stickers) but when I add the product to the cart the size is not displayed and the quantity is fixed at 1 which is that of woocommerce and not that of E&P. How can I solve it? In practice it is possible to add the input fields also in the cart?

Author loopus

Hello, Thank you very much :) Please can you contact me from the support page of the plugin, sending me the url of the form ? I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support Currently only existing woo products can be added to the woo cart. The other information are sent by email top the admin, with the same reference than the one added as woo product attribute in the woo cart .

Customer matteopedrinelli

Send it

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from KSpence

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer KSpence

Hi there, I am looklng to purchase but first want to check that the calculations are able to do something like this: =3*10^-7*[INPUT FIELD] + 2*10^-4 ... Is this possible?

Author loopus

Hello, Yes, it can be done by using the price calculation option ( https://www.youtube.com/watch?v=xH8frpa7wL0 ) . You can use any JS function in the calculations.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tbistone

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer tbistone

Can i import forms through FTP ? I can't use the tool as i dont have access to the server to enable php extensions. Thanks.

Author loopus

Hello, The forms are stored in the database, not in a file. You can directly export the plugin mySQL tables from phpMyAdmin (the ones that start by "wpefc_") then import them in the new database.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from camilo89er

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer camilo89er

My next step button doesn't work. I only have one step......

Author loopus

Hello, Please can you contact me from the support page, sending me an export of the form ? I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mgeorgiou

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer mgeorgiou

Is it possible to integrate this with hubspot so the calculator fill up users will be stored in hubspot contacts. Also can you let me know where the contact data goes or gets stored?

Author loopus

Hello, There is no direct option to do that, but you can choose to send the form values to Zapier at end of the form, it can be used to transfer the data to a CRM .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from camilo89er

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer camilo89er

Can I use the forms customer management to create a "my account" page for members using only this plugin?

Author loopus

Hello, Yes, you can activate the option "Enable frontend customer account management" in the "Global settings" panel of the plugin to define a specific page as customer management page. They will be able to edit their information and view their orders from here.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dimarso

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer dimarso

I implemented this plugin for this client Cuco Reformas Valencia and it works great. Thanks;-)

Author loopus

Thank you :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from yassinejouadi_yj

5 direct author replies in this public CodeCanyon conversation.

12 messages5 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer yassinejouadi_yj

I can't send files with the form, is there a solution ?

Author loopus

Hello, Please can you indicate me the url of the form and the exact problem ? I will check it .

Customer yassinejouadi_yj

Thank you I found the solution, the option "Hide final step" was active

Customer yassinejouadi_yj

Hi, I can't see the checkbox for terms & conditions, is there a solution to show it up?

Author loopus

Please can you indicate me the url of the problematic form ? I will debug it .

Customer yassinejouadi_yj

http://a4a.f93.myftpupload.com/?lfb_action=preview&form=10

Customer yassinejouadi_yj

is that you want?

Author loopus

Thank you, but only admins can access to the form preview page. Please can you paste the form shortcode in a new page and indicate me its url ?

Customer yassinejouadi_yj

http://a4a.f93.myftpupload.com/custom-invoices/

Author loopus

Thank you. Here is the error message visible in the browser console : Access to image at 'http://secureservercdn.net/198.71.233.67/a4a.f93.myftpupload.com/wp-content/plugins/WP_Estimation_Form/assets/img/switch/mask.png' from origin 'http://a4a.f93.myftpupload.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. The problem sounds to come from the used url (different than the loaded files that use "secureservercdn.net" ). The checkbox is correctly visible if you use this url : http://secureservercdn.net/198.71.233.67/a4a.f93.myftpupload.com/custom-invoices/

Customer yassinejouadi_yj

thanks Is there any solution to add tax in the summary?

Author loopus

Yes, you can create a hidden & preselected checkbox "VAT" in the last step, set its "Operator" option to "X" then fill the wanted percentage (ex: 20) in its "Percentage" option. You can leave its option "Show in summary" enabled to show it at end of the final summary, before the total row .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from yassinejouadi_yj

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer yassinejouadi_yj

Hi, I can’t see the checkbox for terms & conditions, is there a solution to show it up?

Author loopus

Hello, I just replied to the same message on the first post, please can you reply from it ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from MurariuAndrei

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer MurariuAndrei

How can I enter this calculation because it does not accept me if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <0.00 ){ 8.9 } if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <2.01 ){ 8.91 } if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <5.01 ){ 11.61 } if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <10.01 ){ 14.88 } if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <30.01 ){ 20.68 } if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <50.01 ){ 25.30 } if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <70.01 ){ 31.5 } if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <100.01 ){ 40.5 } if( ([item-530_value] < ([item-531_value]*[item-532_value]*[item-533_value])/5000) && [item-530_value] <120.01) ){ 78.2 }

Author loopus

Hello, For support requests, please contact me from the support page by using your buyer account: https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PiotrSGT

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer PiotrSGT

Hi How can I create my own form that will send an email in the last step, without using this built-in. Or how to add another (form with send email) one if the client follows a different path. I can't see the send email button. I know that there is a built-in Email function but I need another version of the form. Regards Peter

Author loopus

Hello, The email content id defined by the admin for each form and is sent when the form is submitted. Feel free to contact me from the support page, sending me an export of your form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mgeorgiou

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadPDF and email
CodeCanyon source
Customer mgeorgiou

Hey, Can we get a text message alert with name, number, email etc when someone uses the calculator and hits submit?

Author loopus

Hello, Yes, you simply need to fill your email address in the "Admin email" option (in the "Email" settings tab of the form) to receive the submitted orders by email.

Customer mgeorgiou

No no I mean text message on mobile with phone number or slack alert maybe.

Author loopus

Ah no, sorry, there is no such option currently. Thank you for the suggestion.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from MurariuAndrei

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationLicensing
CodeCanyon source
Customer MurariuAndrei

height * width * length / 5000 and the result is kg volumetric. So when the volumetric weight is greater than the real weight select on something volumetric. And when the normal weight is greater than the volumetric one, something normal remains. If this can be done I will now buy my license of course to help me get support

Author loopus

Please can you use the "Reply" button for new messages ? Yes, you can make such calculations by using the mentioned custom calculation tool. It allows you to freely create conditions and can be used to define the quantity or the price of the wanted item in the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from MurariuAndrei

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer MurariuAndrei

is this calculator good for calculating volumetric weight?

Author loopus

Hello, Yes, it can be done by using the custom calculation tool : https://www.youtube.com/watch?v=xH8frpa7wL0 .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from MHSorensen

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer MHSorensen

Hey I have made a price calculater using 2 sliders and it works alright atm. The problem is that I need one slider to be 0.1 - 0.5 with intervals of 0.1, but it only lets me go as low as 1 for the interval. I have already tried adding the 0.1 interval by writing in custom JS as suggested in other comments: jQuery(document).ready(function(){ jQuery('[data-title="My slider title"]').slider('option','step',0.1) }); The problem is that this only fixes the interval and not the minimum nor the maximum value of the slider, any way to fix that too?

Author loopus

Hello, Here is the JS code to use to do that : jQuery(window).on('load',function(){ jQuery('[data-title="My Slider title"]').slider('option','step',0.1); jQuery('[data-title="My Slider title"]').slider('option','max',0.5); jQuery('[data-title="My Slider title"]').slider('option','min',0.1); jQuery('[data-title="My Slider title"]').slider('value',0.1); }); Is it ok ?

Customer MHSorensen

Hello, It worked for the slider, but it presented a new problem. Now my price calculations are nto working because they dont know that the JS is changing the numbers to 0.1-0.5. I was using this calculation when the numbers were 1-5 if([item-245_quantity] ==1) { [price] = 0.23021/[item-245_quantity]*[item-244_quantity] } I also tried changing it to 0.1 instead of 1 after i inserted the JS, but then the calculations stopped working completely.

Author loopus

Where is applied this calculation ? On a checkbox item placed after the slider ? Feel free to contact me from the support page, sending me the url of the form, I will check it .

Customer MHSorensen

It is applied on the slider itself - I will send you a link right away.

Author loopus

Thank you, I replied to your email.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PiotrSGT

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer PiotrSGT

Hello I can't set another color for the check mark, for the selection and another for the unselected. Originally, the check mark is gray and the check is red. How can I set these colors on my own? When I try to change this color to my own color - then the two colors are the same. How do I solve this? [span.palette-clouds..icon_sel...] Regards Peter

Customer PiotrSGT

I have next q Why is the graphics that are checked (selected) grey by default? It should be the other way around. How can I change it?

Author loopus

Hello, 1. The check mark uses the "Main color" defined in the "Design" settings tab of the form. You can also paste this rule in the "Custom CSS" option of the form to change only the color of this element : #estimation_popup .icon_select.fui-check{ color: #3498db !important; } 2. You simply need to activate the option "Inverse gray effect" in the "Design" settings tab of the form to do that .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from binarybiscuit

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer binarybiscuit

Is the plugin compatible with Woocommerce 4+ ?

Author loopus

Hello, Yes it is. I updated the plugin page, thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mento82

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomizationPayments
CodeCanyon source
Customer mento82

Hello great plugin really. I just wonder if you can make it possible to have also "Direct bank transfer" as a payment option? Thanks.

Author loopus

Hello, Thank you ! You can use the option "Don't use payment if selected" on a button "Direct bank transfer" placed before the last step to disable the online payment, and use the option "Show depending on conditions" on a rich text item to show the account information in a custom text if this button is selected .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Koudasfalt

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer Koudasfalt

Hi, I disabled the animations, however when I'm on the final step and click the button it adds the products to cart and redirects to cart page, it will shows a full color overlay with a loading icon and after a few seconds it redirects. How can I disable this loading thing and just get an instant redirect to cart?

Customer Koudasfalt

Another question: when I submit the form twice the products get duplicated in the users cart. Is it possible to just change or add the new quantity if the product is already in cart? (I don't want to empty the whole cart, since users can use multiple forms to add other products)

Author loopus

Hello, 1. You can paste this css rule in the "Custom CSS" option of the form to hide the final loader : #lfb_loader {display: none !important;} You can also set "0" in the "Delay before the redirection" option of the form ("Last step" settings tab). The remaining delay is the time taken by the server to answer to the final ajax call. 2. No, sorry, it can't be done. The wooproduct is added to the woo cart with the price and title defined in the form, and has the order reference as attribute, so it isn't exactly the same product than the existing one in the cart .

Customer Koudasfalt

1. Would it be possible to implement a feature to just use static redirect without any ajax calls? Ajax quite slow, I am developing on a local environment and it still needs like 1-2 sec to redirect.

Author loopus

The ajax call normally takes less time than a normal page load (there is no js or css file loaded). You can freely define conditional redirections to any url from the "Last step" settings tab of the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from brightqontent

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesPDF and email
CodeCanyon source
Customer brightqontent

Hi, I was wondering if you can attach the attach files in the mail to yourself instead of a wordpress link.

Author loopus

Hello, No, only the order as pdf file can be sent as attachment currently. The other files can be added as links in the email content .

Customer brightqontent

Hi, is it otherwise possible to save it somewhere in the wordpress media libary?

Customer brightqontent

Hi is it otherwise possible to save it to the media libary from wordpress?

Author loopus

Yes, you can upload the file from the WP media library, then use its URL as link in the content of the email .

Customer brightqontent

Is it not possible to get it directly in that folder?

Author loopus

The files uploaded in the form are available from links in the order sent to the admin . The way to send additional files to the customer is to upload the files on the server (by ftp or from the WP media library) and create links to these files URL in the email content.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Jazeon

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer Jazeon

Hey sent you a message regarding another issue that I experience from the form by creating a simple contact form inside a row with paddings. Wish you could respond to it soon. Thank you!

Author loopus

Hello, Well received, I replied.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kieranof

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportWooCommercePayments
CodeCanyon source
Customer kieranof

Hi, is there any way to pull imputed data from the form inside woocommerce checkout? So for example I want to add an extra field at the checkout and have as a default option some of the field input from the form. I added the shortcode but it is not taking it.

Author loopus

Hello, No, only existing woo products can be added to the woo cart. The other informations are sent to the admin, with the same reference than the one added as woo product attribute in the woo cart .

Customer kieranof

Thank you! Regarding Distance - I am trying to simulate a distance calculator - I am making this calculation here -> http://prntscr.com/rhyr4a and I am getting this crazy amount here -> http://prntscr.com/rhyrk9 Thank You!

Author loopus

The result of the price calculation option defines the unit cost of the item where it is applied. This unit cost is automatically multiplied by the quantity of the item. If it is the problem, you need to divide the result by the item quantity to fix it : [price] = 0; if([item-258_quantity]>10){ [price] = (([item-258_quantity]-10)*2 ) / [item-258_quantity] }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from simano

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer simano

Buongiorno Staff, si può usare il modulo di calcolo nella pagina dei prodotti ? "Esempio: nalla pagina del prodotto di un occhiale, sotto la descrizione breve voglio aggiungere il vostro modulo di calcolo per far scegliere all'utente il tipo di custodia e un laccetto porta occhiali facendo aggiungere il prezzo per ogni scelta e aggiornare il prezzo totale del prodotto, e infine cliccare su aggiungi e mettere tutto nel carrello" in attesa di una vostra gentile risposta Cordiali Saluti

Author loopus

Hello, No, sorry, it can't be used directly on a woo product page like that. I note the suggestion, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kieranof

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesBuyer threadSupportCustomizationWooCommerce
CodeCanyon source
Customer kieranof

Hi I would like to remove Form Ref from the item invoice and each item order but I would still want to keep it on the top of the invoice or email. Is there a solution for that? Thank you!

Author loopus

Hello, You simply need to remove the [ref] shortcode from the email or pdf content to remove it. But if it concerns a woopoduct added to the woo cart, the order reference is automatically defined as product attribute, there is no option to remove it (it is required to find the E&P order that corresponds to the woo order) .

Customer kieranof

I just want to hide it from the customer invoice not remove it altogether - I can do that on the site thourgh CSS but not on the email template

Author loopus

You simply need to remove the [ref] shortcode from the customer email content to remove it from the order content. received by the customer.

Customer kieranof

I mean the woocommerce invoice -> http://prntscr.com/rfemnh Another issue that I have with the PDF format is this from here - > http://prntscr.com/rfen2y Should not the header be with the rest? in the same time if I have a long description on any of the product the page is cut of - i need to make a second hidden element so I have it displayed in the descrioption

Author loopus

1. Ah no, as mentioned, the reference added to the wooproducts can't be removed from an option (it is required to allow the admin to find the corresponding E&P order, it can contains some additional information) . But it can be removed by deleting this line in the function customDataToWooOrder() of the php file /includes/lfb-core.php (~ line 4120) : $return_string .= " " . __('Form ref', 'lfb') . ' : ' . $values['lfbRef'] . " "; 2. Please can you contact me from the support page, sending me an export of the form ? I will check it .

Customer kieranof

Thank you! I just sent you an email from my developer email. Thank you!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Vasmarketeam

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer Vasmarketeam

Hello, I'm having trouble exporting the forms to another website. Is there anything that might be causing conflicts?

Author loopus

Hello, Please can you contact me from the support page, to send me the file you try to import ? I will check it . https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Vasmarketeam

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer Vasmarketeam

Hello, Can I add an image in the final PDF sent to the customer? ex, if I wanted an image or a layered image to show in the final email which I'm setting as a proposal. Thanks

Author loopus

Hello, Yes, you can add static images in the pdf file content directly from the pdf editor. I also just added a new feature that allows to show the image of any selected image item (but not layered images) of the form in the email & pdf content. It will be a part of the next update, but feel free to contact me from the support page if you want it immediately.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Dgtacq

1 direct author reply in this public CodeCanyon conversation.

4 messages1 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer Dgtacq

Why are my e-mails all crazy? Something seems to change the css/html. This makes the e-mails look all wrong. How do people make nicely styled e-mails? When i style an e-mail in html, the output is not the same.

Customer Dgtacq

I love the plugin, i just can't figure out the emails.

Customer Dgtacq

I'm getting things like this in the project overview (email to admin) for example: Hoge k ast Onderkast Carrou selkast Vrij hangende onderkast

Author loopus

Hello, This problem of empty spaces in the html tags of the sent email generally comes from the configuration of the server itself. Did you try to configure a SMTP email account from the global settings panel of the plugin ? It should avoid this problem by sending the emails directly from the configured address .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from LittleDesigneruk

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer LittleDesigneruk

Hi, I am adding a graphic title to an email and PDF, once the email comes through the graphic is so zoomed it looks wrong and goes off the page. Is there an aspect radio I can add as I really want the emails and PDF to look branded. Thanks

Author loopus

Hello, You need to upload the image with its real wanted final size in the email and pdf content, it should avoid this problem. Is it ok ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kieranof

6 direct author replies in this public CodeCanyon conversation.

13 messages6 author repliesBuyer threadCustomizationWooCommercePDF and email
CodeCanyon source
Customer kieranof

Is there a way to disable the password or to pull this data dynamically? http://prntscr.com/rdrnmx

Author loopus

Please can you use the "Reply" button or simply reply to my emails for new questions ? Thank you. No, the customers orders can't be displayed without be logged as customer. If you need a freelance to develop such customization to your forms, I can recommend this team : https://wpdeft.com/ They are used to work with this plugin and are available for such custom work .

Customer kieranof

Yes - but I am logged in already as an woocommerce customer and if I enable : Enable frontend customer account management option it is still asking me for a password. Is that not integrated with Woocommerce?

Author loopus

No, the plugin has its own customers management system. You can simply disable it and use the Woocommerce customer system if your form uses Woocommerce.

Customer kieranof

yes - I have that done but I would like to display not only the woocommerce orders but the form submissions as well on the myaccount page - kind of like saved orders if that makes sense

Author loopus

Ah ok. There is no such option currently, I am not sure it would be doable. Thank you for the suggestion, I note it .

Customer kieranof

I see thank you very much. Another one - If I add an email field on different step will the email be sent to that email or email for the summary notification should be only in the final step?

Author loopus

Yes, it will use it as customer email if you set its "Type of information" option to "Email" and enable its option "Is required". Once done, you can delete the email field of the last step.

Customer kieranof

That's super - Thank you very much!

Customer kieranof

Hi again - does the required filed doesn't have any error messaged that we can display if a field wasn't completed?

Author loopus

The text color of the field and of its label are displayed in red when the field is required but empty .

Customer kieranof

I noticed that but I would like to add a text like - Please fill in this field to continue. Is there an option or can I add some jquerry to do that?

Author loopus

You can create a rich text item to show your custom error message, and use its option "Show depending on conditions" to show it only if the target fields are empty .