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 58 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 lfcntfc

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationBooking
CodeCanyon source
Customer lfcntfc

Hi There, Firstly I'd like to say I really like this plugin, I think it's great! There are just a couple little issue I am having with it. Firstly, is there a way to block out certain dates on the calendar, like bank holidays and weekends for example? Or are you able to add it into a later patch? Secondly, I know you can add items into the same group so only one of them can be picked at a time (which is great and what I need), but can it also be added that the customer can only pick 2 different items at a time or 3 and so on. So for example, the customer is asked to pick 2 items out of 6 and they can pick 2 of the same item or mix and match it, but has to be 2 total and locks them from picking more. I am sort of able to achieve this but cannot lockout more items from being picked. I hope I explained this clearly enough. Thanks

Author loopus

Hello, Thank you :) 1. There is no this option currently, but it can be done customizing the main js file. If you want, you can contact me from the support page telling me the ranges of dates you want to disable, I will send you a custom version doing it . 2. It can't be done using the group option. A simple solution would be to use 2 "select" items containing the different options .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Gloak

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer Gloak

If one step I ask the size (sq t), then next I ask height and lastly, I want to make a formula with the two, is this possible? Can I call a previous step into the current step? Thanks

Author loopus

Hello, Using a custom calculation on an item, you can use the value filled in a previous item. Example : [item-1_value]*[item-2_value] Simply use the "Add a value" button above the caculation field to recover the value on a specific item in your formula. If you want to apply the calculation automatically when the user comes to a specific step, you can use an hidden and preselected checkbox to apply it.

Customer Gloak

Beautiful. For those with similar question: turn on Use Calculation in the Item List. Thank you for your prompt response.

Author loopus

Thank you :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from guinoel

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer guinoel

this pluggin don't work with listify theme ?

Customer guinoel

it work but i can't to add a new form i thinks there is a bug ... explain me .. my web site link http://fbnb.fr/estimez-vos-revenus

Author loopus

Hello, I replied your email .

Customer guinoel

Hi but the problem it is in my administration panel i cannot create a new form and i cannot change the existant form ...Thanks for your reponse

Author loopus

Yes, I read and I replied your message meantime, I await your response by email.

Customer guinoel

all thanks just a little problem with my navigateur with google chrome is good

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from empresa87

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomization
CodeCanyon source
Customer empresa87

Hi, Excellent plugin. I have two questions: 1º It is possible to remove the bara price? I do not want values and prices. Just form. 2º In steps is possible to have images instead of icons? Thank you

Author loopus

Hello, Thank you :) 1. Yes, there is an option allowing you to remove the progress bar. You can also choose to show the current step instead of the price inside. 2. Yes,you can freely change the image size from the "Design" backend panel of the form and use large images in your form instead of icons .

Customer empresa87

Hi thanks for the quick response. Just to confirm. So I can change the icons for images? http://www.awesomescreenshot.com/image/1641941/a2cad032fdd7b7ed2b89d3f2bb1453d2

Author loopus

Yes

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mediarun

18 direct author replies in this public CodeCanyon conversation.

42 messages18 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer mediarun

Is there any way to change steps for text?

Author loopus

Hello, Please can you use the “Reply” button instead of creating new comments for each new message ? (It allows me to more easily follow each conversation with the different interlocutors, thanks ! ) Yes, simply add a "Rich text" item in your step to freely add your content inside .

Customer mediarun

Yes of course sorry for that. I will use replay. I want to change STEPS number and replace it for text for example if you are on the 1/3 I want to display text for example "YOUR DATA" next step "PAYMENT" and so on.

Author loopus

Ah ok, I understand. No, sorry, there is no option to do that currently. The progress bar circle can show the total price or the current step number. If you want, I can send you a custom version showing the title of the current step instead of its index. You can contact me from the support page .

Customer mediarun

Hello again:) Thanks for replay and for custom version. I want to ask also if I it possible to hide price on first step? THANKS!

Author loopus

Hello, You talk about the total price at bottom you can enable using the option "Show the total price at bottom " ?

Customer mediarun

Yes this button but I want to hide it only on first screen

Author loopus

You can hide it on a specific step using this rule in the "Custom CSS rules" field of your form (tab Design) : #estimation_popup .genSlide[data-title="The step title"] .lfb_totalBottomContainer { display: none !important; } Replacing "The step title" by the exact title of the target step.

Customer mediarun

Hello;) One more: How to change the location of COUPONS BOX. I want to display this in different step? THANKS!

Author loopus

Hello, Sorry, there is no option to do that, the discount code field can only be displayed on last step. If you need a developer to add such specific customizations to your version, maybe you should have a look here : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Customer mediarun

Ok, thanks for quick replay:) Could you tell me how in PHP can I get the step number? THANKS!

Author loopus

You can't get the current step id using PHP, the form frontend is fully JS powered. You can recover it in JS in the file lfb_form.min.js (source in the same folder), in the functions, in "form.step" .

Customer mediarun

THANks!

Customer mediarun

Is there an opportunity to display data from one step in the other in one form? For example from input. THANKS

Author loopus

No, sorry .

Customer mediarun

Hello:) Where in code can I find piece responsible for last step? THANKS!

Author loopus

Hello, The final step is called like other ones, by the function wpe_changeStep() . The final summary is updated in wpe_updateSummary() .

Customer mediarun

Hello:) On each step of my form I have padding-top:70px; in element style of this box : "genContent container-fluid lfb_noDes". Where is it genereting, and where can I change it?:) THANKS!

Author loopus

Hello, Simply use this rule in the "Custom CSS rules" field of your form (tab Design) : #estimation_popup .lfb_noDes { padding-top: 28px !important; }

Customer mediarun

YES! Thanks:)

Customer mediarun

Hi! Is it possible to style fast previous step button to look like next button? Now the previous step link is text but I want to make it look like button;) and make it inline with next button. THANKS!

Author loopus

Hello, You can do it using these rules: #estimation_popup.wpe_bootstraped .linkPrevious { background-color: #1abc9c; display: block; -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15); -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15); box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15); -webkit-transition: -webkit-box-shadow .25s ease-in-out; -moz-transition: -moz-box-shadow .25s ease-in-out; transition: box-shadow .25s ease-in-out; min-width: 140px; padding: 10px 15px; padding-left: 30px; padding-right: 30px; color: #fff; border-radius: 4px; line-height: 21px; display: inline-block; margin-left: 16px; } #estimation_popup .lfb_btnNextContainer br { display: none !important; }

Customer mediarun

WOW great! Thanks a lot.

Customer mediarun

And one more:) Where can I find place responsible for set all from data to database ?:) THANKS!

Author loopus

You can find it in the file includes/lfb-core.php, at end of the function send_email() .

Customer mediarun

Hello;) If I add some new text fields with "other" type of information. How does the system save them to the database? All together? or separately? THANKS!

Author loopus

Hello, If you set it as "other", it will not be stored in a separate column of the database, but in the order content, as other items .

Customer mediarun

Okey:) thanks and one more: where can I find line responsible for saving name? THANKS!

Author loopus

You can find these variables in the file includes/lfb-core.php, in the $wpdb->insert() function at end of the send_email() function ($firstName and $lastname) .

Customer mediarun

Thanks:) When I add product fro woocomerce the is "x" mark. class for it: "palette-clouds fui-cross icon_select". Is there any way to change it for "+"?

Customer mediarun

Never mind:) I find out. Just add class "fui-plus"

Author loopus

Exactly :)

Customer mediarun

