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 42 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 Quickpost

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadWooCommercePayments
CodeCanyon source
Customer Quickpost

Are this plugin form can pay via woocommerce payment getaway like credit card bank transfer ? thank

Customer Quickpost

or pay via credit card separate from woocommerce. Thanks

Author loopus

Hello, Yes, if you use the option "Add to woo cart", all the selected wooproducts (assigned to items) in your forms will be added to the cart at end of the form, then the user can finish the order by using the classical woocommerce checkout, with the installed payment gateways. Without using woocommerce, you can configure a payment (Stripe or Paypal) directly at end of the form . If needed, you can also use the option "Use payment only if selected" on any item of your form , so the payment will be displayed only if this item has been selected by the user .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from gmcardle

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer gmcardle

Can you add custom icons in addition to the icons available within the plugin?

Author loopus

Hello, You can freely use any image or svg file in the image items of your forms. If you need some free flat icons, I recommend you this website : https://www.iconsdb.com/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from csimack

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer csimack

Hi, so your plugin is great but there seems to be an issue when going to the page with the plugin for the first time from a different page. LIke I have linked the form page in another page and every time I click the link and it takes me to the page where the form is, I see the form and everything but when I click on the icons nothing happens. Everything works fine when I refresh the page though and this only happens in chrome. Can you please tell me how to fix this.

Author loopus

Hello, Did you try to enable the option "Ajax navigation support" in the "General" settings tab ? If the problem persists, please 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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from formulacreations

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesCustomization
CodeCanyon source
Customer formulacreations

Hello, I am seriously considering purchasing your plugin - it looks great. I have one question, is it possible to generate a price based on the amount of words or characters entered into a text field (for clarity, the price changes as the user types). Thanks.

Author loopus

Hello, To do that, create a textarea item "The text" and create an hidden numberfield "Price", enabling its option "Use value as quantity" and filling the wanted price per word in its "Price" option. Then paste this code in the "Custom JS" option of your form : jQuery(document).ready(function(){ jQuery('[data-title="The text"]').keyup(function(){ jQuery('[data-title="Price"]').val(jQuery(this).val().split(' ').length); wpe_updatePrice(jQuery(this).closest('#estimation_popup').attr('data-form')); }); }); To count the number of characters (without the spaces), simply replace the 3rd line by this one: jQuery('[data-title="Price"]').val(jQuery(this).val().trim().length); It should do the job.

Customer formulacreations

That sounds excellent, thank you so much for your speedy response and I will definitely be purchasing very shortly. Thanks again.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jeffreyzhang

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportWooCommercePayments
CodeCanyon source
Customer jeffreyzhang

Hello, it seems a great plugin, but I am not sure if it will meet I needs, I want to use the form with woocommerce product price and embed to each product page, when users choose some option, caculate the amount and then add to cart and check it out, is it possible? thank you so much!

Author loopus

