Loading...
Historique marketplace

Vraies questions CodeCanyon et réponses de l'auteur

Retrouvez les questions d'acheteurs, les scénarios avant achat, les problèmes de configuration et les réponses directes de l'auteur des années où WP Cost Estimation était vendu sur CodeCanyon. Voyez comment de vrais clients ont utilisé le plugin et comment les questions courantes ont été traitées.

5 557

Fils de discussion publics

Historique de support public CodeCanyon

19 461

Messages

Questions clients, suites de discussion et contexte

8 679

Réponses de l'auteur

Réponses directes de l'auteur du plugin

78

Pages d'archive

Conversations les plus récentes en premier

Les adresses e-mail publiques et les valeurs ressemblant à des codes d'achat ont été masquées. Le texte original est sinon conservé tel quel pour que le contexte support reste lisible.

Support: 2699Personnalisation: 1536Paiements: 1482PDF et e-mail: 1275WooCommerce: 406Réservation: 221Licences: 215

Rechercher dans l'archive

Trouver une question ou une réponse CodeCanyon

Recherchez dans tous les fils de discussion publics par mot-clé, nom de client, fonctionnalité, intégration ou sujet support.

Saisissez au moins 2 caractères pour explorer toute l'archive.

Page 30 sur 78

Dernières discussions archivées

Chaque fil regroupe la question client, les commentaires de suivi et les réponses de l'auteur, du plus récent au plus ancien.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de dg5150

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurPersonnalisationPDF et e-mail
Clientdg5150

Hi Loopus hope you're well. Quick question.. in the PDF generation, how to i change the colour of the project content text? it's coming up in a very light grey, which is all but unreadable. Cheers

Auteurloopus

Hello, It uses the color defined in the "Texts color" option of the form. If needed, you can use this rule in the "Custom CSS rules" option of the form to change the text color in the summary table only : #estimation_popup #lfb_summary table td { color: #333 !important; }

Clientdg5150

thats what i thought (i.e. texts color) but i have that set to white as its a black form (headings are white) when i change it to black i lose all my headings. Will the CSS above work specifically for PDF generation or will it also change form heading colors? Cheers

Auteurloopus

This css rule will change the text color of the summary table (in the form, the email and pdf) .

Clientdg5150

awesome thanks..will give it a shot now

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Yousefzadeh66

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

6 messages3 réponses de l'auteurFil acheteurSupportWooCommercePaiements
ClientYousefzadeh66

Hi, I've 3 different WordPress langue of my site on one domain. and i buy one license. can i use one license for this 3 WordPress on one domain like sample.com/ar/ and sample.com/ru/ ?

Auteurloopus

Hello, Yes, if the website/service is the same, you can use only one regular license for all its domains, no problem .

ClientYousefzadeh66

Is this license for plugin features limitation or for automatic update. becuase if my support end this license has expire?

Auteurloopus

No, the license doesn't expire, and the automatic updates still available. Only the support rights expire after 6 months .

ClientYousefzadeh66

Hi, Is it possible to add my own bank payment gateway to this plugin? or can you add this for me?

Auteurloopus

Hello, The available payment gateways are currently Stripe, Paypal and Razorpay. If you use the woocommerce feature, the payment can be done directly from the configured woocommerce payment gateways . I am not available as freelance, but if you need a specialized team to develop such customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de omarperez999

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPaiements
Clientomarperez999