Hello;) I have two checkbox in one step. I would like to make something like " PAY NOW" which will put user to paypal payments and "PAYLATER" which will show only the last step and send email. Is there any way to make this happen? THANKS!

Author loopus

Hello :) To do that, once the paypal payment configured in the "Last step" tab, edit the "Pay now" checkbox, and simply enable its "Use payment only if selected" option .

Customer mediarun

That`s sounds great I will check it

Customer mediarun

Works for me!

Customer mediarun

Hi, I asked you how to make Previous and next button inline. And it works;) but is there any way to do the same thing to last button and previous button? THANKS!

Author loopus

Hello, I think you can do it adding these css rules: #estimation_popup #finalSlide div:not([class]) { display: inline-block !important;} #estimation_popup #wpe_btnOrder { margin-top: -5px !important;}

Customer mediarun

HI:) If my wordpress table is named like this 123BDA_wpefc_logs, how should I change this line? $table_name = $wpdb->prefix . "wpefc_logs"; THANKS!

Author loopus

Hello, You don't need to change it, here, the variable $wpdb->prefix is equal to "123BDA_" (defined during the installation of wp).

Customer mediarun

Yes that was it:) One more: Where in database are photos added to form saving?

Author loopus

They aren't stored separately, you will find their links in the order content, in the wpefc_logs table, column "content" . You can find the upload function in lfb-core.php: uploadFormFiles() , if you want to recover it in php directly after the upload.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from themetom

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer themetom

Hi Loopus, please consider to add an http:// checker for valid url. This form work fine in SEO Tools Demo (it's a little project). And yes... yes... i want to renew support. Obviously.

Author loopus

Hello, I note the idea for the next update, thank you :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from websitedude1985

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer websitedude1985

Hey Loopus, I have an idea :) I would like to know if this would be possible? Offer the client the option to upload a photo of their home which would act as a background layer - it would hopefully allow scaling to fit in a defined space - and then after that they could place objects over the top of it (lights, windows) that sort of thing and these would almost help visualise how a range of products items might look? A second idea would be to allow multiple pngs to be placed over the top of each other so for example they could design a door (choose from range of options, select addons (handles, hinges etc) and then from that the end result is a designed product which can be added to their cart having this sort of functionality would be EPIC! I'm sure a guy with your talents could come up with something awesome like this ;)

Author loopus

Hello :) , The two ideas are very interesting, thank you for sharing it ! I take note and will think about it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from NFOUK-302

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer NFOUK-302

Hey there, We really would like seeing an integration with WHMCS! This way people will be able to estimate and if happy add it to WHMCS cart... Is this something you plan on doing? Thanks

Author loopus

Hello, I didn't know this service, it isn't planned currently. I note your request and will study this possibility if I have some other similar requests, thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from zulu11

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer zulu11

Does this plugin work with Bridge theme? I am getting a js conflict

Author loopus

Hello, As the (awesome !) Bridge theme uses its own jQuery UI version instead of the WP embed one ( https://developer.wordpress.org/reference/functions/wp_enqueue_script/), it can create a js conflict on the tooltip function. That's why I created a version of its plugin.js file fixing this conflict. Please simply contact me from the support page and I will send it to you.

Customer zulu11

Thanks for your prompt response, your support is excellent :) I have contacted you through the support page.

Author loopus

Thank you very much :) I sent you the mentioned file .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from danyno45

1 direct author reply in this public CodeCanyon conversation.

4 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer danyno45

Hello, The form elements are centered by default, is it possible to move all form elements to the left and also to remove a css animations? Thank you

Customer danyno45

Edit: Hello, The form elements are centered by default, is it possible to move all form elements to the left and also to remove all css animations? Thank you

Author loopus

Hello, You can do such style customizations using your own css rules in the "Custom CSS rules" field of your form (tab Design) . These rules should align all elements to the left : #estimation_popup #mainPanel .genSlide, #estimation_popup #mainPanel .genSlide .genContent, #estimation_popup .row, #estimation_popup p, #estimation_popup .text-center { text-align: left !important; } #estimation_popup #mainPanel input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]){ margin-left: 1px !important; text-align: left !important; } #estimation_popup #mainPanel .genSlide h2.stepTitle { top: 80px !important; text-align: left !important; } #estimation_popup .genPrice { margin-left: 60px !important; } Then set the value of the option "Animation Speed" to "0" in the "General" settings tab of your form .

Customer danyno45

Thank you

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Boutagida

1 direct author reply in this public CodeCanyon conversation.

4 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer Boutagida

Hi, After today's update (September 23rd), suddenly the "/month" appears near my pricing on ALL forms, though it wasn't there before! Here is a screenshot: https://dl.dropboxusercontent.com/u/132697309/weird-change-post-update.jpg 1. Why did it change from alone? 2. Should I be worried about things appearing from alone (that shouldn't) after future updates? 3. And how can I remove it again? (I only need the price to be displayed in there - nothing else!) BTW, I searched in both: the documentation as well as the changelog but no hints about this! Your quick response will be highly appreciated. Thanks!

Customer Boutagida

UPDATE: Figured it out - But not sure if this is bug or not -> FYI, and if it is of help to anyone else experiencing the same issue: Thought on the "last step" tab, the option: "Woo Commerce -> Add selected items to cart" was activated / toggled, the plugin still took the "/month" which was under "Payment -> Is subscription ? -> Text after price" by default (even if it wasn't activated). I hope this helps ;) All the best!

Author loopus

Hello, Thank you for reporting this problem on the "Show total at bottom" option. I fixed it and sent an automatic update with the correction . Thank you :)

Customer Boutagida

Glad that was of help - Cheers!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from v2065925

5 direct author replies in this public CodeCanyon conversation.

12 messages5 author repliesCustomizationPayments
CodeCanyon source
Customer v2065925

Great plugin! Will I be able to do something similar to: http://1c-buro.ru/ Will I be able to share uncoded form on the 2 columns: field will be in the first column for the calculations, in the second column of the result

Author loopus

Hello, No, sorry, there is no such design option currently. The total price can be displayed at bottom of each step, and a detailed summary can be displayed on last step . Thank you for the idea .

Customer v2065925

Thanks for the quick response! it is possible to set up so: total price can be displayed only at bottom, and before that will be the slider 2 and the element of choice. The demo version is always a button , clicking on which the form is loaded . Is it possible to immediately place the form file has been downloaded without buttons

Author loopus

1. Yes, there is an option allowing you to show the total under the step content (on each steps) . You can also choose to show the current step instead of the price in the progress bar circle. 2. Yes, there is an option to show or hide this introduction. On this example it is disabled : http://www.wordpress-estimation-payment-forms.com/demo-of-a-subscription-payment-form/

Customer v2065925

Please see if I can do it with this demo ( uncoded ): http://tinypic.com/r/2eoei5x/9 This demo pre- built? Can I download it quickly and Corrected by my settings

Author loopus

No, the progress bar can be hidden, but not moved inside or under the steps. The total price can be displayed at end of each step, like on this example : http://www.wordpress-estimation-payment-forms.com/demo-of-a-cost-estimation-form/ The "Next step" button will be hidden if there is only one item selectable on the step, and if the step option "Selection" required is enabled. In this case, the next step will be called as soon as the user will select an item .

Customer v2065925

1 step = 1 option to choose? Or can I display all the options without steps. I'm trying to understand if I can do something similar as (not the style, but in a sequence of elements and their location): http://tinypic.com/r/eikxfo/9 or it will all be at different steps ? The element with the price up is always , it is required ? Thank you for helping me!

Customer v2065925

http://s21.postimg.org/qul326kmf/image.png

Author loopus

Yes of course, you can add all your items on the same step. I mentioned this option because you removed the "Next step" button on the previous screenshot . All the items (sliders, checkbox, fields etc...) can be placed on the same step and the total displayed at bottom like on the example that I mentioned. Then it will remain the final result step, showing the final price and facultatives options like a final summary, payment, discount code field, legal notice etc ...

Customer v2065925

It turns out that the final price can not be showing on the same screen at the bottom, we will need to click on the button: the final step result

Author loopus

The total price can be displayed at the bottom of the steps and in the progress bar, as mentioned in my previous messages. The final result step allows the user to send the form (do an order), make a payment, see a final summary etc ... If you don't need the final step at all (simple online estimate without emails sent or summary), it is possible to hide the "Next step" button using a custom css rule .

Customer v2065925

Thank you I will be buying the plugin !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Zained

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportWooCommerce
CodeCanyon source
Customer Zained

Hello! I'm having trouble with your plugin and cant figure out why. I just want the user to select a value (numeric field), and then if value > 500 && value 1000 && < 2000, go to step B, ... in that way, I want to show the good product (woocommerce) And for now, the result is total random, sometime it make senses, but 1/4. I tried to remove and install again, but nothing changed. Waiting for informations, thx.

Customer Zained

After many tests, the problem is still here. Maybe the problem come from the previous button, the numeric value might not refresh?

Author loopus

Hello, Please contact me from the support page, sending me the url of the form, I will debug it .

Author loopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Ocerraveth

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer Ocerraveth

Hello, is there any possibility to know exact which checkbox has been checked in previous step? I have a lot of image type checkboxes in step 1 and in step 2 I would like to show the chosen one. I hope there is a way to do that quickly... :)

Author loopus

Hello, You can do that using the option "Show depending on conditions" on the items of the Step 2, or using different steps (you can duplicate items and steps in 1 click) and setting the wanted conditions on links starting from Step 1. Feel free to contact me from the support tab sending me an export of your form if you want I check it .

Customer Ocerraveth

Thanks for your reply, but I have about 40 conditions and it would take too much time. Is there any "back-end" way to do that?

Author loopus

No, sorry, there is no option to show automatically an item selected in a previous step in another step. The selected items will be displayed in the final summary on the last step, but not in the other steps. It can be done using the "Show depending on conditions" option. As mentioned, you can duplicate an item with its options and conditions in 1 click, so to do that, you need to duplicate 39x the first item you created with conditions, then only change the target item in the conditions of each one (2 clicks). Another solution could be to write a php loop doing it automatically, using the IDs of these 40 items. I can do it for you, but I need to see the form. As mentioned, you can contact me directly from the support page .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from binti

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer binti

Hi, Great plugin but I can't seem to trigger the "is selected" condition. I'm using the latest version. Where it should show the option to add a condition option is blank.

Author loopus

Hello, Please can you contact me from the support page, sending me an export of your form, telling me the name of the mentioned item ? I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from nube-activa

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer nube-activa

hello, this plugin you offer can do something like this http://viajesyviajesexperience.com/cotizacion/

Author loopus

Hello, No, sorry, the mentioned form uses some features that don't exist currently on this plugin (list of all cities depending on the selected country etc ..) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ziccia

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer ziccia

update application and now no longer works. URL http://ziccosor.com/precio-de-diseno-de-logotipo/

Author loopus

Hello, Please check our previous emails. The plugin.js file I sent you to fix the confict with your theme has been replaced. You simply need to replace it by the one I sent to fix it .

Customer ziccia

Thank you for your attention. You can update the plugin without problermas. When you update the theme I must be careful!

Author loopus

You are welcome :) The theme should use the jQuery UI version embed in Wordpress to prevent conflicts with plugins which also use this library (https://developer.wordpress.org/reference/functions/wp_enqueue_script/ ) . This function of Wordpress is made precisely to avoid this type of conflict between the theme and the different plugins.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Jaywhydee

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer thread
CodeCanyon source
Customer Jaywhydee

Hi mate, thanks for your reply could you please tell me how to populate some date that has been previously entered in the last process eg: When asking for a Private address in stage one, customer fills out the address and in stage two you offer 'Business Address' i would want to add an option 'If same as private address choose/select/or something similar'' and the information will be populated in the for or in summary. Thanks again

Author loopus

Hello, Please prefer to use the "Reply" button instead of new comment for each message, it allows me to easier to follow my interlocutors. Thank you ! Sorry, currently there is no option to automatically fill the value of a field depending on a previously filled item. I note your request, and will probably add it in a next update if I receive some similar requests. If needed, it is also possible to find a freelancer here to add quickly such specific features to your version.

Customer Jaywhydee

Thanks for your reply, ok if the populate last field is not available at the moment, can i use the 'Is hidden' option to have a similar display in the 'summary' ? Not sure how the 'Is hidden' works exactly perhaps for calculations only? thanks

Author loopus

If you enable the "Is hidden" option on an item, it will be hidden in the form. Using it on a preselected picture, slider or checkbox item for example, it can be used to automatically add the item to the selection. An hidden item can show its information in the summary enabling the "Show in summary" option.

Customer Jaywhydee

Thanks again, i will have a go.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Maeve

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer Maeve

Hello … I am stuck at a point where I need to select multiple options … is there a way to do so ? Also when I try to add a condition with the variables that the plugin provides it is not working … can you please assist me with this ?

Author loopus

Hello, 1. Simply leave the "Group" option of your items empty. If several items have the same group, only one is selectable. 2. Please contact me from the support page, I will ask you an export of your form to check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from BASE29

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesSupportLicensing
CodeCanyon source
Customer BASE29

Hello ... It is a great plugin and I am using it for one of the website that I am developing ... I am stuck at a point where I need to select multiple options ... is there a way to do so ? Also when I try to add a condition with the variables that the plugin provides it is not working ... can you please assist me with this ?

Author loopus

Hello, Of course. For support requests, please simply contact me from the support page using your buyer account, I will help you .

Customer BASE29

Thanks for replying ... My partner has purchased this plugin ... so I emailed her to send me the purchase code ... I will contact you through the support page as soon as I get the purchase code from her ....

Author loopus

Not the purchase code, please simply ask the buyer to directly contact me from the support page, so I can verify the purchase and deliver support, thank you.

Customer BASE29

yes I know that .. we have purchased this plugin for only one site ...

Author loopus

Sorry, I edited my previous message in the meantime. No problem.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from solid05

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesSupportCustomization
CodeCanyon source
Customer solid05

Hi Can you confirm whether the date selector can go use dates from the past? Also, is your calculator able to calculate the number of days between two dates and number of months between two dates? Many thanks

Author loopus

Hello, 1. By default, selection of past dates is disabled, but I can activate it on your version if you want, simply contact me from the support page. 2. Yes, using custom calculations, you can recover the number of days between two dates (not in months, you will need to divide the result by 30)

Customer solid05

Thanks for the quick response. Great, will purchase soon as we are looking to replace our current calculator on our site.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Prooyo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer Prooyo

can you please help me, i can't use this plugin, i can build the form but when i do some simulation for order something using my form, it keep loading..loading..and loading.. (the order not coming through)

Author loopus

Hello, Please contact me from the support page, sending me the url where I can see the form, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Rearden

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer Rearden

I have a problem with steps screen. When i choose the treads inside the step, it appears like its not been chosen. Although I choose, it doesn’t happen in that way. I can’t get any raise on the amount of money and can’t proceed to the next step. Our link is:http://pikselas.com/?lfb_action=preview&form=3

Author loopus

Hello, There is a plugin or the theme using its own jQuery UI version instead of using the WP embed one, to prevent conflicts with other plugins (https://developer.wordpress.org/reference/functions/wp_enqueue_script/ ). Please contact me from the support page, I will send you an update of the problematic file to fix the conflict .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Notre

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer Notre

Hello. Your demo looks like this: https://postimg.org/image/unqyx6b1h/ But no my site like this: https://postimg.org/image/qh10wqi6f/ Why can't I see the check sign on the choseed option? How to get the tootop look like in your demo?

Author loopus

Hello, There is probably a css conflict on the mentioned page. Please contact me from the support page sending me its url, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rtwmerchants

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportBooking
CodeCanyon source
Customer rtwmerchants

I know I have said something earlier about online booking, so thinking plugin allows to set a datepicker would it be possible to intergrate Google Calender Api? This would allow people to schedule and book while knowing the time slots are open for the services requested. Also would like to ask about mobile compatibility, I have a slider to estimate by sq. foot. It works on laptops, desktop but on mobile it is not as effective. You can't slide it but tapping will allow it to move the slider but is not really what its for and hard to use. Anything I can do to get this to slide on phones. Thanks.

Author loopus

Hello, 1. There is no Google Calendar API feature currently. Thank you for the idea. 2. Please contact me from the support page sending me the url of the mentioned form, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Pique22

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPaymentsPDF and email
CodeCanyon source
Customer Pique22

hi its not redirecting to paypal when i reach the final step

Author loopus

Hello, I replied your email.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from YOUGRAPH

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadWooCommercePaymentsPDF and email
CodeCanyon source
Customer YOUGRAPH

hello, I wanted to know if there are possible only the end of the command you can have the possibility of account creation (WooCommerce) bonjour, je voulais savoir si il es possible qu'a la fin de la commande on peut avoir la possibilité de création de compte (woocommerce) when you order I want to know how to send an automatic invoice by email after payment (paypal) quand on commande je souhaite savoir comment faire pour envoyer une facture automatique par email après le paiement (paypal) Thanks You Merci

Author loopus

Hello, I received your email and I replied to your questions, please check your mailbox .

Customer YOUGRAPH

ok thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Pique22

6 direct author replies in this public CodeCanyon conversation.

18 messages6 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer Pique22

Hi i have create a payment form for customer to make payment, when i click on the next button noting happen please resolve ASAP AND IT NOT REDIRECTING TO PAYPAL

Author loopus

Hello, I received your email 1 minute ago and replied, I wait your answer. Please send me the url where I can see the form, I will debug it .

Customer Pique22

https://www.globalmarketcentre.com/starter-plan/?preview=true here the link

Author loopus

Thank you. I tested it, and it seems to work correctly on my side, I can fill the full form and correctly see the paypal payment page at end . Maybe you fixed it yourself ?

Customer Pique22

Ok i am going to try it can you fix the column and row issue?

Author loopus

You can freely choose the number of items per row from the step panel. Then set the "Layout" option of your items to "Column" instead of "Row" . I replied your email .

Customer Pique22

its not working

Author loopus

Ah yes, there is a conflict with a css rule of your theme. Please paste this rule in the "Custom CSS rules" field of your form (tab Design) : #estimation_popup .row>div:not(.col) {width: auto !important;} Is it ok ?

Customer Pique22

user name [removed] password [removed]

Customer Pique22

same website

Customer Pique22

i did it but everything all over the place

Customer Pique22

the form need to be center

Author loopus

Thank you. I flagged your message containing the login and password to protect your website. Please never give your admin access in public, you can send it from the support page . I'm going to check it .

Customer Pique22

ok

Customer Pique22

did you fix the problem?

Author loopus

Yes, you can now use the "Max items per row" option on steps to define how many items must be put on each row .

Customer Pique22

ok thank you less see

Customer Pique22

its ok thank you

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rtwmerchants

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer rtwmerchants

Anyway to add popup form to template so I don't have to add to every page? Just to be clear: I have a website that is for Carpet Cleaning and it has an instant estimation button in the header with the link.to popup the form. The site has so far link 15 pages and two post. When I go to pages the button will be there but I would have to always add the shortcode to each when made. Posts the same way. Anyway to intergrate with the whole site all at once? I am also trying to use in footer block but the shortcode always shows the full form and is not hidden as it is when I input it to a page. One Form For the whole site always able to be used when clicking on button no matter if I add new page or post. Thanks!

Author loopus

Hello, yes, you can do it adding this line to the header.php file of your theme (after the <body> tag) :

Customer rtwmerchants

Thanks I tried but did the same thing. is not hidden & shows whole form in header. I have a paid theme so that maybe it. The header.php is multiple files. Here is a video showing what I did. http://screencast-o-matic.com/watch/cDQoFmj2DM Any way I could get you to take a look at it for me? Thanks.

Author loopus

Ah yes, you now need to enable the "Ajax navigation support" option of your form. It will force the loading of the corresponding js ans css files on all pages. Is it ok ?

Customer rtwmerchants

Hey Thanks! Works now. I don't even have to use header.php I can now use the theme options to put it anywhere I want! This is great, Thanks again!

Author loopus

:)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from yoglezgroup

2 direct author replies in this public CodeCanyon conversation.

3 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer yoglezgroup

Hello, I have problems with checkbox not look good, how I can fix it? I leave the image. Thank http://www.screencast.com/t/MGCH9XmxAj02

Author loopus

Hello, Please send me the url where I can see this css conflict, I will give you the css rule to use to fix it . You can contact me from the support page if you want.

Author loopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from digitalmedium

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadCustomizationPaymentsPDF and email
CodeCanyon source
Customer digitalmedium

Hi there, Can you create a summary screen at the end of the form where you can review what options have been chosen before you submit it? Also can you use custom images rather than icons to represent different options? Finally could I also create another bar as well as price that would show the estimated delivery time? Thanks!

Author loopus

Hello, Yes, you can show a summary on the final step, as you can see on this example : http://www.wordpress-estimation-payment-forms.com/demo-of-a-cost-estimation-form/ The summary can't be directly modified from the last step, but the customer can go back to previous steps clicking the "Return to previous step" link to modify his selection .

Customer digitalmedium

Thanks. It would be good if there was some way of editing the options within the summary so you don't have to go back through the form everytime you want to change something. I also added some other questions I have. Can you use custom images rather than icons to represent different options? Finally could I also create another bar as well as price that would show the estimated delivery time?

Customer digitalmedium

Sorry. Have another question When not showing the price on the form, is it still possible for the admin to be able to see the price the job should be when looking at the email?

Author loopus

- Yes, but the user can create complex conditions to show specific items and steps depending on the user selection, an editable summary would be difficult to manage in such cases. - Yes, you can freely use images, and change their size from the Design backend panel. - No, there is no such estimated delivery time feature currently, thank you for the idea. - Yes, hidding prices from the form, you can do that using the [total_price] variable on the admin email template (and not in the customer's one) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Claymenia

3 direct author replies in this public CodeCanyon conversation.

8 messages3 author repliesBuyer threadSupport
CodeCanyon source
Customer Claymenia

Hi, very great plugin, but i've a probel wince i've updated it, : when i click on button for launch form, nothing append... i've just "javascript:" in url. If i try the preview, same thing. All plugins desactivated, same thing. Basic theme : same thing. Can you help to fix it ?

Author loopus

Hello, Of course. Please contact me from the support page sending me the url of the form, I will debug it .

Author loopus

Fixed :)

Customer Claymenia

Thx you !!!! :)

Customer Claymenia

Just a question : in my first step, i've two choices and the both are selectable. How i can limit to one choice ?

Customer Claymenia

and it's possible when we arrive to the end of form to come back for add a new selection?

Customer Claymenia

find it. je crois que vous parlez français ? J'ai trouvé pour le choix unique, ma seconde question portait sur le fait de pouvoir revenir à la première étape pour ajouter un produit avant d'envoyer le devis.

Author loopus

Bonjour, Oui, pour le choix unique, il faut simplement utiliser le même nom de groupes sur les différents articles : un seul sera sélectionnable. Actuellement il n'y a pas d'option pour revenir directement à la première étape depuis l'étape finale, désolé. Il est possible de revenir en arrière en utilisant le lien "Retour à l'étape précédente" . Je note l'idée et étudierai cette possibilité, merci .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ctnt

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer thread
CodeCanyon source
Customer ctnt

The "Conditions on redirection" doesn't seem to be working. I've added an URL and a condition to initiate the redirection when X item is selected. There was no redirection when the correct item was selected.

Author loopus

Hello, I just sent an automatic update fixing a bug on conditional redirections . You can apply it from the Dashboard > Updates wp menu link . The redirection happens at end of the form (otherwise, you can use the "Call an url on click" option on the item if you want to open a page directly on item click) .

Customer ctnt

Thank! It's working perfectly now

Customer ctnt

I see you can send the contacts to MailChimp, GetResponse, and Mailpoet. Just wondering if it is possible to add Aweber and/or infusionsoft to the list? Its just a suggestion, but it will be great if that can be done. Thanks

Author loopus

Not currently, I note the idea. If needed, you can find freelancers here to add quickly such specific customizations to your version : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from franksmedts

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer franksmedts

Hi There, I'm just started to use your plugin but it seems that the plugin doesn't function correctly. Let me decribe the problem: - if i add a "select field option" and fill in a price, it doesn't calculate it in the summary and total price section. - If I add a price at a "checkbox" it also doesn't calculate it in the summary and total price section. Could you explain why the system isn't calculate the prices I give? Thank you for your reply. Kind regards, Frank

Author loopus

Hello, Are you sure the "Add products to woo cart" option is correctly disabled ? As mentioned in the documentation, if you enable it, only woo products can have prices in the form (other items can be used to ask questions and create conditions), because only woo products can be added to the woo cart at end of the form If this option is disabled, please contact me from the support page sending me the form url, I will check it

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from gvns8

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer gvns8

The conditions on redirect feature does not seem to be working for me neither. Some options seem to work, but other types of form response options do not allow me to click the save button. I hope you can fix this new feature as it is very useful to me if it would work properly. Thank you.

Author loopus

Hello, Thank you for reporting! I just sent an automatic update fixing this problem. You can apply it from the Dashboard > Updates wp menu link .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rtwmerchants

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadBooking
CodeCanyon source
Customer rtwmerchants

When Using Date Picker. If I want to use this like a booking form for a service and when booked will or can I get the plugin to reject any other submits for the same time or day. This way I don't have two people booked at the same time and not be able to service one of them or have to make contact to make other arrangements.

Author loopus

Hello, No, sorry, there is no such option currently, I note the idea .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Micromonami

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer Micromonami

Hello I installed the plugin also I registered at stripe.com I’m activate my account, after activating my account .. I choose the test mode Stripe secret key: sk_test_q2KUqgpno9S8exzHRnRhxgyx Stripe publishable key: pk_test_rU81a5WjvSvbYxhkRUz5CiKP And I set up But after the card information, my page not change it My Page payment http://www.maxtop.fr/?lfb_action=preview&form=2 Thanks for the help! thank you for your attention

Author loopus

Hello, Thank you. The server returns a 500 error when the form is sent, there is probably a conflict somewhere. As mentioned in my first answer, please contact me from the support page, giving me a temporary access to the backend, I will debug it . The support page is here : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer Micromonami

Hello I think the problem will come from ( jQuery animation ). i how to remove the animation jQuery After payment , you can help me PLS ? Thanks for the help! & thank you for your attention

Author loopus

Hello, I replied your email .

Customer Micromonami

Thanks for the help

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from toptentrends

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
CodeCanyon source
Customer toptentrends

Lacking in payment methods, like 2checkout.com, when you're planning to add this?

Author loopus

2checkout support isn't planned for now, thank you for the suggestion.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from wizardkg

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomizationPaymentsPDF and email
CodeCanyon source
Customer wizardkg

Pre sale question: Is it possible to print the recieved form in admin panel? Will the form print the way it appears on the site? (So with columns, saving space) Or will it print with each piece of information on a new line?

Author loopus

Hello, You can see the stored orders, but there is no special print function from backend currently. I note the idea, thank you. But you can choose to receive a pdf of the order by email. The order contains the final summary as you can see at end of this demo : http://www.wordpress-estimation-payment-forms.com/demo-of-a-cost-estimation-form/ The headers and footers of the pdf order are the same as the email, you can freely edit it from the "Email" backend tab. Colors can be customized from the "Design" tab. There is a very simple example of generated pdf : http://loopus-plugins.com/My%20Estimation%20Form-A0005-57d145b19258f.pdf

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Micropars

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
CodeCanyon source
Customer Micropars

Hello I installed the plugin also I registered at stripe.com I'm activate my account, after activating my account .. I choose the test mode Stripe secret key: sk_test_q2KUqgpno9S8exzHRnRhxgyx Stripe publishable key: pk_test_rU81a5WjvSvbYxhkRUz5CiKP And I set up But after the card information, my page not change it My Page payment http://www.maxtop.fr/?lfb_action=preview&form=2 Thanks for the help! thank you for your attention

Author loopus

Hello, For support requests, please simply contact me from the support tab using your buyer account, I will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jetgraphique

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportWooCommercePayments
CodeCanyon source
Customer jetgraphique

Hey guys, The plugin looks awesome! Having some presale questions: Forms can generate a single price + a subscription price at same time : So that I understand correctly… Does this mean that a subscription-based product be charged at the same time as optional single price based products? i.e.: Monthly recurring payment for emails + Monthly recurring hosting service + One-time setup fee? Do I need WooCommerce for the check out process or does the plugin handles it? Does the plugin generate monthly recurring charges via Stripe or am I supposed to handle that separately from this plugin afterwards? Where is the end-user info stored and administered? Is it via WP users or in it separate UI? How are we notified that the end-user was billed on his CC via Stripe? Thanks for the help! :grin:

Author loopus

Hello, 1. No, if you configure your form to generate a subscription instead of a classical single price, you will see an option "Isn't a part of the subscription" on the items panel. If you enable it on some items, the price of these items will generate a single price total in addition to the subscription total . It also works with payment, for example, the total can be $49 now then $10/month . 2. Woocommerce isn't required, it is a facultative option. The form generate the order, make payments, send emails etc .. itself. The woocommerce option allow you to use woo products in your forms and add the selected products to the cart is wanted. 3. Yes, it can make recurring payment via stripe or paypal. You can freely define the frequency (day,week,month,year) . 4. The orders are sent by emails and are stored on backend of the plugin (button "View orders" on the backend form panel). 5. You will receive the order by email once the payment made, and the stripe nottification email .

Customer jetgraphique

Thanks for the reply! One last thing regarding question 1 : So this means : If the end-user selects "Hosting service 10$/month" + "Setup service 39$/one-time fee", he will be charged 49$ for the first payment. Then next month, he will be charged 10$. Correct? Thanks again for the help!

Author loopus

It will do : $39 the first payment, then $10/month . If you use single price + subscription price in a same form, the subscription fee will begin on the next month (this is the most frequent use). But if needed, you can easily add a value to the first payment amount using an hidden item in the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from alfasino9

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer alfasino9

Hello, When i add discounts per quantities, they don't save in the steps. I have added when more than 6 quantities the price has to be 30 (no 60) and i have click in Save. But nothing of that aplies in the frontend. Where is the problem? Thanks and best regards

Author loopus

Hello, Did you save the new reduction clicking the "Add a new reduction" once the fields filled ?

Customer alfasino9

Work!! Sorry for the mistake ;P

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ranganbd

3 direct author replies in this public CodeCanyon conversation.

9 messages3 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer ranganbd

Hi, Where can i get the cost calculation example ?Do u have any documentation ? I am struggling to use the ' use calculation function ' step 1 = price is set to 2000 step 2 = user selection ( number field or slider ) , for example 5 final result = 2000* 5 = 5000 how to get this result ? thanks

Customer ranganbd

Hi, ----------------------- Question 1: if i don't have option to get the quantity and calculate price other than slider. In - Step1 = A picture, price set to 2000 [if step 1 is selected go to step 2 ] Step2 = Slider - Suppose quantity is 5 and price is 2000 At the end because of 'operator ' it is giving (2000*5)+2000 = 12000 instead of 10000.. Can I neglect the operator from script file ? where it is located ? or What logic I have to put to get the desire value 10000 I tried the following one - if(([item-step2_quantity] >1) ) { [item-step1_price] ==0 2000 } --------------------------------- Question 2: if I use number field , can i calculate like the following way ? for instance Step1 = A picture, price set to 2000 [if step 1 is selected go to step 2 ] Step2 = number field - suppose quantity is 5 now how to calculate and show the price ? -------------- Thanks

Author loopus

Hello, 1. You can simply set the price of the picture in step 1 to $0, so only the slider will define the price : 2000*5 = 10000 . Otherwise, to remove the 2000 from the slider calculation, you can do this calculation: [item-1_price]- [item-1_price]/[item-2_quantity] (where item-2 is the slider itself and item-1 the picture of step 1). 2. A numberfield defines a value, not directly a quantity. You can create an hidden an preselected checkbox in the same step, and use a custom calculation to do that : [item-1_price]*[item-3_value] Where item 3 is the numberfield. The hidden checkbox can display the result in the summary, even if it is hidden in the form .

Customer ranganbd

Hi, Thank you for your valuable response. There is another thing I would like to mention. I don't want to show the 'Discount' field in report which is sent to the given email address. How can I hide the Discount field from report. Thanks

Author loopus

There is no option to directly do that. If you want, you can contact me from the support page, I will send you a custom version doing that .

Customer ranganbd

Thank you so much. I just sent you a message about that.

Customer ranganbd

Hi, in lfb.core.php file , line number 1153 I removed the discount part, and it works : ' . $form->summary_discount . ' I changed to this : Report does not generate Discount field now. will it be ok ? and yes, i sent you email since i have another issue related with report for admin email. In admin email report hidden fields are visible. I don't want this either. __ Thanks

Author loopus

1. Yes, it should be ok. 2. No problem, I replied your email .

Customer ranganbd

Hi, Thank you. It is working perfectly. All is good now :D

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Jaywhydee

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer Jaywhydee

mate, I can't figure out how to achieve having a conditional rule set properly : Let's say I have product A, B and C displayed for selection, I want to further display sub categories of A, B and C depending on the selections made example when A is selected to display products from A : A1, A2 and when a combination of A and British is selected to display A: A1, A2 then proceed to show B: B1, B2 and ignore the C as it was not selected. Basically to hide unselected steps . Hope it make sense. Thanks in advance.

Author loopus

Hello, To do that, simply link all your steps successively, and use the "Show depending on conditions" option on each facultative ones to set the conditions.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dipenkc09

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CodeCanyon source
Customer dipenkc09

Didnt receive any confirmation emails from the estimation form ... Is there anything wrong ?

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webcodebox

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer webcodebox

Hello, It has plans to add functionality to redirect url different depending on the last step? This feature would be very useful !!! Thanks

Author loopus

Hello, It isn't planned for now, but it is a good idea, I note it and will study this possibility for a next update .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from azharmajothi

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CodeCanyon source
Customer azharmajothi

Hi looks great! Is it possible to set quantities of a produce to 500, 1000, 2500, etc?

Author loopus

Hello, You can freely define minimum and maximum quantity for each item. If you want the customer can select only these quantities (and not 450, 1500 etc ...), you can use a dropdown or simply different pictures items without quantity selection enabled , names with their static quantity : "500x Item 1" , "1000x Item 1" etc ...

Customer azharmajothi

thank you for the speedy response!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kally_chong

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer kally_chong

Hi dear support, i just purchased this plugin and it's not display as well in my website when i inserted the shortcode into the certain page. Can you pls advice more? Thanks

Author loopus

Hello, Please try to enable the "Ajax navigation support option" of your form (tab "General"). If needed, you can contact me from the support page sending me the url of form, I will check it .

Customer kally_chong

Hi, noted with thanks. It's working now. :)

Author loopus

:)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from scottjames1

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadCustomizationWooCommerce
CodeCanyon source
Customer scottjames1

Can i use the select field option information to determine the product or can that selection information be used for something? Maybe by passing that selection to woocommerce / my CRM system to a custom field?

Author loopus

Hello, No, sorry, a select can't define a woo product currently. Each option of a select can have a price, and can be used in links conditions. You can assign a woo product to a picture, a checkbox or a slider item .

Customer scottjames1

What can I use the Dropdown information for then?

Author loopus

A dropdown can be used to allow the user to select one of the preset options. It can be used to recover a information for the order (ex : What is your country ?) or to be used in conditions (ex: Do you want a website or a mobile app ?), to open the next step or show a specific item depending on the selected answer. When you don't use the "Add product to cart" option, each option of a dropdown can have its price, that is added to the total on selection .

Customer scottjames1

So I was using the dropdown for a language selection, as need to either collect that information in a custom field or be able to select that product, is that possible?

Author loopus

This information will be displayed on the order you will receive (the order will be stored on backend too). If you want to add a woo product to the selection depending on the choosen option in the select, simply create checkbox items for each product, assign them the corresponding woo products and enable the options "Is required" and "Is selected". Then use the option "Show depending on conditions" to activate each product depending on the selected option in the dropdown .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webaholicsteam

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer webaholicsteam

Great plugin, just tried to download latest version from codecanyon, but it is showing as version 9.506 which is older, although the files in the plugin appear newer

Author loopus

Hello, It is correct, the current version on codecanyon is 9.506. Once installed, you can apply the last automatic update (9.512) from the Dashboard > Update menu link, on WP backend .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Judyvea

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesCustomization
CodeCanyon source
Customer Judyvea

I’m looking for a calculator like the examples given below…. on For Sale By Owner sites to show “How Much You Save” Question is, Can we build a form calculator like the ones used in these examples? Examples:- 1) https://www.purplebricks.com/ ..preferably customise like this one onn purplebricks 2)https://www.solopro.com/sell 3)http://savvylane.com/

Author loopus

Hello, No, sorry, the mentioned forms seem to use some specific features and design that don't exist on this plugin .

Customer Judyvea

Ok thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from elietannoury

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer elietannoury

Hi, I am unable to import the sample. Also, the first step icon disappears when I add another step. The installation is local, so I cannot supply access to admin

Customer elietannoury

Sorry. Please ignore issue relating to steps. The new step icon was sitting right on top of new step. Still unable to import sample.

Author loopus

Hello, If you want, you can contact me from the support page sending me a temporary access to the backend, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from david_kly

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
CodeCanyon source
Customer david_kly

I sell fabric and charge by the square metre. Would it be possible to have a customer order widths (only have 3 widths available) x length to work out the total cost? I would like to add additional costs such as edging, backings and delivery. Would this be possible? I have the Bookly plugin. Would it be possible that at the end of the checkout process the customer could book the delivery?

Author loopus

Hello, 1. Yes of course, you can do such forms with this plugin . 2. No, sorry, there is no option to work with Bookly plugin, I note the idea, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from GillianPerhaps

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer GillianPerhaps

Hi. I've been using your plugin for a long time now. But I have this problem right now. Some of the options appear to not work. In the back end they are linked and all set correctly, but in the front end only one option of the 5 options works.

Author loopus

Hello, Please contact me from the support page, sending me the url of the form, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Ehrenplatz

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer Ehrenplatz

Hello, I love the plugin, but now I need a setting that I just can't find. I want to set that one must choose between 2 options, but I can activate only 1. How does it work?

Author loopus

Hello, Simply use the same "group" name for the two items. Only one will be selectable.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Pique22

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer Pique22

im starting a webdesign business and i want to use your plugin at the last step can i redirect to a url

Author loopus

Hello, Yes, simply fill the wanted url in the "Call an url on close" option, in the "Last step" settings tab of your form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Ophanims

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer Ophanims

What options are there at the final step? Is it possible to load in a custom form/javascript? My employer uses marketing automation software that offers solid form management and it would be nice if that could be integrated.

Author loopus

Hello, On the final step, you can freely manage fields or display a gravity form, show a summary, show a mandatory legal notice or add a discount code field. No, there is no option to load it in a custom html form. If the mentioned marketing software works with Gravity Forms, you can assign a gravity form to the last step, the full form will be submitted directly by Gravity. Otherwise, if you need a developer to add such specific customizations to your version, maybe you should have a look here : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from eirehotspur

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesPaymentsPDF and email
CodeCanyon source
Customer eirehotspur

This is brilliant....could I set this up for multiple clients on a Directory website or can you only use it once on each website??

Author loopus

Hello, You can create as many forms as you want with it .

Customer eirehotspur

thanks for the quick reply. So I can setup a form on each Business page and send payment to each of their paypal accounts for payment? Can the email be sent to their account instead of MailChimp etc?

Author loopus

Yes. The email will be sent to the admin (you can freely edit this email from the backend for each form), and to the customer if wanted . You can edit the email templates of admin and customer directly from backend. The contact can be sent to Mailchimp, MailPoet and GetResponse, but it isn't mandatory .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from csavu7

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPayments
CodeCanyon source
Customer csavu7

Just to recap what I can do with your plugin: 1. User can choose couple options, input some personal information, then get a final price for his vacation package 2. When form is completed, user can have the choice of making a one-time payment or divide it with a payment plan (let's say dividing the total in 5 or 10 payments with an initial deposit paid (if payment plan is chosen) 3. Recurring payments are AUTOMATIC! With Paypal or with Stripe Thanks

Author loopus

Hello, I replied on your other comment (there is probably a mistake, you posted this same message 4 times). Please prefer to use the "Reply" button instead of creating new comment to reply to a message.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from csavu7

3 direct author replies in this public CodeCanyon conversation.

9 messages3 author repliesBuyer threadSupportWooCommercePayments
CodeCanyon source
Customer csavu7

Pre-purchase question: We sell vacation packages on our website and will use the WooCommerce subscription plugin for recurring payments. Just want to make sure your plugin is right for us: We want to gather the user's personal information, room occupancy etc. A couple product variations depending how many people are in the room. Is this right for us? Thank you

Customer csavu7

Another question: I read you can sell subscriptions / payments plans.. Does that mean I don't need the WooCommerce subscriptions extension? Thanks

Author loopus

Hello, Yes, this plugin can generate subscriptions forms, no problem. It also works with WooCommerce, but not with the mentioned plugin "WooCommerce subscription" .

Customer csavu7

So I don't need WC subscriptions if I use your plugin for payment plans?

Author loopus

No, you don't need it, you can directly manage that from this plugin.

Customer csavu7

That's awesome. So just a recap of what I can do with your plugin: 1. The form will help build a final price for each traveller: user adds personal information, chooses Room Occupancy, and depending on if the traveller has other friends in the room, new fields can be added for their names and emails. 2. At the end of completing the form, user will see a total price and will be able to choose to pay in FULL right now OR choose a payment plan (let's say split it in 10 payments or in 5 payments) with an initial deposit -- I don't need an estimate, but rather a final amount user can start paying right away 3. User can pay right away and recurring payments are AUTOMATIC! Is that right? Thank you

Customer csavu7

Just to recap what I can do: 1. User can choose couple options, input some personal information, then get a final price for his vacation 2. When form is completed, user can have the choice of making a one-time payment or divide it with a payment plan (let's say dividing the total in 5 or 10 payments with an initial deposit paid (if payment plan is chosen) 3. Recurring payments are AUTOMATIC! With Paypal or with Stripe Thanks

Customer csavu7

Just to recap what I can do: 1. User can choose couple options, input some personal information, then get a final price for his vacation 2. When form is completed, user can have the choice of making a one-time payment or divide it with a payment plan (let's say dividing the total in 5 or 10 payments with an initial deposit paid (if payment plan is chosen) 3. Recurring payments are AUTOMATIC! With Paypal or with Stripe Thanks

Author loopus

Hello, 1. Yes 2-3 . No, the used payment gateway (Stripe or Paypal) and the subscription parameters are defined by admin on each form, not by the customer himself .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from corianwyatt

0 direct author replies in this public CodeCanyon conversation.

1 messages0 author replies
CodeCanyon source
Customer corianwyatt

Disregard

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Jimmyk3291

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationBooking
CodeCanyon source
Customer Jimmyk3291

Hello, Your plugin seems amazing, but if I buy it will I be able to do the following? 1. Add different values for specific dates. For example: A service might cost 10€ between 1-10 January but 20€ between 20-30 January etc. 2. Add different values based on booking durations. A service might be cheaper if someone buys it for 5 days or more. Would really appreciate a quick response, Kind Regards,

Author loopus

Hello, 1. Yes, you can use such dates conditions on links between steps and price custom calculations. 2. Yes. You can ask the duration using a slider or a picture item, and apply reductions using the "Reductions on quantities" option. You can also do it using custom calculation .

Customer Jimmyk3291

You are really quick! I am buying. Will let you know if I run into any problems. Kind Regards,

Author loopus

No problem, you can contact me directly from the support tab if you need help.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PMOP

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author replies
CodeCanyon source
Customer PMOP

Hello! Any plans to integrate your plugin with affiliate plugins ? Looking forward for such option to buy your plugin :) Thank you!

Author loopus

Hello, Not for now, but I note your request. Which plugins do you think about exactly ?

Customer PMOP

With any famous affiliate plugin and most used ones. Specially with free affiliate plugins like this one; https://wordpress.org/plugins/affiliates-manager/ . I think such integration will bring in more buyers for your awesome plugin

Author loopus

Thank you, noted.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from scarto2011

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer scarto2011

Hi, I am trying to build simple estimation form – total price of lessons depending on what language and how many lessons user have selected. I have select box with 3 options: • English – 100 • Spanish – 200 • French – 300 and slider of how many lessons they want to buy (1-10). I want to show total price depending on selected language and number of lessons i.e. English x 5 lessons = 5x100=500 Spanish x 3 lessons = 3x200=600 But it is not working as it should be here is example of the form http://www.lingvaflavor.com/calc-test/ I am using calculation like this [item-40_price] * [item-41_quantity] what I am doing wrong and how can I build this form? Maybe you could create example form so I can import it? Thank you

Author loopus

Hello, On the slider, you simply need to use this calculation: [item-40_price] Because the result price of this calculation will be automatically multiplied by the selected quantity.

Customer scarto2011

Yes it worked, thank you, but now final price shows 1 extra lesson, for example if I select 10 english lessons at 100 - final price should be 10*100=1000 but it shows 1100 you can see it here http://www.lingvaflavor.com/calc-test/ It seems that it is adding amount of the first select box to the final price because selectbox uses operator + https://yadi.sk/i/Ludqdi9xuRK6R Is there a way do not add amount of the first select box to the final price, calculator should simply multiply price of the selected lesson and quantity on the slider.

Author loopus

Yes, to do that, set the price of the select options to $0, then use the desired conditions in the calculation of the slider: if(([item-40_value] =='English')) { 100 } if(([item-40_value] =='Spanish')) { 200 } if(([item-40_value] =='French')) { 300 } Such conditions can be easily and visually created using the "Add a conditions" button above the calculation field .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from NathanSimpson

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer NathanSimpson

Please make a video for calculations - I also would like an example of profit estimation....Say I'm selling t-shirts and they enter all the costs - it gives them costs but then on last step they enter how much they will sell shirts for and it then multiplies that times the number of shirts ( step 3 ) and if less than zero it shows " 0 " and if more it shows positive profit/earnings...

Author loopus

Hello, Please can you use the "Reply" button instead of creating new comments for each new message ? It allows me to more easily follow each conversation with the different interlocutors, thanks. You can easily and visually create your own conditions simply using the "Add a condition" button above the calculation field. It will generate the conditions code automatically . Same thing to recover the value of a specific item, you simply need to click the "Add a value" button, select the desired item and the desired attribute (quantity, price, value...). It will generate the corresponding code in your calculation field. The only thing you have to do is to complete the generated code to do the wanted calculation (using operators +,-,* and /), as you can see on the example just under the calculation field. If your last item is a numberfield, you can't set a calculation directly on it (because it defines a value, not a quantity). Simply create an hidden and prelected checkbox on your step to apply your calculation. The checkbox can display the result in the summary if wanted, even if it is hidden in the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mediarun

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CodeCanyon source
Customer mediarun

Hello:) When I choose in input option to display in "Column" On small screen I get classes: "itemBloc col-md-2 lfb_item" i want to change them to "col-md-6" where can I find piece of code responsible for that?:) THANKS!

Author loopus

Hello, You can find it in the file includes/lfb-core.php, searching for "col-md-2" (near line 769 in the last version) .

Customer mediarun

That was it! Thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from danieldan

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesSupport
CodeCanyon source
Customer danieldan

Seems like not working with https://themeforest.net/item/bubbles-parallax-one-page-wordpress-theme/7241908 If placed on homepage (single page) it cycles on first step with product images. User is unable to choose from them.

Author loopus

Hello, If you need help, simply contact me from the support tab (using your buyer account), telling me the url where I can see the form, I will debug it .

Customer danieldan

Hi Loopus, it is not possible. My pal took his plugin into my theme and showed me for a while on his website. There was the bug described in the post above. Seems like some javascript problem or something...

Author loopus

Ok. If you buy the plugin and need help, feel free to contact me from the support page, I will help you .

Customer danieldan

Are you sure you will repair the plugin for my theme if I buy it?

Author loopus

Yes of course. And if for any reason I can't debug it, I will propose you a refund . My goal is that the plugin works perfectly for my clients :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mediarun

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer mediarun

Hello:) Is there any way to let user edit form after submit? For example link that will be send to email and when you click on it you will go back to form and be able to edit/change some order informations? Thanks:)

Author loopus

Hello, No, sorry, there is no option to edit a form once submitted. If needed, you can easily find a developer here to do quickly such specific customizations on your version : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from NathanSimpson

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer NathanSimpson

will registration ever be added to this? I would like to add registration since subscriptions is now available... Be nice to allow them to register with this type of 1 question at a time flow of info...

Author loopus

Hello, I'm not sure to understand. To what do you want to register the user ?

Customer NathanSimpson

well say the are subscribing to the site - it should also register them.

Author loopus

Ah ok, I note the idea and will think about it, thanks .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from NathanSimpson

5 direct author replies in this public CodeCanyon conversation.

12 messages5 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer NathanSimpson

Trying to get slider to change price 1 to $1 - meaning they slider slider to any number and then that number is added to price and moves the progress price display to show change - it is not working... It keeps reading slider as qty and multiplying some mysterious number and adding that to price or moves nothing at all... Also not seeing slider amount in final review order details display...Please help... I'd like to do some cool things like let customer input their budget and then each item added takes away from price until it hits zero and then they can enter how much they intend to sell ( say t-shirts ) then it displays ROI... Or some sort of way of showing potential profits from selling t-shirts and let client play with price variables like qty, shirt type, #ink colors, etc... Just need to set up 1 step and see slider add to price progress bar exactly the same as number in field.

Author loopus

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

Customer NathanSimpson

sent log in info - slider doesn't effect progress bar correctly.. Maybe you can set it up and show me in admin... thanks for fast support... But can't seem to get this to work sent email with more details..

Customer NathanSimpson

http://fastcashtees.com/demo/demo/

Author loopus

I received your email and replied, I wait your answer, thanks.

Customer NathanSimpson

thank you! I wish all developers had you skill and integrity!

Author loopus

Thank you very much :)

Customer NathanSimpson

Sending you another demo - with login - I have tried everything and can't get it to work... Maybe someone who reads this will do a youtube video on using slider and calculations.... I'm no dummy and this is a great plugin but man i can't seem to figure it out...

Author loopus

I don't see your email . If you need help, please contact me from the support page, I will help you .

Customer NathanSimpson

Got a reply stating " not possible " Not sure i understand - wanting to have progress bar increase at a 1 to 1 ration with slider... If they slide the slider to 23 then the progress bar shows $23 and so on... Are you saying it won't calculate price based on slider?

Customer NathanSimpson

will you be providing any videos showing how to use calculations?

Author loopus

Hello, 1. The email I received asked if it is possible to automatically change the value of a slider to be the same of another slider : no, it isn't possible. But maybe I misunderstood. "Not sure i understand – wanting to have progress bar increase at a 1 to 1 ration with slider… If they slide the slider to 23 then the progress bar shows $23 and so on" : simply set a price of $1 to your slider, it will show $23 if you select 23 quantity. 2. It isn't planned, but I note the request. You can easily recover the values of your items and create conditions directly using the two buttons "Add a value" and "Add a condition" just above the calculation field. the code will be generated directly by the plugin . The only thing you need to write is the operation (using operators "+", "-" , "*" or "/") . There is also a panel explaining how it works, just under the calculation field . If you need help on a specific calculation, you can simply reply my email sending me an export of the form, telling me the item where you need help, I will help you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from lkk978

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer lkk978

Nice plugin! Presale question. You can show the price of the quote only on email? The customer's email address is stored in the database?

Author loopus

Hello, Yes, you can choose to hide the final price of your form. Yes, all orders are stored on backend. You can also send contacts to Mailchimp / MailPoet or GetResponse if wanted.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Panther_software

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer Panther_software

Hi, it seems that PDF function (on summary email) doesn't work for me. I send you an email about this case. Greetings

Author loopus

Hello, I replied your email .