Hello, No, sorry. You can assign wooproducts to the items of your form and choose to add them to the woo cart at end of the form ( ex: http://www.wordpress-estimation-payment-forms.com/shop/ ) . But it can't change the price of a woo product before adding it to the cart. If you can't use this plugin to fit your needs, feel free to uninstall it then contact me from the support page, I will propose you a refund .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ak_999

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer ak_999

Form stopped send emails after last updates. How to fix it?

Author loopus

Hello, Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Sim2K

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadBooking
CodeCanyon source
Customer Sim2K

Do you have any examples of how this booking system works? Any videos or documentation? How many independent booking calendars can I have? Can I block out holidays or set a limit of bookings per day?

Author loopus

Hello, No, sorry, there is no specific demo for this feature currently. You can see some screenshots of the calendars backend by clicking the button "Screenshots" on the plugin page. You can create and manage as many calendars as you want. You can assign a specific calendar to a datepicker of your form. The unavailable dates will be automatically disabled on the datepicker, and you can choose to register a new calendar event to the selected date when the order is sent (you can also define automatic mail reminders for new events registered). You can freely define holidays and other unavailable days or date ranges from the backend. You can also define the available hours of the day and days of the week . But there is no option to set a specific limit of bookings per day, sorry .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mrcb

5 direct author replies in this public CodeCanyon conversation.

10 messages5 author repliesBuyer threadCustomization
CodeCanyon source
Customer mrcb

Hello. Do you think that something like this https://www.mdcalc.com/cha2ds2-vasc-score-atrial-fibrillation-stroke-risk can be done with plugin?

Author loopus

Hello, Yes, you can create a similar process with this plugin. For the dynamic informations panels, you can create rich text items and use their option "Show depending on conditions" to show the good one depending on the selection done.

Customer mrcb

Awesome. How can I show every question on one page?

Author loopus

You can create a single step form simply by creating the items directly in the "Last step" settings tab of the form.

Customer mrcb

Thank you again. One last question: I don't want to use a dropdown menu, instead I want to stick with the button or images. How can I make sure the visitor can select only one?

Author loopus

Simply by giving the same "group" name to your buttons/images. Only one item of each group can be selected at same time .

Customer mrcb

Is there a simpler way to have the check boxes field show the checkbox on the side of the text? Its showing bellow. For example: I have a few checkboxes fields in this step. They show like this: Title1 Checkbox1 Title 2 Checkbox2 Title 3 Checkbox3 I would like for it to show: Title1-Checbox1 Title2-Checkbox2 Title3-Checkbox3 I've tried with css but I can't make it work properly

Author loopus

It can be done by enabling the option "Show labels inline" in the "Design" settings tab. You can also set the item option "Layout" to "column" on the items to show them on the same row.

Customer mrcb

I have a panel with 9 items. They show only each one based on the total price. But somehow it is adding a massive min-height dimension to it. https://imgur.com/a/ov9Up I tried to counter it by adding a max height but had no luck.

Author loopus

Please can you try this css rule ? #estimation_popup #mainPanel {min-height :200px !important;}

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Arbuzov

0 direct author replies in this public CodeCanyon conversation.

1 messages0 author replies
CodeCanyon source
Customer Arbuzov

Great plugin.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from xabcd

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CodeCanyon source
Customer xabcd

For some reason I try making an item selection an "image" and upload the image and post it, yet I get a square but not actually an image. Not sure if you know why? https://www.screencast.com/t/sIspeeOZd6F

Author loopus

Hello, You simply need to disable the option "Tint image" on these items (it is used for images with transparent background only) .

Customer xabcd

You're my hero! :) Thanks!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from semiombra

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesCustomization
CodeCanyon source
Customer semiombra

hi there, I'm using your plug in, pre-packed in the X-theme. I noted that it is just the free version. The premium has some interesting benefits so I'm considering to purchase it. I'd like to know if with your plugin is possible to make an estimation cost (with your lay-out and details) like this: https://www.avvocatoandreani.it/servizi/calcolo_danno_biologico.php thanks

Author loopus

Hello, Yes, you can create such calculations by using the custom calculation option : https://www.youtube.com/watch?v=xH8frpa7wL0 For example, you can create hidden and preselected checkbox that apply different calculations based on the values filled by the user and show them in the final summary .

Customer semiombra

thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PhilipHiggins

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer PhilipHiggins

Hello, I would like to use this with WooCommerce plugins and I would like to confirm if this will work before purchasing the others. 1. Can this plugin allow one form to add multiple WooCommerce products to one order? For example: both a subscription product and a virtual, physical or bookable product?

Author loopus

Hello, Yes it is possible. Simply assign the wanted woo products to the items of your form then enable the form option "Save to woo cart" to do that . You can also choose to redirect the user to the cart page at end of the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from charbel_haddad90

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportCustomizationWooCommerce
CodeCanyon source
Customer charbel_haddad90

Hello support Team, nice plugin i wondering if : 1)if i have 3 services and under every services 3 options to let user choose and select. for example : "services" : Dubai , Kwait, Lebanon / under every on of them i have " Arrived " / departures . / under one of them i have 3 option " standar package " / silver package / VIP package. for sure price it will be different between packages, and between arrived / departures and between countries. i hope it its clear? 2) your form compatible with woocomerce that in final stage for payment it will add to the cart as product ->cart->checkout page ? awaiting your advise

Author loopus

Hello, 1. Yes, you can create a such form by using this plugin. 2. If you use the option "Add to woo cart", you need to assign wooproducts to the items of your forms. In this case, the selected wooproducts will be added to the woo cart at end of the form (with their real price defined from woocommerce : the plugin can add woo products to the cart, but it can't change their prices or create new products). Ex: http://www.wordpress-estimation-payment-forms.com/shop/ . If you need to make custom calculations and distance calculations you can't use the "Add to woo cart" option, but you can add a payment directly at end of the form (Stripe or Paypal) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ENBertussi

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer ENBertussi

I'm curious if this can be used to calculate a product quantity to add to cart? IE: # of x * # of y = quantity to add to cart of product z?

Author loopus

Hello, Yes, you can use the option "Define quantity by calculation" on the wanted item to do that .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ki-themes

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBooking
CodeCanyon source
Customer ki-themes

Is the price calculator and booking system working together? ( integrated )

Author loopus

Hello, Yes they are .

Customer ki-themes

Is recurring booking supported?

Author loopus

No, there is no option to do that currently, sorry .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from xabcd

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer thread
CodeCanyon source
Customer xabcd

Is it possible to hide the dollar amount in the summary form at the end for a particular item? I know you can hide it from the "total" but I just don't want an amount or a $0 to show. Thanks

Author loopus

Please can you use the "Reply" buttons for new messages ? You can hide all the prices from the summary by enabling the option "Hide all prices" in the "Summary" settings tab of your form.

Customer xabcd

What if i only want to hide certain items?

Author loopus

You can hide any item from the summary by disabling its option "Show in summary".

Customer xabcd

Yes, saw that... but can I disable the price for just that one item in the summary but still have the item name listed in the summary?

Author loopus

Ah no, there is no this specific option currently, sorry .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ARTEFACTOCO

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer ARTEFACTOCO

Hi presale question... this plugin fits perfect for a brief design format... I wonder if it is possible NOT to show the price calculation... just show the questions and collect the answers. Thanks.

Author loopus

Hello, Yes, you can choose to hide all prices from the form. You can also hide the main progress bar or use it to show the current step (ex: 1/4) instead of the total price .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from andychannelle

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer andychannelle

I've noticed that the icon images I've added don't appear when using Jetpack's Lazy Loading feature. I've switch it off for now, so no panic, but thought it was worth letting you know.

Author loopus

Hello, Thank you for reporting this conflict. I fixed it and will add the correction to the next automatic update. Feel free to contact from the support page if you want it immediately : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bharatgowda

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportWooCommercePayments
CodeCanyon source
Customer bharatgowda

Details for van booking Driver time charge per hour £20 for large and £15 for small or medium sized van. Customer toggle between small/medium or large van Driver help to load Van £25 (optional customer to toggle help or no help) Distance between pickup and drop off postcodes charged at £0.50 per mile Fuel surcharge fixed £5 applies for 30 miles or more bookings only. Minimum booking 2 hours Full fee payment through PayPal or Non refundable Deposit of £15 to pay through PayPal and rest in cash on completion of job to confirm booking which automatically makes that time slot unavailable. Allow one hour drive time between same day jobs to avoid job clashes Pallet pickup and drop off Flat rate £30 plus £0.80 per mile Free driver time for 4hrs then £20 per hour thereafter. Question : What are the possibilities from the above?

Author loopus

Hello, You can do all the mentioned process by using this plugin, except this point : "Allow one hour drive time between same day jobs to avoid job clashes". There is no option to do that currently, sorry. The registered events will make the corresponding hours disabled, but there is no option to add 1 hour between each event .

Customer bharatgowda

Ok, Does all those options except driver time can be done on woo commerce product?

Author loopus

No, it can be done natively, but if you use the option "Add wooproducts to the cart", only items with a woo product assigned can have prices in the form (their real price defined from woocommerce). Currently the plugin can add wooproducts to cart, but it can't create new products or modify the price of a product before adding it to the woo cart .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from skdz

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer skdz

Hello! I wanted to thank you for your product as it is very useful. One question I have is whether there is a feature (or a featured that is planned) that allows the saving of form components for use in different forms. ie. Dropdowns with already set parameters that can be used between forms. Does this feature exist and if so how do I access it? Again, thanks!

Author loopus

Hello, Thank you ! No, sorry, this feature isn't planned for now, but I note the suggestion, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from p3ntagon

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer p3ntagon

Hello, i am facing 2 problems with the "time" function (please see screenshot): 1) It seems that i can only choose time of current day?! For example: it is 22:00 at my place now and if i want to choose the time then i can only use time from 22:00 to 00:00 - even if i have chosen a date in the future. Is this a bug or how can i set the time to be chosen from anything between 00:00 to 00:00? 2) The option to choose the time is messed up in any browser. Is this a problem on my site or is this a problem of the time-function? thanks for taking a look at the screenshot here: https://imgur.com/a/mhLKR regards