Hello -- another presale question (sorry that I didn't ask in my earlier message) Is it possible to have a final image being presented after making the various selections, rather than step by step as shown below? https://www.wordpress-estimation-payment-forms.com/layered-image/ Thanks again!

Auteurloopus

Hello, Yes, you can create "Rich text" items to add the wanted static images where you want in the form, and use their option "Show depending on conditions" to show the good one based on the selection done in the form .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de omarperez999

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientomarperez999

Hello -- presale questions here. A potential client wants to give his clients a login so they can get estimates on backyard hardscapes. He wants to be able to give different prices to different people (which I understand is not possible unless you duplicate the forms, which I understand is possible) and change the prices. My main question: Is it possible for a user who is logged in to have their estimates saved? Thank you!

Auteurloopus

Hello, There is no such feature currently, sorry. I note the idea .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de khrshnk1

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteur
Clientkhrshnk1

Hello! I have presale question: can i group number field and slider? And set minimal price?Thanks!

Auteurloopus

Hello, No, sorry, there is no specific option to do that currently . Thank you for the suggestion .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de maxencerevo

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

7 messages3 réponses de l'auteurFil acheteurPersonnalisation
Clientmaxencerevo

Hi, I want use this shortcode [dateDifference-currentDate_236] for an hour ? Like [HourDifference-currenthour_236] It's possible ? Regards

Auteurloopus

Hello, No, sorry, there is no specific option to do that currently. I note the suggestion, thank you !

Clientmaxencerevo

Ok thank you. Can you work on it and add it ? I am ready to pay you for this task, we need it quickly. Regards

Auteurloopus

Here is the code to use in the custom calculation to recover the number of hours between two datepickers : moment(jQuery('[data-itemid=2]').datetimepicker('getDate')).diff(moment(jQuery('[data-itemid=1]').datetimepicker('getDate')),'hours') Where "1" and "2" are the IDs of the target datepickers (you can use the button "Add a value" above the calculation field to easily recover their IDs) . Is it ok ?

Clientmaxencerevo

Thank you but no. I need the difference between an hour and the actual hour

Auteurloopus

Ah ok. In this case you need to use this one : Math.abs(moment(new Date()).diff(moment(jQuery('[data-itemid=1]').datetimepicker('getDate')),'hours'))

Clientmaxencerevo

Hi, OK thank you

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de PThagaard

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
ClientPThagaard

Hi, the latest update has broken the link conditions, im assuming for everyone incl. our clients. The link conditions will select a random location, disregarding of the choices made. https://i.imgur.com/1SbTNDr.png All conditions takes you to this one (which isnt the one selected) Started happening on all clients since the last update. Is there a backlog somewhere with older versions available ?

Auteurloopus

Hello, I can't reproduce this issue on my side. Please can you contact me from the support page ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mtsdesigns

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPersonnalisation
Clientmtsdesigns

Images are stretched and loose proportions on mobile. Is there a css to tell that all images have a fixed with of 85 px?

Auteurloopus

Hello, Yes, it can be done by using this rule : #estimation_popup .selectable .img { width: 85px !important; height: 85px !important; }

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de indigit

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientindigit

There is a bug, trying to redeclare Mailchimp Fatal error: Cannot declare class MailChimp, because the name is already in use

Auteurloopus

Hello, There is a conflict with another plugin. Please can you contact me from the support page of the plugin ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de albertoarandaa

0 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

1 messages0 réponses de l'auteur
Clientalbertoarandaa

Genial esta herramienta, la usamos en https://evernes.com y es perfecta!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de wearecrunch

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisationPDF et e-mail
Clientwearecrunch

Hi, After the tool has calculated a price in a specific step, is it then possible to round down to nearest thousand? Thank you

Auteurloopus

Hello, I just received your email and replied to it. You need to use this js function in the custom calculation to do that : Math.round( (Your calculation here) /1000)*1000 Example : Math.round(5231/1000)*1000

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de AfricanAdventures

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurSupportPaiements
ClientAfricanAdventures

Is there a way to rollback to previous versions of the plugin?

Auteurloopus

Hello, The way to do that is to fully uninstall the plugin from the Wordpress plugins panel, then install the previous version. Then you can import a form data export that was generated from this version, or from a previous one .

ClientAfricanAdventures

Sorry, I wasn't clear enough, Where can I get the previous version of the plugin? I had been updating the plugin through WordPress so wasn't directly downloading copies of the previous versions.

Auteurloopus

Ah ok. Please contact me from the support page, I will send it to you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

ClientAfricanAdventures

Thanks. I've sent you a message.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Jaymorck

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
ClientJaymorck

First of all this plugin is awesome, thank you! I have a problem that most likely is just me being a retard so im a little hesitant to ask for support :) I cant get multiple items in the same row. No matter which number i put in "Max items per row" it only puts one item pr. row. Also all the pre-made forms only have one item pr. row. What am i missing? Thank you! :)

Auteurloopus

Hello, Thank you :) Did you correctly set the "Layout" option of all the items to "Column" ?

ClientJaymorck

Yes they are all set to Column and "Max items per row" is set to 0

Auteurloopus

Ah ok. There is probably a css conflict. Please can you contact me from the support page, sending me the url of the form ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

ClientJaymorck

Sure thank you for the incredible fast support! :D

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de developerguy

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientdeveloperguy

Hello guys the uniform js library that is loaded by the theme and applied to all checkbox, without using scope., so all checkbox do not showing up in the form. How can I fix this issue. Thanks so much.

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de rocketcreativeworld

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientrocketcreativeworld

Hi it is good plugin but i m here in trouble kindly help me out http://nsauh.com/professional-maid-form/ please follow above link there is form of cleaning i want to add mulitple cleaner and in price i want add like this 1 cleaner = as price already mention 2 cleaner = multiply of actual price with 2 3 cleaner = multiply of actual price with 3 and so on kindly help me out how can i multiply this value and i have already create ticket but no one reply me please answer me as soon as you can please

Auteurloopus

Hello, I correctly received and replied to your support request yesterday . Please can you check your mailbox ? ( sent to [email redacted] ) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de alexissatok

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientalexissatok

Bravo !! This plugin is super powerful! Beautiful design and I want to take my hat to support! Reactive and god is that I was a bit overwhelming with all my requests! Another big thank you to you LOOPUS !!!

Auteurloopus

Thank you very much ! :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de manuelmuad

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPaiementsPDF et e-mail
Clientmanuelmuad

Hi, pre sale question. 1. How can a customer see their invoices paid from the web? 2. Are the invoices generated automatically numbered? ty!

Auteurloopus

Hello, 1. The invoice can be sent to the customer by email once the payment done 2. The order reference is automatically incremented by the plugin, and its prefix is freely editable from the settings of the form.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de maaaaaaaat

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

7 messages3 réponses de l'auteurPaiementsPDF et e-mail
Clientmaaaaaaaat

Hi, Can I create a simple contact form e.g. Name, Email address? With a submit button? I want all of the complex functionality but I just need to check if I can make a simple form too with no price calculation.

Auteurloopus

Hello, Yes, you can also create simple forms with it ( ex : https://www.wordpress-estimation-payment-forms.com/contact-form-demo/ ) .

Clientmaaaaaaaat

Thanks!

Clientmaaaaaaaat

And can you customise the look and feel of the fields etc? e.g. border styles, remove icons, change button size and location...

Auteurloopus

Yes, icons can be managed directly from the item panel. The form designer tool can be used for the other styles customizations ( https://www.youtube.com/watch?v=sCxV7CdTcrQ ) .

Clientmaaaaaaaat

Very good! Thanks for the reply. Good music too! ;)

Auteurloopus

Thank you ! ;)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de maaaaaaaat

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurSupport
Clientmaaaaaaaat

Hi, do you support Google Fonts?

Auteurloopus

Hello, Yes, it supports Google Fonts .

Clientmaaaaaaaat

Thanks!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de airallineed

4 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

8 messages4 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
Clientairallineed

Did anyone managed to send the final price into Google Analytics? (not only a conversion goal -> Thank you page) Also the final order price? Thank you!

Auteurloopus

Hello, Sorry, there is no option to do that currently. I note the suggestion. If needed, the selected items and the total price can be sent to Zapier.

Clientairallineed

Thank you! I just updated the script. And now the orders have all the same "from" in the email title-> the admin email. Before it was the email of the customer, can I set that back?

Auteurloopus

Yes, now it uses the customer's email for the "reply-to" parameter, but not for the "from", to avoid the order email to be blocked as spam on some email accounts. You simply need to uncomment the line ~3322 of the plugin file /includes/lfb-core.php to do that : // add_filter('wp_mail_from', array($this, 'wpb_sender_email'));

Clientairallineed

Thank you! I did that. Now I can't see my orders anymore in the order list. The rows name and email are empty. When I check "view this order" the whole order is empty.

Auteurloopus

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

Clientairallineed

I have send you the data. Another problem what I have is for a long time is that my folder (uploaded images) will be set as 740 instead of 755 and therefore i need to change all the folder in ftp first that I can open the link in the order mail. Possibly it is another plugin that is doing that but I never could figure out which one it is, even after slowly deactivating other plugins.

Auteurloopus

I correctly received your support request, I replied .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de micb11

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurPersonnalisationWooCommerce
Clientmicb11

Am I right in thinking that I cannot add to woocommerce basket if there are conditional statements?

Auteurloopus

Hello, When the option "Add selected items to woo cart" is enabled, all the wooproducts assigned to the selected items in the form are sent to the cart at end, there is no limitation based on the conditions used .

Clientmicb11

Hi I want to use this to configure a window for a house. If I have the window as a product then I want the user to be able to add there own dimensions so it will work out the price. when i go to complete order will it put the window in the basket with the correct price?

Auteurloopus

Yes, if you use the custom calculation price of this item (the one with the wooproduct assigned), the product will be added with its calculated price to the woo cart .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de faxbb

6 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

14 messages6 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientfaxbb

Form keep loading after hitting the order button. Seems me javascript issue. It is working fine in another host but not here.. You can see it here.. https://new.faxbb.com/purchase/ Already contacted it support.

Auteurloopus

Hello, I just received your support request, I replied. Please can you check your inbox?

Clientfaxbb

I reply you back with forms those are being used..

Auteurloopus

Thank you, but I did not receive your answer. Please can you send me an export of the form (via wetransfer if needed) , to allow me to debug it ?

Clientfaxbb

yes, I exported and attached and already sent you an email at [email redacted]

Clientfaxbb

even if you would like I can share you wp admin login detail..?

Auteurloopus

Thank you, I just received it.

Clientfaxbb

sent you login detail at your email please check it..

Clientfaxbb

Don't get your reply about update ?

Auteurloopus

But I replied yesterday, we apparently have communication problems. Can you indicate me a functional email address?

Clientfaxbb

here is the [email redacted]

Auteurloopus

It is the same one,but I just sent a new message to this address.

Clientfaxbb

you can contact here if there is an issue with that. ... [email redacted]

Auteurloopus

Thank you, I just sent it to this address.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Dgtacq

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
ClientDgtacq

Is there a solution for the following thread from two years ago? Thanks! maribmota: not sure if i was clear…sorry. i’m not talking about hiding the values of the fields. i want all the data in the fields to appear normally, the only thing I want to hide/delete is the ROW where the titles ”description” and ”information” are. this row wouldn’t appear and the table would start with the 1st step title row. for example, like in your screenshot below: https://s3.envato.com/files/230419087/screen_01b.png the green row of the table would disappear. it wouldn’t exist. and the table would start right with “mobile or website” row. did i explain it better? thanks again! loopus loopus Author almost 2 years ago Flag Ah ok. Simply paste this rule in the “Custom CSS” option of your form (Design settings tab) to do that : #lfb_summary thead,#lfb_summary thead th {display: none !important; } maribmota maribmota Purchased almost 2 years ago Flag perfect! thank you very much! maribmota maribmota Purchased almost 2 years ago Flag i just noticed something…the solution you gave worked fine in the summary on the screen, but the row still appears when i add the [project_information] to the email. how can i remove it from the email as well? thank you! maribmota maribmota Purchased almost 2 years ago Flag [project_content] mdshak77 mdshak77 Author Team almost 2 years ago Flag Hi there, Please contact through the support page of plugin. We will help you there.

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de rs232

0 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

1 messages0 réponses de l'auteur
Clientrs232

[total]

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de xrisxal2000

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientxrisxal2000

Hi, great plugin. Pls tell me , is this plugin heavy for a website. My site is optimized for speed . Its important. Thanks

Auteurloopus

Hello, This plugin will not slowdown your website. Its css and js files are compressed and loaded only on the pages that use E&P forms .

Clientxrisxal2000

Awesome, Thanks!

Clientxrisxal2000

Ηi, can you send me the contact form to import it? Thanks

Auteurloopus

Hello, Yes, please contact me from the support page : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support , I will send you the wanted form.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de pxlmarkt

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupport
Clientpxlmarkt

Hello, is your plugin compatible with wyzi business finder theme? Thanks

Auteurloopus

Hello, I don't know the mentioned theme, but yes, it should work on any premium Wordpress theme. If the theme uses a specific page builder, and if the styles of the forms aren't loaded correctly on the page, you will simply need to activate the form option "Ajax navigation support" .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de piperhowie

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurWooCommerce
Clientpiperhowie

Hi pre sale question. I want to be able to use this plugin to select items in a certain order from the woocommerce store. Products would be in their own stages like you have in your woocommerce demo. The question is it possible to have the option to save my progress at any point in the selection and return to the saved stage with the products still in my cart? Many thanks in advance.

Auteurloopus