Author loopus

Hello, Please can you contact me from the support page sending me the url of the form ? I will check it .

Customer p3ntagon

E-Mail sent. Thanks for taking a look at it.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Honkytonky

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer Honkytonky

Dear Charly, a while ago I asked you for a little help to make to limit the user to be able only to set a date in the future (in the date picker). You send me a code that works but unfortunately, if the formular loads, there is always being displayed the actual current date...so if the user does not change the initially loaded date picker he is still able to send the formular. Would it be possible for you to find a simple workaround? Its just that these many forms arriving are killing precious work time in our bakery as we can't accepts orders for the same day but still want to reply to the potential clients. Thanks a lot for possibly looking into this and greetings from Chile! Michael

Author loopus

Hello, You can use this code in the "Custom JS" option of your form to do that : jQuery(document).ready(function(){ setTimeout(function(){ var now = new Date(); now.setDate(now.getDate() + 4); jQuery('[data-title="My datepicker title"]').datetimepicker('setDate',now); jQuery('[data-title="My datepicker title"]').datetimepicker('minDate',now); },200); }); Simply replace "My datepicker title" by the exact title of the datepicker and "+4" by the number of days you want to add to the current date .

Customer Honkytonky

Charly, thanks a lot, works awesome as always. Really appreciate it, thanks for taking your time to respond! Have a great time, success and most important good sales! Greetings from Chile!

Author loopus

Thank you very much :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from karlster

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer karlster

Hi, We have an English Language school and we would like to create an online quotation page where prospective students will be able to choose course, choose duration of weeks. Our courses start on Monday’s only. After choosing type of English Course and duration of weeks, we also need an option to choose accommodation or not. There are also different types of accommodation, like hotels, our own residence and host families. And other options like half-board, full-board Internet etc.. Is it possible to create something like that, and the price updates LIVE, depending on what the user chooses? Similiar to this?.. https://bit.ly/1ND0Ckc Thanks Karl

Author loopus

Hello, Yes, you can create a such process by using this plugin (the design will not be the same) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from xabcd

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer xabcd

Hello, It seems all the text is in capital letters. How can I change that? thanks!

Author loopus

Hello, There is probably a css conflict, please can you contact me from the support page sending me the url of the form ? I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from i-Ry5

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer i-Ry5

Report a bug: When using the plugin with Arabic language (RTL), I write the currency in Arabic (درهم) it appears perfect on the last step, but if I used progress bar with the price instead of steps it would be shown back-forwards like if it's (AE) it will be (EA) Also the problem appears when using "Show total price at bottom" feature So the solution is to write the currency from the beginning as (EA) to appear like (AE) but here solved the problem of total price at bottom and price at progress bar and caused it at the final step would be shown flipped again.. That means now the problem from total price at bottom and price at progress bar should be fixed, the final step price works prefect I tried to clarify as possible

Author loopus

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

Customer i-Ry5

Please check your email now, I have sent you the problem with all possible details

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dwee93

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer dwee93

Hi do you offer customization services? I'm looking at something like this https://doctorringgit.my/en , if you do around how much will it costs? tqvm! :D

Author loopus

Hello, No, sorry, I am not currently available as freelance. If you need a specialized team for such customization service, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from sainath_786

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer sainath_786

Hi, form is not sending automated email after submission, I have sent the details through support mail, pls help

Author loopus

Hello, I correctly received your email and I replied .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from oscaroso10

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer oscaroso10

hey! I have a some problem with the plugin, sometimes doesn't works good, i mean when i want to save something, i see a green loading screen and it never stops loading. the other one its when i try upload image in anyone option. when i click on button "upload Image" doesn't work. can you help me? thanks.

Author loopus

Hello, There is probably a js conflict somewhere, please can you contact me from the support page sending me a temporary access to the backend ? 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 lorikmucolli

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer lorikmucolli

Hi there! I am trying to use the plugin with King Composer Editor but it is not working. The shortcode does not show the forms. Is there a way to fix this? Best Wishes!

Author loopus

Hello, Did you try to enable the option "Ajax navigation support" in the "General" settings tab of the form ? If the issue persists, please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from unavailable

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportLicensing
CodeCanyon source
Customer unavailable

Hi, Using with X theme and having an issue that my client is desperate to have sorted - but X are unable to assist and sent me here, so really hoping you can help. We have a form with four items in a row, each with an individual price. We have the price at the bottom auto-calculating. This works fine, but if you have multiple options selected, and then manually remove the number of items of just one of the fields using the backspace, it will reset the price to zero, even if the other options still have multiple quantities selected. The price will then stay at zero even if adding or removing additional items. Thanks!

Author loopus

Hello, Thank you for reporting, I fixed this possible issue in a recent update, it should be fixed when the plugin will be updated in your theme .

Customer unavailable

This is fantastic - thank you! I understand if not due to licensing - but would there be any way of getting a quick-fix? Got a client eager to be live before Monday! I'm on version 9.6.10 - happy to provide proof of purchase of X etc if that would help at all.

Author loopus

Sorry, but automatic updates are only available for the customers who bought a license of the plugin. If you had the plugin directly included in your theme, you need to wait for the plugin to be updated (v 9.620) in a future update of your theme.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vibhu000

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer vibhu000

Hey Team, I really like the frontend. However, I have some specific needs which I'd like to see whether those are possible with this plugin. Can I get access to the backend to try the plugin? Best Regards, Vaibhav

Author loopus

Hello, No, sorry, there is no live demo of the backend, but you can see it at work on the videos mentioned on the plugin page and on the screenshots. Feel free to ask me your question if you need information on a specific point .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from i-Ry5

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer i-Ry5

I suggest that in the next version you enable options for the location of "summary as bubble" Because now it's shown only on one place ( upper right corner of the form ), if my client was using this form from his mobile, he would likely not see it I want to place it like next to ( next step ) or next to ( Label of the step ) so It's clearly appear to my clients

Author loopus

Hello, This option isn't planned for now, but I note the suggestion, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PhilipHiggins

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer PhilipHiggins

Hello, I understand this plugin works with WooCommerce? If my site uses WooCommerce + WC Vendors Pro to allow vendors to add and sell products to the woo shop, will this plugin work with products sold by WC Vendors? I would like to be able to assign a product sold by a WC Vendor as the product sold by one of my forms. It looks like there is a selection drop-down for woocommerce products in the form creation page, will this show all products that exist on the site? Could I hypothetically select a product that happens to be managed by a vendor so that they receive the purchase?

Author loopus

Hello, I didn't know the mentioned plugin "WC Vendors Pro". There is no specific function to work with it currently, sorry .

Customer PhilipHiggins

I would like to be able to assign a product sold by a WC Vendor as the product sold by one of my forms. It looks like there is a selection drop-down for woocommerce products in the form creation page, will this show all products that exist on the site? Could I hypothetically select a product that happens to be managed by a vendor so that they receive the purchase?

Author loopus

As explained, I don't know the mentioned plugin, so I can't guarantee it, sorry. If this plugin doesn't modify the default structure of the wooproducts it can maybe work . If you need a specialized team to develop such specific customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus They are used to work with this plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hosttech_ch

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer hosttech_ch

It would be so swesome to see a widget which can show selected step values and a subtotal, aswell as a grand total of what the user selected. Very usefull if the plugin is used as an order form. Can we expect something like this in the future?

Author loopus

Hello, You can activate the option "Enable summary as bubble" in the "Summary" settings tab of your form to add a button that allows the users to see a summary of the current selection from any step of the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from AnthonyAllen

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
CodeCanyon source
Customer AnthonyAllen

How to translate the Date Picker? I can't find the details (ie January, February, etc) in the .PO file

Author loopus

Hello, For support requests, please contact me from the support page 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 WpFASTER

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer WpFASTER

We have the same problem as xabcd. After the last update the progress bar does not progress if "Progress bar shows" is set to "price". It works fine if set to "step"

Author loopus

Hello, You can freely set the “maximum price” option from the “General” settings tab of the form to define the maximum price of the progress bar (the real price can exceed this value, it is used to define the maximum of the progress bar only) . I replied to your email .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from xabcd

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer xabcd

For some reason my progress bar even though i'm at the end, isn't at the end... eg: https://www.screencast.com/t/hKQgxe7dA Any idea why this could be?

Author loopus

Hello, You can freely set the "maximum price" option from the "General" settings tab of the form to define the maximum price of the progress bar (the real price can exceed this value, it is used to define the maximum of the progress bar only) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dimarso

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer dimarso

Hi, Error when updating the plugin. Error en la actualización: No ha sido posible copiar el archivo. WP_Estimation_Form/assets/js/summernote.js Error en la actualización: No ha sido posible copiar el archivo. WP_Estimation_Form/includes/captcha/fonts/PlAGuEdEaTH.ttf I have support and I have sent several emails via support form and has never answered. Could you tell me which email returns the answers? I don´t have "loopus" or "WP Cost Estimation & Payment Forms Builder" in my inbox or in my spam folder Thanks, diego m.