Hello, When the woocommerce option is used, the wooproducts are added to the cart only when the form is finished. There is an option to allow the user to save the form progression and continue it later .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de lunddennis

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurWooCommerce
Clientlunddennis

Hi there. Ive been looking at this plugin for quite some time, and it seems awesome. So i got a presale question. Is it possible to make a guide, to end with a specific woocommerce product? The usecase is as such: The buyer need specific software. The buyer would then be able to choose different needs/features, in steps, to get to the right software (sold thru woocommerce), that matches the needs the customer has choosen. So the customer is guided in steps with features, that in the end show a product, that is being guided to, thanks to the chosen steps. ...if this does not make sense, please let me know :) Best regards, Dennis :)

Auteurloopus

Hello, Yes, it can be done by using this plugin. You can assign wooproducts to items of the form, and use the conditional system to activate the good one depending on the values filled and the selection done in the form. Then the selected product can be added to the woo cart at end of the form .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de moderndayoptx

4 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

9 messages4 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientmoderndayoptx

Hi, I am trying to center the numbers in the "SELECT FIELD." Is there an option I'm not seeing? And also, how do I make the select box smaller? Thank you.

Auteurloopus

Hello, Once the option "Use default dropdowns" enabled in the "Design" settings the of the form, you need to paste this rule in the "Custom CSS rules" option to center its value : #estimation_popup select { text-align: center; text-align-last: center; } The select field should have the same size than the other fields .

Clientmoderndayoptx

Thank you my friend, that actually helped. I have another question...is there a way to make look like eyeglasses/contact lenses prescription format?

Clientmoderndayoptx

I have a problem...I just imported the "example forms" into the form list and it deleted all my forms I made. PLEASE TELL ME I CAN GET MY FORMS BACK SOMEHOW.

Auteurloopus

Hello, Yes, there is a warning message on the import modal that explains that all the form data will be replaced by the imported ones. If you don't have export of the previous forms, you can restore a database backup to recover the previous data .

Clientmoderndayoptx

Is the database backup found on your application or is this something I do through my host?

Auteurloopus

The database backup is managed by the server host.

Clientmoderndayoptx

I gave up. I'm starting over. 6 months down the drain. Whatever. I want to copy the format of (Layered Image & Single step), but every time I make a duplicate form of that form, the functionality does not work (changing the colors of the walls and floors). I want to maybe use that same technique with eyeglasses. Is that possible? Thank you.

Auteurloopus

Hello, You need to redefine the conditions of the layers of the layered images on the new/duplicated form, to target the wanted items of the form . Feel free to contact me from the support page if you need help : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de pxmanager

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientpxmanager

Hello. I'm wondering if it is possible to do the following with this plugin. I need to create two dropdown selection lists. Both of the dropdowns will contain the same options to select. For example: Dropdown Selection List 1: Item 1 Item 2 Item 3 Dropdown Selection List 2: Item 1 Item 2 Item 3 When the user chooses an item from the first dropdown list, that item becomes nonselectable in the second item list. For example, if the user selects "Item 1" from the first list, the user can only choose Item 2 or Item 3 from the second list. In practice, each list may contain over 10 options. Thanks.

Auteurloopus

Hello, Here is the code to paste in the "Custom JS" option of the form to do that : var title_select1 = 'My select 1'; var title_select2 = 'My select 2'; jQuery(document).ready(function(){ jQuery('[data-title="'+title_select1+'"]').on('change',function(){ jQuery('[data-title="'+title_select2+'"] option').removeAttr('disabled'); jQuery('[data-title="'+title_select2+'"] option[value="'+jQuery(this).val()+'"]').attr('disabled','disabled'); }); jQuery('[data-title="'+title_select2+'"]').on('change',function(){ jQuery('[data-title="'+title_select1+'"] option').removeAttr('disabled'); jQuery('[data-title="'+title_select1+'"] option[value="'+jQuery(this).val()+'"]').attr('disabled','disabled'); }); }); You simply need to replace "My select 1" and "My select 2" by the exact titles of the two dropdown items .

Clientpxmanager

Thank you for the help! This worked fantastically. Although, I have another question. I am working on the context of selection dropdowns to choose service plans. I have 3 selection fields set up that contain 12 plans each. However, I need to configure the conditional logic so that only the top 5 items (the “Main Plans") become unselectable for the other dropdowns. The other 7 do not have to have this logic applied to them. They need to still be selectable in any of the dropdowns regardless of being chosen before. Does this make sense? Is it possible to add this functionality?

Auteurloopus

Hello, No, sorry, there is no easy way to do that. It would require more complex custom code scripting. If you need a freelance to develop such custom scripts for such specific uses, I can recommend this one: https://wpdeft.com . He knows this plugin well and should be available for such custom work .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ajakson

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurSupportPaiementsLicences
Clientajakson

Do you know why theme.x is not supporting your plugin anymore according to their latest response to a customer complaint about your product? Seems like you aren't supporting your business to business clients enough. Please resolve the theme.x problems, thanks. If you do, ill use more of your products....

Auteurloopus

Hello, No, sorry, I didn't receive information from them about that. On my side, I deliver support to my customers, but when the plugin is included in a theme, the support is directly delivered by the support team of the theme, not by the plugin author.

Clientajakson

I asked, Currently they are not supporting your plug-in. If I pay $29 are you able to fix my problems? Did they modify your code to work within their theme?

Auteurloopus

Normally this plugin already works correctly with this theme. Feel free to contact me from the support page sending me the url where I can see the problem, I will have a look : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support About the support point, it is displayed in the License panel of the plugin.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de wolfwebdesign

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPersonnalisation
Clientwolfwebdesign

how do you do a multi-select

Auteurloopus

Hello, There is no specific option to allow multiple selection on dropdowns currently. But it can be done by using default dropdowns and by pasting this code in the "Custom JS" option of the form : jQuery(document).ready(function(){ jQuery('select[data-itemid]').attr('multiple','multiple'); }); It will be displayed like that : https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select_multiple

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de TotalShield

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPDF et e-mail
ClientTotalShield

Hello, I have "enable quantity choice" selected on an image type option. This is exactly what I need, but I am having an issue with how it works. When I click the "+" icon to add to the quantity the image becomes deselected. This makes it confusing to use. Is there a setting that I can change so that you can click the "+" icon multiple times to add to the quantity without the item becoming deselected? Thanks!

ClientTotalShield

I'm referring to the "plus" icon. Not sure why that didn't appear properly.

Auteurloopus

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

Auteurloopus

I correctly received your email, but apparently you can't receive my reply. The used email address is apparently invalid (delivery failed) . Please can you contact me again and indicate me your email address inside ? I will reply to this address.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de gurupree31

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurPaiements
Clientgurupree31

Really awesome software guys. Loved everything about it. Just had a request: Would it be possible to integrate razorpay.com gateway to the software. These guys have an extesive API documentation for quick integration. Also this would make the software more attractive to Indian Users.(Who currently cant use paypal as it does not allow india to india payment or stripe which is not available for india)

Auteurloopus

Hello, Thank you :) I note the suggestion, I will study this possibility !