Author loopus

Hello, I correctly received your support request the February 28 and I answered the same day. I replied to the email "diego@othe***.es" . I'm going to send an email again .

Customer dimarso

It's true, I'm sorry. This email was in the spam folder and it did not appear with the searches that it carried out. Looking for "codecanyon" I could find it.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from RicoHendriks

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer RicoHendriks

Hi, after submitted the form the mail address is: [email redacted]. Is it possible to replace that for the customer email, so i can just reply on the email. The senders email should be the one of the administrator, so they can reply as well if they have further questions too.

Author loopus

Hello, It can happen on some themes. Please simply install this small plugin to freely define the sender address in the emails sent by wordpress : https://wordpress.org/plugins/wp-simple-mail-sender/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Mos-Martin

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadCustomizationWooCommercePayments
CodeCanyon source
Customer Mos-Martin

Hi! Can I use the date picker (and other options) to have in the final an elegant solution for newspaper subscription? I will use date picker to select the starting of subscription period among newspaper selection and content, delivery time etc. And the second question: That selection can have the final step in woocommerce? To have the buyer data (name, address and so on) and give him the possibility to pay with card or cash on delivery? Thank you!

Author loopus

Hello, 1. Yes, you can create a such form by using this plugin. 2. No, it can't be done, sorry. Currently you can assign wooproducts to items of the form and choose to add them to the woo cart at end, but the plugin can't generate a new woo product or change the price of a woo product before adding it to the cart .

Customer Mos-Martin

So, if I have a product (with custom attributes), then I use this plugin to select further the starting date of subscription, then, maybe, I will have the final product how I want? And using woocommerce on final steps it will be posible to use other online payment methods then Stripe and Paypal?

Author loopus

Yes, doing that, you will receive an email at end of the form that contains the informations of the form (such selected dates and values of the other fields), the selected wooproduct will be added to the woo cart (with the order reference associated) and the user can be redirected to the cart page to pay directly from woocommerce.

Customer Mos-Martin

This is great! I will buy this plugin for sure! Thank you!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from xabcd

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer xabcd

Pre-sales question: If i wanted to have a form that asks the purchaser how many bottles of wine they want, and then it for it to show them products that are sold in that quantity with a total price. Can it do that? The idea is they ask the user for information like a quantity and then it displays products and total $ amounts they can then add to their cart. Thanks

Author loopus

Hello, Yes, you can ask for the quantity (with a numberfield for example) then use the option "Define quantity by a calculation" on the next items to automatically give them the quantity filled by the user in the numberfield. You can also assign wooproducts to your items and choose to add them to the woo cart at end of the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mawebdesign

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author replies
CodeCanyon source
Customer mawebdesign

Hi, can this plugin achieve the same as this website: https://bit.ly/2Gvm4Qs

Author loopus

Hello, No, sorry, there is no option to allow the customer to create items himself (like on the points 2 and 3 of the mentioned form) .

Customer mawebdesign

hey, thank you for the confirmation.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from miksu41

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer miksu41

Hi, is there documentation for Form Designer? I'm struggling to get my form to how I want it to look. Thanks

Author loopus

Hello, There is no specific documentation for the Form Designer tool, but here is a video that shows how to use it : https://www.youtube.com/watch?v=sCxV7CdTcrQ Feel free to contact me from the support page if you need help on a specific point : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hiddenox

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer hiddenox

Another couple of presage queries please. 1- is there a way to submit the form and selection results to another system using custom url with parameters or rest protocol after the user presses submit? 2- is there a way to trace incomplete submittions(abandoned cart style)

Author loopus

No, sorry, there are no such options currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hiddenox

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CodeCanyon source
Customer hiddenox

Can the system support multiple currency? So I can set for each item, the price in usd, gbp and eur. So depends on the country the user is from, the correct price will be shown? I am hoping for something without having to duplicate the form three times and mess around with code redirections. Also does it have tax rules? So if user is from specific country, tax or vat will be added to the total price?

Author loopus

Hello, No, the currency is defined by the admin for each form. But you can duplicate a full form in 1 click then change the currency and texts .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Jack_dees

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommercePaymentsPDF and email
CodeCanyon source
Customer Jack_dees

Hi, Pre-sale question. After submitting a cost estimation, can this plugin then convert that into an WC invoice?

Author loopus

Hello, No, except if you use the option "Add to woo cart" and use wooproducts in your forms (in this case the payment is directly done on woocommerce) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Borisla

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBooking
CodeCanyon source
Customer Borisla

I have a theme with your plugin , which is the last version ? Version 9.614? thanks If this is not the last one which is the date that corresponds with this version thanks How works the new booking system where do you have a demo? thanks

Author loopus

Hello, The last version is 9.620 (sent 1 week ago as automatic update). With the new booking system, you can manage your calendars from the backend and assign them to specific datepickers in your forms. You can choose to automatically register a new event when the customer do an order, and choose the available dates and hours .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from allticketscomco

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPDF and email
CodeCanyon source
Customer allticketscomco

I have a question. The email that send the plugin its a pdf? or text plain? Thanks!

Author loopus

Hello, The plugin can send html email + the order as a pdf file (if wanted) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from germanwebcon

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer germanwebcon

How can i choose in one step more then just one option?

Author loopus