Clientgurupree31

Sure please do. Appreciate the quick reply. thanks

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de hbaradio

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupport
Clienthbaradio

Hello! Urgent help please. I need to export my form so I can then import it from a clean reinstallation. The "export all forms" option does not work. Is there any way to copy some folders by FTP with the settings, my forms and plugin settings? Thank you.

Auteurloopus

Hello, Feel free to contact me from the support page, sending me a temporary access to the backend, I will debug the export function. Otherwise, you can directly copy the database tables content to the new ones (all the tables that have the prefix "wpfc_") .

Clienthbaradio

Hello! I have solved the problem. The problem was mine because I had to enable the .zip files in my hosting (godaddy). I was able to make the export perfectly. Thank you!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de lionelkrieger

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientlionelkrieger

Hi, do you have a demonstration of how to implement the credit repayment simulator?

Auteurloopus

Hello, I replied to your email support request.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de lionelkrieger

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientlionelkrieger

Hi, I cant download orders as pdf. All I get is a green screen with a pulsating circle!

Auteurloopus

Hello, I replied to your email support request.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de rocketcreativeworld

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupport
Clientrocketcreativeworld

Good to use this plugin but i need to add vat in total please help me out how can i add vat in total and in summary

Auteurloopus

Hello, To do that, you can simply create an hidden & preselected checkbox "VAT" in the last step of the form, set its option "Operator" to "X" and its "Percentage" option to "20" . Even if this item is hidden in the form, it can be displayed in the summary .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de propulsegroup

5 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

11 messages5 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
Clientpropulsegroup

Hi i have a problem with the pdf generator . it doesn't work and the last page is still loading since a long time

Auteurloopus

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

Clientpropulsegroup

Hi again just tell me how to send you the export of the form

Auteurloopus

You simply need to click the button "Export Forms" at top of the forms list panel.

Clientpropulsegroup

Yes ,but how to send you the export via the support form on codecanyon ?

Auteurloopus

You can send a simple message, I will reply, then you can send it directly by email.

Clientpropulsegroup

great it's done

Auteurloopus

Well received, I replied .

Clientpropulsegroup

Hi loopus i am still waiting for your support about the pdf generator

Auteurloopus

Hello, As mentioned, I replied to your support request 9 days ago. Can you reply to my email and send me an export of the form, to allow me to debug it ?

Clientpropulsegroup

ok then the email has been sent

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de lionelkrieger

4 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

8 messages4 réponses de l'auteurFil acheteurSupportPersonnalisationWooCommerce
Clientlionelkrieger

Hi, how do restrict selection to one item for a step?

Auteurloopus

Hello, Simply give the same "Group" name to the target items : only one of them will be selectable at same time .

Clientlionelkrieger

Hi, second question, the selected items are not added to the woocommerce cart although I selected the setting for the last step.

Auteurloopus

Did you correctly assign existing wooproducts to these items, from the item panel ?

Clientlionelkrieger

Yes I did, thank you for your excellent support. Everything is fine now. Except that I want the skip the succeed page and go straight to the cart page. How can I do that? I will rate you five stars for this excellent plugin!

Auteurloopus

Thank you ! You can set the option "Delay before the redirection" to "0" in the "Last step" settings tab of the form, then paste this rule in the "Custom CSS" option of the form (Design tab) to fully hide the final text : #estimation_popup #finalText {display: none !important;}

Clientlionelkrieger

Thank you for the excellent support. I did. How can I skip the succeed page and go straight to cart?

Auteurloopus

Simply by using the mentioned css rule, it will hide the succeed text. The remaining delay is the time taken by the server to answer to the final ajax call that submits the form .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tomerohana

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteur
Clienttomerohana

Hey Is it possible to compare a product between several companies? For example, I would like to set up a travel insurance cost calculator according to parameters of: number of days, additions and different prices for each company. And to compare the number of companies is it possible ?

Auteurloopus

Hello, No, sorry, there is no such comparison table feature currently. Thank you for the suggestion .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tuongducminh

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPaiementsPDF et e-mail
Clienttuongducminh

In the final summary table, how can a product with my content be paid on a certain date? and a second follow-up product will have to be paid on the 2nd day of the first day x day

Auteurloopus

Hello, There is no specific option to do that, sorry.The payment can be placed at end of the form or from a payment link in the email, but it isn't possible to define a future date to pay some specific products.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tomerohana