Hello, Simply remove the "Group" option name of your items (only one item of each group can be selected at same time) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from allticketscomco

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomizationPDF and email
CodeCanyon source
Customer allticketscomco

Hello! I have some doubts before buying the plugin. 1. can I put images on the form and a description for each one? 2. Can I remove the option of Get Stared and animations? 3. Can I display more options for an option? Thank you

Author loopus

Hello, 1. Yes, you can descriptions under each item. You can also create a rich text item to add custom content in any step (text, images, html content) . 2. Yes, you can disable the animations and the introduction 3. Yes, you can use the conditional system to show different items depending on the selection.

Customer allticketscomco

Hi! I need that when the mail is sent to me and my client, is it possible?

Author loopus

Hello, Yes, you can choose to send the order by email to the customer too. You can also freely edit the customer's and admin's email content directly from the backend .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from donpaginasweb

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer donpaginasweb

Hi we would like change h2 titles to h3, could you please tell me in wich php file it is? Thanks

Author loopus

Hello, You don't need to edit the php files, simply apply the last automatic update from the wp plugins panel, then you will find new options "Step titles html tag" and "Main title html tag" in the "Design" settings tab of your form to do that .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from nishikazuhiro

3 direct author replies in this public CodeCanyon conversation.

9 messages3 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer nishikazuhiro

Hey loopus, it's me again. :D So... I've found a new issue: when you open the estimate through Instagram's in-app browser in an Android phone, the "FILE UPLOAD" field won't work. I can't tap the upload box to send files. It works just fine on native Chrome app. It works fine in iOS Instagram in-browser app, but in Android it doesn't. Is there anything you can do to make it trigger on Android side? I've just tested with Instagram's in-app browser

Customer nishikazuhiro

I know this might be related to the Instagram in-app browser and I've been searching for a solution to force my website link to open in the native browser app instead of the in-app browser, but there isn't any kind of settings for this and every solution I've encountered so far didn't work. I'm asking you to take a look if you can because 75% of my user traffic is coming from the Instagram website link. I've already tried to contact Instagram a few days ago, but lol... I guess I'll never get a reply from them. Thanks in advance!

Author loopus

Hello, The issue probably comes from the mentioned mobile browser, and if it is the case, it can't be fixed by modifying the code of the plugin (the application itself should be corrected, which is the responsibility of its publisher). Feel free to contact me from the support page sending me the url of the form, I will test it on my side .

Customer nishikazuhiro

So loopus, I've done some research on this matter and the problem is the Android webview (the in-app browsers, like Instagram or Facebook that opens a tiny version of Chrome inside of them when you open a link in-app) that can't handle file upload code/snippet properly. If you search for "android webview upload file", you can find that people were having this problem since 2011, lol. I've found some insight on this if you ever manage to implement those fixes in the plugin (I would be SO THANKFUL if you do, lol). This link here is the original question from 2011, but got some recent replies how to fix this problem up to the Android Oreo and maybe beyond: https://stackoverflow.com/questions/5907369/file-upload-in-webview This is the "simple" solution up to Oreo (according to some guy): https://github.com/mgks/Os-FileUp And this is the advanced solution up to Oreo (according to the same guy): https://github.com/mgks/Android-SmartWebView I have absolutely no clue on how to implement those in your code or else I would've done myself without disturbing your peace, but since I'm a mere mortal, I can only ask for your help and continuos amazing support, lol! Well, thanks in advance as always and looking forward your reply. Best regards, Nishi

Customer nishikazuhiro

Oh, if you ever wish to replicate this issue, you can just post a photo in your Instagram (or you can edit your profile and insert the URL as your website) and write the URL with the estimate form with a file upload field as the caption and open this link with an Android device with a updated Instagram app. It will open the URL with the in-app browser (the so called webview) and you can see that the file upload won't work. It does work just fine on iOS devices. Just Androids are being silly on this matter. Thanks again.

Author loopus

Hello, Thank you for these informations ! But the three posts concern directly the webview components used by the android applications themselves. As I am not the publisher of these browser apps, I can't implement it myself and update these applications. I can only manage the code of my plugin that will be loaded with the website by these applications (the code of the website technically can't modify the browser application). These informations should be sent directly to the publishers of the mentioned applications, to allow them to fix this point (if it is the exact cause of the problem) .

Customer nishikazuhiro

Damn, you're fast! LOL. I wasn't expecting a so fast response. Oh dang... I thought it was usable for your side too. My bad then. Well... I guess I'm out of luck for Android users then, lol. I'll just try to use some clever thinking to adapt the estimate form then. Thanks a lot again for your excelent support!!! :D

Author loopus

Thanks :) Please can you contact me from the support sending me a temporary access to the backend ? I can try something : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer nishikazuhiro

Sure thing! I'll send you right now. :D

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from theo_testperson

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer theo_testperson

i there a way to generate a link to a prefilled form? so that i could link directly to tree different configurations of my product?

Author loopus

Hello, No, sorry, there is no option do that currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from lorikmucolli

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer lorikmucolli

Hi there! So I was trying to add more payment options from stripe, meaning accepting other payments rather than Visa card. Currently stripe only allows the visa card. Is there any other way that I could integrate Sofort (or other payments) through stripe? Best Wishes!

Author loopus

Hello, No, sorry, there is no such option (Sofort is only for 13 countries of EU), the two available payment gateways are currently Paypal and Stripe.

Customer lorikmucolli

Still, stripe supports multiple payment options, can I use those when I enable stripe as an option for the user?

Author loopus