0 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

1 messages0 réponses de l'auteur
Clienttomerohana

Hey Is it possible to compare a product between several companies? For example, I would like to set up a travel insurance cost calculator according to parameters of: number of days, additions and different prices for each company. And to compare the number of companies is it possible ?

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de alexissatok

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

6 messages3 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientalexissatok

Hi before buying i want to be sure. Can i have calculate fields, then at the end allowing customer if he paid 50% of the total amount he have a -20% .... Then is the paypal option connect with my paypal account ? Cause i have configurate my PAYPAL PRO account to allow customer to pay by two way : with paypal or with credit card without a paypal acount. Then does the customer receive a confirmation email from my website of he’s transaction ?

Auteurloopus

Hello, 1.Yes, you can make such calculations by using the custom calculation option. 2.Yes, the customer can pay with credit card or paypal account if you configure Paypal payment at end of the form . 3. Yes, you can send a confirmation email to the customer. You can freely edit the admin and customer email templates directly from the backend .

Clientalexissatok

wao ok !! great ! if i have problem with doing my form you can help me ?

Auteurloopus

Of course, feel free to contact me from the support page if needed, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Clientalexissatok

Hi last question, if i use date on my form how can i manage avaibality of a rent for exemple ?

Auteurloopus

Yes, you can manage calendars directly from the backend, and assign a specific calendar to a datepicker of your form. By doing that, you can choose to automatically register a new event in the selected calendar when a new order is submitted. The busy dates will be displayed as unavailable in the datepicker for the next users .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de kenshinbat

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurWooCommercePDF et e-mail
Clientkenshinbat

Pre-Purchase Question: Came across this plugin on a friend's site. Can I send details/variables from form to woocommerce product options field/form? Thank you

Auteurloopus

Hello, No,sorry, only the wooproducts are added to the woo cart. The other data are sent by email to the admin .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de edgarphs

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteur
Clientedgarphs

I am trying to link an image to the short code/form. How do I add the class="open-estimation-form form-1" to the image code below?

Clientedgarphs

for some reason my code went away lol Your code below is only for Text link. what would be the code for an image ? Open Form

Auteurloopus

Hello, You can add the image in a link : <a href="#" class="open-estimation-form form-1"> <img src="..." /> </a>

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de WebguruJP

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteur
ClientWebguruJP

I would like the estimate to be open by default. Currently it is showing only when we click on the button, how to do this?

Auteurloopus

Hello, You simply need to disable the introduction option (from the "Texts" settings tab) to do that .

ClientWebguruJP

great it’s done

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tanisbr1

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPaiementsRéservation
Clienttanisbr1

Hi there, do you have more details on your calendar reservation? I am doing a website for a wedding planner and we need to be able to take deposits for wedding dates. Are you able to refund someone's deposit to save the day? Is there a way to see these calendar options in more detail?

Auteurloopus

Hello, You can find some details in the documentation (in the "Booking System" part): http://www.wordpress-estimation-payment-forms.com/documentation/ . The registered events are fully manageable from the backend (you can edit them, delete them, assign them to specific orders etc ..) . When a calendar is assigned to a datepicker of the form, the busy dates are set as unavailable inside .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de maximnl

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientmaximnl

Hi, i let users input in a step an object size. can i repeat the step to input more of the same kind of objects (like have an extra button to add another object or go to the next step?

Auteurloopus

Hello, You can duplicate the same item several times, then use the option "Show depending on conditions" to show the good number of elements depending on the value filled in a number field, or from the quantity of a slider.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de maximnl

4 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages4 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientmaximnl

form tabs (general/texts/email .. ) are not switching. installation WP 5.1.1–ru_RU , php7. is there any trick to make it work or do the check?

Auteurloopus

Hello, I correctly received your support request, I replied. Please can you answer it, to allow me to debug it ?

Auteurloopus

Thank you, the problem is now fixed. I replied to your email.

Auteurloopus

I hope you will change this review now that this JS conflict has been solved.

Auteurloopus

Thank you !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de webassetcan

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientwebassetcan

Can the form data be used (displayed) in a post?

Auteurloopus

Hello, No, sorry, there is no specific option to show the stored data in a post. I note the suggestion, thank you.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Hansly

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurPersonnalisationRéservation
ClientHansly

Hi, is there option to change the skin of the front end calendar?? Can i only show week available for booking instead of the full calendar on front end??

ClientHansly

How to make radio button like your demo hotel room single and double room ( when click single is off double, when click double room off single room )

Auteurloopus

Hello, 1. The datepicker uses the main color defined in the "Design" settings tab . It is possible to add your own css rules in the "Custom CSS rules" option of the form to modify its style. 2. Simply give the same "Group" name to the wanted items : only one item of each group can be selected at same time .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de rtutuska

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
Clientrtutuska

For some reason, the table that appears in the email is much different than the summary table at the end of my form when viewing it on the website or in the form designer. Is there any way to force the emailer to pull in the most recent table?

Clientrtutuska

It's like the email is pulling in a much older version of the table, with old colors and styles. I cleared the cache on the website (was using Endurance Cache) but still no luck in getting the email to use the same table that is in the form on the website. Any ideas?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de vaniapap

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

6 messages3 réponses de l'auteurSupportPersonnalisationWooCommerce
Clientvaniapap

Hi, I am interested to buy you plugin but I have a presale question. I would like for the customers to be able to dynamically choose the weight of some products they wish to order. For example a customer would like to order 2 kg of product A and 3,5 kg of product B. So is it possible – if I have previously set a base value (price/kgr) – the total cost (price*chosen kg) to be passed to woocommerce cart? I have already implemented this on my website but I need to change the plugin. You cane take a look here https://bioarismari.gr/product/viologikos-kourkoumas-xima/ Thanks in advance PS. If this can be achieved with this plugin can it be done with a graphic element (for example a slider like the one I am using)?

Auteurloopus

Hello, Yes, it is possible. You can create a slider item, assign it the target woo product and use its price calculation option to dynamically change its price based on the filled weight. Then you can choose to automatically add this product to the woo cart at end of the form, it will be added with the modified price .

Clientvaniapap

Thanks for the quick answer. Just to be sure can the graphic element (slider) be implemented as well?

Auteurloopus

Yes, you can create slider items : https://www.wordpress-estimation-payment-forms.com/demo-of-some-components/ . To make the slider tooltip always visible, you can add this rule to the "Custom CSS" option of the form : #estimation_popup .ui-slider-handle > .tooltip { display: block !important; }

Clientvaniapap

Thanks again! Excellent support! Just a final question in order to present this solution to client Can the estimated price be changed dynamically as the client changes the weight?

Auteurloopus

Thank you :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Bindlex

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
ClientBindlex

Hello, At email panel I have the option to enter admin email but I am interested in also enter the email from who it receives the mail. Can you help me? Do I have to do that in PHP? Thanks.

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de rtutuska

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientrtutuska

Hey there, In the summary table at the end of the form... 1) is there anyway to change the border color of the cells? 2) how can I manage the font and font size? 3) is there any way to change the column widths? I am using just two columns ("Descriptions" and "Details") and I'd like the first column to be less wide to give more space for the second column. 4) for a given row, is it possible to completely merge the first column with the second column? Thanks!