No, sorry, it uses the classical Stripe payment method. If you need a specialized team to add such customizations to your version, I can recommend this one: https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Customer lorikmucolli

Okay I will do so. Yet again the customer support is amazing!!!! Thanks a lot!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jose_carlos_roman

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesCustomizationPDF and email
CodeCanyon source
Customer jose_carlos_roman

Hello loopus, I have some doubts before using this plugin in my freelance jobs. It's about the table (created by the shortcode [project_content]) customization. My question is: Can I style it? If so, How could I? For example: Can I hide the table header? Please bear in mind that talking about the table that is sent to the customer (generated by the shortcode), NOT the table that is shown in the summary (this one have to keep styled, showing the header). Thank you very much! JC

Author loopus

Hello, You can customize its styles by using these css rules in the "Custom CSS" option of the form : /* Thead */ #estimation_popup #lfb_summary table thead { background-color: #3498db !important; } /* Steps row */ #estimation_popup #lfb_summary table th.sfb_summaryStep { background-color: ##2980b9 !important; } /* Default cells */ #estimation_popup #lfb_summary table td { color: #34495e !important; } They will also be applied to the summary generated in the email .

Customer jose_carlos_roman

But what if only want to apply those styles to the summary generated in the email? Thank you. EDIT: THANK YOU!!! It works. I have achieve that by working around with the outer selectors (in my case by making use of the #mainPanel one)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from WpFASTER

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer WpFASTER

Hi Loopus, We cloned our existing order form and added a "/month" subscription option for one item, and immediately felt that it could be interpreted as the total being a per month charge due to the "/month" appearing below the total, even though the total and the "/month" appear on separate lines. We went live with the change anyway to see what would happen and Lo and behold, over the course of the two days we had the change live, sales dropped 88% and email inquiries from people wondering why they would be paying a monthly fee skyrocketed. So, people are in fact interpreting the "/whatever" below the total to mean the total is a "/whatever" ongoing charge OF the total, especially if they do not select the actual subscription item (which provides at least a little clarity for the user when selected). So we had to remove the subscription item. It would be great if you would issue an update to the plugin so that the "/whatever" either ONLY appears if and when someone actually selects a subscription option; or - and I think this is a distant second best - the "/whatever" below the total instead reads "+0/whatever" until or unless the user actually selects a subscription item. One other thing: The logic for the 'is subscription' seems backwards in that one has to select all the things that are NOT a subscription instead of simply ticking the thing(s) that are. Be well, and I hope this gets remedied soon, AJ

Author loopus

Hello, If the subscription option is activated but all the selected items have their option "Isn't a part of the subscription" enabled, the "/month" text shouldn't be displayed after the price. Feel free to 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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from i-Ry5

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer i-Ry5

Hello again, - A problem with delete button, once I was linking steps to each other even though I clicked on the link button and I was linking two steps when I put my mouse on the step the options appeared and by mistake clicked on remove button, so I removed a whole step!! Please add confirm to delete or a button to Undo or Disable options if I chose option link - Suggestion: Cloud you add more payments options? 2Checkout, Payza, Cashu ..

Author loopus

Hello, 1. It is the case since the version 6.918, there is now a confirmation popup when you try to delete a step. You can apply the last automatic update from the wordpress plugins page . 2. It isn't planned for now, sorry, but I note the suggestion .

Customer i-Ry5

Thanks for your reply, About point "1" I am using the latest version with macbook safari browser, and no confirmation popup which made me lose my work and do it all over again, Now I am extra careful .. check it if you can

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from p3ntagon

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer p3ntagon

Hello Sir, any help on this please? Downloaded today, site setup new and then this message: Entpacken des Pakets … Das Plugin wird installiert … Das Paket konnte nicht installiert werden. Es wurden keine funktionsfähigen Plugins gefunden. Plugin-Installation fehlgeschlagen. Zurück zur Plugin-Installation thanks

Author loopus

Hello, What is the name of the zip file you try to upload ? If it is "wp-estimation-payment-forms-builder.zip", it is the main package file, you need to extract its content. You will find the documentation, demos to import and the plugin zip file to import inside (WP_Estimation_Form.zip) . Is it ok ?

Customer p3ntagon

yes sir. it was my fault. i did not check the folder before uploading. thanks !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jantore

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer jantore

I have just set up a form, and as I try to install it into my page, which uses Themeco X, the animation of the form doesnt work. As you can see in this image, there is no slider, no animations, and the form is all over the place. https://imgur.com/a/XH88B

Author loopus

Hello, Please can you activate the option "Ajax navigation support" in the General settings tab of your form. Is it ok ?

Customer jantore

Yep, that worked. Thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from lilmarsh

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer lilmarsh

Is there a way reverse the "x" symbol to the check mark symbol for example have check mark as default and it bounces up and comes down into an "x"? or is there a way to change the symbol itself? I did change it to the zoom setting for the mean time, witch makes it a zoom check mark. People think the "x" means to close or cancel. Also i no absolutely nothing about code.

Author loopus

Hello, Here is the code to paste in the "Custom JS" option of your form to do that : jQuery(document).ready(function(){ jQuery('.icon_select').removeClass('fui-cross').addClass('fui-check'); });

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hallarsangroup

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportPayments
CodeCanyon source
Customer hallarsangroup

Hi, Could this form be made with this plugin? https://www.elimitix.com/traffic-tickets/upload-ticket/

Author loopus

Hello, Yes, no problem, you can create a similar form by using this plugin . The visual aspect will not be the same, but you can reproduce the same process.

Customer hallarsangroup

Ok great. Would it be possible to also make a form like this? https://app.tikd.com/ Please take a look at the checkout screen where it asks to "pay in full" or "pay over time." Is this possible to do? Thanks!

Author loopus

No, sorry, there is no this specific option currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ichomusic

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesCustomization
CodeCanyon source
Customer ichomusic

Hi, I'm planning to have pricing information in my posts custom fields (using WP Types from Toolset). When I create the form is it possible to use the pricing data from the custom fields? Each pacakge/post I have costs differently.

Customer ichomusic

Hi, looking at your Custom Calculation video ... I guess the question to the above is can we insert custom fields (shortcodes from WP Types) into the custom calculation? So for example if I have number of nights as a post field ... can I calculate [default cost] * [no of nights] ... or something like that? Thanks

Author loopus

Hello, No, sorry, there is no option to get data from external custom fields in custom calculations currently.

Customer ichomusic

Thanks for letting me know. Is this easy to add or part of your dev road map?

Author loopus

It would require some php and js code modifications. This feature isn't planed for now, sorry. If you need a specialized team to develop such customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Customer ichomusic

OK thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from drabello

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer drabello

Hi, I'm not sure if you are already aware of it, but the datepicker is not working so well on mobile. When you click to pick the date, the phone keyboard is also triggered making very hard to pick the date properly. Cya

Author loopus

Hello, 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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from arturwagnerowski

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer arturwagnerowski

I have problem with some settings - I made calculation ([item-60_value]*[item-61_value]/10000)*59*[item-72_quantity], but the final price is showing only when you put all fields values (even if default value is set). http://www.pcv-tech.com/zamow-element-pcv/

Author loopus

Hello, Please can you apply the last automatic update (9.619) from the wp plugins page ? If the problem persists, please contact me from the support page sending me a temporary access to the backend, 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 simon_saavedra

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer simon_saavedra

Hello, I contact you because we bought your plugin estimation cost, and lately we are having some problems with this functions: 1.­ Check boxes can't be selected. 2.­ Selected fields look wierd and I can't select by clicking on the arrow, I have to click the text at the bottom. 3.­ It's very hard to select the color on the "color picker" and when we do it, it doen't change the color. 4.­ and the text areas that has icons it look bad. Here is a url where we are using the plugin with the problems, to see it you have tu select the first image on de sept 2 that says "Presentaciones" http://www.whynotmedia.cl/prueba­formularo­diseno­mensual/ I hope you can help me, Thanks.

Author loopus

Hello, I just received your email and I replied .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tomabartu

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPaymentsPDF and email
CodeCanyon source
Customer tomabartu

Hi Guys really great plugin,I have a website selling premade logos, using Easy digital downloads. I like to use your plugin for my checkout page, for example, someone finds already logo he is going to the checkout page and I am looking for the option he can choose font, color, write company name description on the checkout page and I will get it in my email after when he purchase a logo is it possible? Or can you see please another option how to do it with easy digital download and yours plugin. There is one plugin expensive and ugly-https://easydigitaldownloads.com/downloads/checkout-fields-manager/ nothing perfect like yours Thanks Thomas

Author loopus

Hello, Alas no, sorry, you can assign edd products to the items of a form and choose to add them to the cart at end of the form, but there is no option to integrate it in the checkout page as described.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from alexcooly

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer alexcooly

Hi Loopus, if I have say 3 images/values as options eg Mobile, Computer, TV as an example how do I make it that they can only choose one option. Rather than them having the ability to click all three and it scale in price? Thanks

Author loopus

Hello, Simply give the same "Group" option name to your 3 items to do that.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Producciones20

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportPaymentsPDF and email
CodeCanyon source
Customer Producciones20

Hi, your form designer is not saving the changes, I'm tired of working the triple re-mading changes everytime....

Author loopus

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

Customer Producciones20

I have no access to buyer account (it's a client), I have his purchase code instead

Author loopus

Please simply ask the buyer to contact me one time from the support page, then I can deliver support directly to you by email, no problem .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from brandsignvn

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer thread
CodeCanyon source
Customer brandsignvn

Hello, How to display FREE when the price is 0 ? Thank you!

Author loopus

Hello, You can add a rich text item with the wanted text and use the item option "Show depending on conditions" to show it if the total price is 0 .

Customer brandsignvn

Hi, I think my question is not clearly. I mean the price display beside the Title, it should be FREE if the price is 0. Thank you!

Author loopus

Ah ok. No, there is no option do that, sorry. If you need a specialized team to develop such specific customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Customer brandsignvn

Ok. Nevermind. I think this is can easily to modify. Then, no need to work. Thank you

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Producciones20

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CodeCanyon source
Customer Producciones20

Hi, my progress bar show 1/2 on thhe first step, but there are 8 steps, it should show 1/8 right?

Author loopus

Hello, It depends on the conditions defined on the links (the plugin verifies if the conditions are filled to calculate the remaining steps). If you need help, feel free to contact me from the support page using your buyer account, I will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from community_volunteer

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportWooCommercePayments
CodeCanyon source
Customer community_volunteer

Hey there, just bought this awesome plugin but on the last step when you click the order button it should load the woocommerce checkout page but it never gets there.. just that green screen with the loading animation.. thoughts?

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from community_volunteer

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportWooCommercePayments
CodeCanyon source
Customer community_volunteer

Hey there, just bought this awesome plugin but on the last step when you click the order button it should load the woocommerce checkout page but it never gets there.. just that green screen with the loading animation.. thoughts?

Author loopus

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