Auteurloopus

Hello, 1. Here is the rule to use in the "Custom CSS" option of the form (Design settings tab) to do that : #estimation_popup #lfb_summary table, #estimation_popup #lfb_summary table th, #estimation_popup #lfb_summary table td { border-color: #34495e !important; } 2. Here is the rule to use : #estimation_popup #lfb_summary table { font-size: 18px !important; font-family: 'YourFontNameHere' !important; } 3. #estimation_popup #lfb_summary table thead th:first-child{ width: 280px !important; } 4. No, sorry, there is no option to do that currently, the cells of this table are automatically generated by the main js file of the plugin.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de formateen

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPDF et e-mail
Clientformateen

I would like to use this plugin as an ecard. The user sends cards by email. Is this possible?

Auteurloopus

Hello, There is no specific option to send virtual e-cards currently, sorry .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de The_Mentalist

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupportPaiements
ClientThe_Mentalist

Is there any possibility to move the progress bar below the item selection?

Auteurloopus

Hello, Yes, it can be done by using JS. Feel free to contact me from the support page by using your buyer account if you need support : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de collinvankessel

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurWooCommercePaiements
Clientcollinvankessel

Pre purchase question: I have a woocommerce handling all my payment methods (stripe , PayPal and some more local payment methods). Can I use woocommerce for the checkout procedure instead of the plugin itself ? Regards, Collin

Auteurloopus

Hello, Yes, you can assign existing wooproducts to the items of the form and choose to automatically add them to the woo cart at end of the form. Then the customer can pay directly from woocommerce.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Alinal23

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
ClientAlinal23

Hi all, i have a problem with the plugin. I try to show a "Layered Image" or a "Image with Button", but the image doesn't appear. With the Image option, i see perfectly the image, but with layered option i can't see it.

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jhawtin

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

6 messages3 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
Clientjhawtin

Hello quick question. We are using your plugin on this page here: https://myfinancialhealthmatters.com/discover-your-earning-potential/ We are able to get the lead in mailchimp, however the phone number field is not working. We created a regular text field for phone number in mailchimp as that sometimes is the issue, but we still cannot seem to get the information across. We are not completely clear on how the fields map to mailchimp, as they don't dynamically appear in the interface as options like our other apps do. Is there a way to test the connection within the plugin? Do you have any other advice?

Auteurloopus

Hello, You need to set the option "Type of information" of the phone textfield to "Phone", to allow the plugin to send it to MailChimp as contact information .

Clientjhawtin

hmmm just changed it and tested. Still seems to not be working.

Auteurloopus

Currently the MailChimp option sound to be disabled. Please can you 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

Clientjhawtin

I have sent a message through the support section. What is the from email, I just want to make sure that I get it.

Auteurloopus

Hello, I correctly received your email, I replied .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de highace

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupport
Clienthighace

Hi, hoping the following will be possible. :) Is there any way to go directly to (or back to) a specific step from another, but while still keeping the previous selections / prices? For example, if I have two different product categories, lets say Category A and Category B, and customer goes to Category B first and selects some products, but then decides they also want to select some products from Category A as well, are they able to click a button and go to (or back to) Category A and select some products from there, then proceed on to the final step which shows the products and total from both B & A? I have attached a simple flow diagram which I hope will help to explain exactly what I'm trying to do, if this is not currently possible is there any other way I can achieve this? - https://imgur.com/zumuL3W Thanks.

Auteurloopus

Hello, The best way to do that would be to link successively the steps "Category A" and "Category B", without using conditions on links, and using the step option "Show depending on conditions" on each one to show the good ones based on the selected items in the first step. By doing that, the plugin will continue to follow the links but will show only the steps that have their visibility conditions filled.

Clienthighace

Hi, thanks so much for you prompt reply, I think I understand what you mean, I will try it out and see how it goes, love your plugin! :)

Auteurloopus

Thank you !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de oOSpikeOo

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurPaiements
ClientoOSpikeOo

Hi I have presale questions please ? 1. There are tons of links on Google claiming this script has security flaws and can easily be hacked has this been patched or you still working on its fix? 2. Can I add subscription payment to only 1 of the steps section ? Example I have 2 steps 1 step is for 50% Deposit payment at the end 2. Step number 2 has monthly payments each month. So question I have can this be achieved so 2 different steps have 2 different payment settings ? With out creating extra new form and adding that as separate form ? 3. Can there be a contact add on so that 1 of the steps has contact section instead of adding elements 1 by 1 ? 4. If I'm moving the server is there option to export or download current form so that I dont make fresh one from beginning? So for what I have seen on Demo I love but just have this few concerns about this security and steps payment section. Thank you.

Auteurloopus

Hello, 1. Yes, of course, it was corrected as soon as the flaw was revealed. 2. Yes, a same form can give a single cost price + a subscription price as result. It also works with Paypal and Stripe payment. 3. You can freely create a step that contains the wanted fields to get the contact informations anywhere in the form . 4. Yes, there is an import/export tool that allows you to easily transfer the form data to another website .

ClientoOSpikeOo

Thanks for swift reply could you please provide me with back end demo so I can look around and see if it's for me. Thank you.

Auteurloopus

There is no live demo of the backend, but you can see it at work from the preview videos available on the main plugin page. There are also screenshots of the backend side available by clicking the "Screenshots" button .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de HansHeller

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupportPaiements
ClientHansHeller

HI, how is it possible to restrict the reposes from google api to germany and regions like berlin?

Auteurloopus

Hello, Yes, it is possible to limit the autocomplete suggestions to a specific country. For support requests, please contact me from the support page of the plugin by using your buyer account, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de rtutuska

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteur
Clientrtutuska

Hey Loopus, It seems that the tooltip seem to conflict with the "Next Step" button if they are too long. It's almost as if the padding between the last row of items and the button needs to be increased. Is there a way to do that?

Clientrtutuska

Actually, I found it in the form designer. But my main concern is that the tooltips end up blocking the Next Step button. Even when you hover your cursor off of the field to hide the tooltip, it still blocks and prevents the Next Step button from being clicked. You have to kind of click around for it to recognize that the tooltip is no longer there, which then allows the button to be clicked again. Any advice for that?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de joeri55

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientjoeri55

Hi, is it possible to switch the contactfields and the summary at the last step? So first the summary and then the contact fields?

Auteurloopus

Hello, Yes, it can be done by pasting this code in the "Custom JS" option of the form : jQuery(document).ready(function(){ jQuery('#lfb_summary').detach().insertAfter('#finalPrice'); });

Clientjoeri55

Thank you

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de URGENT

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurSupportPersonnalisationPaiements
ClientURGENT

Does this plugin support managing Stripe Subscription plans?

Auteurloopus

Hello, Yes. If the form uses subscription, it will automatically generate a Stripe subscription plan, with the custom total amount of the form .

ClientURGENT

I just bought the plugin based on you answering this question and it does not work with Stripe subscriptions at all. This is the Stripe logs when trying to pay and you can see the error status code: 400 and you can see Version: 2015-10-16 which is the version of Stripe's API that your plugin is using - this API is 4 years out of date and has no hope of working with Stripe Subscriptions! It does not create a plan like you said it does. ID: req_9AUXaIebDTtux9 Time: 2019/04/12 12:52:25 Method: POST URL: /v1/plans Status: 400 IP address: x.x.x.x Version: 2015-10-16 Source: Stripe/v1 PhpBindings/3.6.0

Auteurloopus

Hello, Yes, as explained, the plugin can generate Stripe subscriptions. I replied to your support request, let me know if you want that I debug it.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de TheWebWarriors

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteur
ClientTheWebWarriors

Hi there. This is an amazing product that's ultra flexible and powerful. We'd love to know if there's a plan to integrate with Zapier WebHooks in the near future? We use HubSpot as our CRM and would love to use Zapier to capture someone's details and create them as a new Contact in the CRM.

Auteurloopus

Hello, Thank you ! This option already exists : you simply need to activate the option " Send values to Zapier " in the " Last step " settings tab of the form and fill the webhook url. If needed, you can find instructions in the documentation . You can enable/disable the option " Send as GET variable " from each item to send or not its price/value . When you create the Webhook Zap from Zapier, when it will wait for the informations to create the correct variables, you will need to preview the form and complete it to the end, to allow Zapier to receive the variables. Sorry, I must leave for now, but I will be back Monday and will check your reply ASAP. Have a nice weekend !

ClientTheWebWarriors

Fantastic!! We're jumping in to take a look now :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de meetgerry

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupport
Clientmeetgerry

Hello, I set the "Automatic next step" to YES on a form, but its not going to the next step. http://tiny.cc/nw534y Please help...

Auteurloopus

Hello, To use automatic next step, you need to enable the option "Selection required" on the step panel, and give the same "Group" option name to the items inside (to make only one selectable) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de farishafeez

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientfarishafeez

Hello, I am unable to add Item, once i finish the process to add new item.. It wont display on my step

Auteurloopus

Hello, Please can you 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

Clientfarishafeez

I have been able to add, still finding my way around other options

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de SHUBH_SJ

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurWooCommerce
ClientSHUBH_SJ

Hi team, Interested buyer, I wish to know that after the client has carried out the transaction, where will this show as order in the backend to admin?? is it visible in the orders section in woocommerce???

Auteurloopus

Hello, Yes, all the orders are stored and editable directly from the plugin backend. If you use the woocommerce feature to add the selected items of the form to the woo cart, they will be stored in Woocommerce too, like the other woo orders .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de rtutuska

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientrtutuska

Hey Loopus, If I have the images set to be grey until selected (then the colorize/light up), is there any way for me to allow the images to colorize/light upon hover over as well? Thanks

Auteurloopus

Hello, Here is the rule to paste in the "Custom CSS rules" option of the form (Design tab) to do that : #estimation_popup .selectable:hover .img { filter: none !important; }