2677 comments found.
Hello team I have a suggested implementation for this excellent and incredible plugin:
1st Suggestion – WOOCOMMERCE PRODUCT INTEGRATION: In the ARForms plug, a module with deep, robust and 100% compatible integration and integrated with woocommerce would be very welcome to make it possible in a simple and practical way to be able to pull and insert woocommerce products directly through the fields of forms: dropdown, checkboxes and radio buttons for example.
And so, automatically pull the products from the store into the form fields through integration with Woocommerce and in real time, everything would be synchronized and easier to configure and display to the customers a list of products and their information through the fields such as: dropdown, checkboxes and radio buttons for example to be able to display:
- Product image
- Product title
- Field for the visitor to select the number of items of the product they want to buy.
- Field for the visitor to select the product variables (color, size) they want to buy.
- Sale price
- Promotional price
All this in real time updated on the forms to facilitate the display of products and their information, facilitating and speeding up the configuration for the logist and facilitating the visitor’s purchase also through the form.
This feature I believe to be something extremely essential for a form plugin!
Thus, there would be no need to manually enter product names, values, images in the configuration, for example in the configuration field DROPDOWN to display a product and its value.
All data in this way would be synchronized with fields between your ARForms plugin and woocommerce, with the logist being able to configure and select the resources he wants to display in the form for example:
- Pull item by name, category, tag etc.
- Show only simple or variable products or both.
among other options because with integration with woocommerce the sky is the limit to later implement more features and conditional rules / functions and everything else to this feature.
And so, what is changed in the woocommerce product settings is automatically updated in real time in the ARForms form fields because the ARForms forms would be 100% integrated and synchronized with the woocomerce.
This would be an incredible, important and extremely welcome update.
Please implement as this is an extremely essential and important integration / feature that would be very welcome by all woocommerce logists, current and future users of your plugin.
I await your opinion on my humble suggestion, thank you!
Is there a way to cc someone on an user e-mail notification?
Is this plugin supported anymore or not ?
no, there is no way to cc someone on an user email notification. However, cc and bcc can be added to admin email notification.
Also btw your support period is expired.
Hi Team,
I’m aiming to purchase your plugin could you tell me if the following is possible using ARForms:
Field 1: Drop Down State Field 2: Drop Down City depending on which state selected Field 3: Local Store – slider ( row of clickable local store logos depending on the city selected) Field 4: Online Store – slider( row of clickable online store logos depending on the city selected)
Hello,
1. yes you can conditionally hide/show city dropdown on basis of state but you need to have separate city dropdown for each state and then conditionally hide/show 2. store slider with clickable image i am not sure how you want to achieve. plz explain.
Your reply came a week later and then had to decide to get away with your plugin and go thr custom post / custom field route. We have intact requested for a refund, so please process that
For refunds if you will be eligible then surely will be processed in next few days. Thanks
Well I purchased and as the plugin didn’t meet our requirements we requested for refund within 20 hours of purchase.
;(
After update to 4.3.5 – AGAIN – all forms destroid and thi messages:
Warning: Invalid argument supplied for foreach() in /arforms/core/controllers/arformcontroller.php on line 7297
What is wron with this Plugin? This is the only Plugin, with so many problems with/after updates.
Conditional Rules not working repeater section
https://aopahmedabad.com/demo1/ https://ibb.co/B6KGgbsYes, It does not. We are going to add such facility in future release.
Prepurchase question
Hi!
When testing in sandbox. Text field, Validation alphabets, when testing form I could not enter alphabets ÅÄÖ which is in Swedish alphabet. Is there a solution to allow ÅÄÖ using the validation?
Best Matt
Hello,
I am passing your concern to core team. Please proceed with purchase, you will get patch for it.
Thanks
Hello, the data saved in “Form Entries”,
Analyzed in the “Analytics / Chart” view it seems that it is only possible to see entries and views. How can I show the data entered in the form here, so that I can analyze it?
Example of one of the form data and show:
How many women than men
Or if you like the red or blue color more
etc
Thank you
Kindly extend support period and open support ticket.
Thanks
Hi, yes of course I will, but first I need to know if it will be possible
Hello, the data saved in Form Entries, how can it be exported to exel? it seems to be possible to export only to csv.
Thank you
so i purchased now a support extension licence as your form submissions are still malfunctioning and when i want to register on https://helpdesk.arpluginshop.com then i always receive the error: form is not submitted successfully.. im starting to get tired of these problems with arforms. not one other plugin has these kind of problems..
Hello,
sorry for the trouble, lets sort this out quickly.
are you trying to signup using this page?
https://helpdesk.arpluginshop.com/register/Please provide screencast or screenshot of what data you are filling up and what error you are receiving.
Thanks
Yes, that was the page i used. It worked now, seemed to be a temporary issue.
glad to know that.
Hi, i’ve installed latest version today and when submitting the form, got this error in my server log (site is under development and only accessible by me):
Mon Mar 08 08:56:34.641225 2021] lsapi:error client xxx.xxx.xxx.xxx:61985 Backend fatal error: PHP Fatal error: Uncaught Error: Call to a member function get_contents() on null in /my_website/wp-content/plugins/arforms/core/helpers/arfieldhelper.php:1399\n Stack trace: #0 /my_website/wp-content/plugins/arforms/core/helpers/arfieldhelper.php(1381): arfieldhelper->get_date_with_locale(‘2021-03-31’, ‘F d, Y’, ‘nl’) #1 /my_website/wp-content/plugins/arforms/core/helpers/arrecordhelper.php(23): arfieldhelper->get_date_entry(‘2021-03-31’, ‘108’, ‘0’, ‘12’, ‘nl’) #2 /my_website/wp-includes/class-wp-hook.php(287): arrecordhelper->email_value(‘2021-03-31’, Object(stdClass), Object(stdClass)) #3 /my_website/wp-includes/plugin.php(212): WP_Hook->apply_filters(‘2021-03-31’, Array) #4 /my_website/wp-content/plugins/arforms/core/models/arnotifymodel.php(710): apply_filters(‘arfemailvalue’, ‘2021-03-31’, Object(stdClass), Object( in /my_website/wp-content/plugins/arforms/core/helpers/arfieldhelper.php on line 1399\n, referer: https://www.mywebsite.nl/
My form has a date field set to Dutch. When changing the call (get_date_with_locale -> get_date_with_locale_old) in file (line 1381): core/helpers/arfieldhelper.php
if( $locale != ’’ && $locale != ‘en’ ){ $final_date = $this->get_date_with_locale($value,$formate,$locale); } else { $final_date = date($formate,strtotime($value)); }
with
if( $locale != ’’ && $locale != ‘en’ ){ $final_date = $this->get_date_with_locale_old($value,$formate,$locale); } else { $final_date = date($formate,strtotime($value)); }
the form can submitted without error.
Second error after submit, in browser (Safari) console window: ReferenceError: Can’t find variable: arf_actions ->arf_do_action – arforms.js 1:410
Hope you will help without the need for renew support. Thanks!
Yes, don’t worry, If its common issue then you don’t need to renew support. WIll be fixed in upcoming release.
Thanks for the fast response, it’s fixed.
Great. you think we deserve 5* ?? 
Sure
Thank you very much
Hi, before I purchase I have some questions.
I see there is an auto-save feature but I can’t see an abandoned form feature. My question is if someone partially fills out a form, how do they know what link to come back to when they close the page? Will they get an email if they don’t submit the form?
Also, will the auto-save work across multi-step forms?
And how is the form saved to the data base? Does the person filling out the form need to be a user registered on the website?
Thank you 
Hello,
Yes auto save feature is there and even when user dont submit the data will be on admin entries. And enabling cookie can make user finish remaining form But there is no such url, they can simply come to same page and finish the form. There is no mechanism to send email to user if they don’t submit the form.
And yes autosave works on multistep forms. And user does not need to be registered user as data can be saved in his browser cookie.
Thanks
Bonjour, je viens de rajouter l’addon “user signup” et il ne fonctionne pas dans mon ARForms !
Je ne peut pas télécharger le model de formulaires “Login” -> (message : “Désolé, vous n’êtes pas autorisé à effectuer cette action.” )
Mon ARform est activées ? et cette Add on ne fonctionne pas ???
Le probleme apparait apres la mise à jour de ARForms ! ( j’ai deux licence et comparait , le probleme plus d’autorisation pour les template de formulaire )
le Ticket ID – 015225.est envoyer depuis hier soir, si vous pouvez me trouver une solution ( je doit finir mon site ) ! Merci d’avance 
Please allow upto 24 hours to support staff to reply.
Thanks
Je viens de voir la réponse de votre assistance . Et je suis très surpris que vous refusiez d’utiliser « google Translate » alors que moi je le fait !
Please reply in english as using any kind of translator may create confusion.
Pas la peine de discuter ! Rien que la capture d’écran fournis a l’assistance étais suffisante pour comprendre le soucis avec la dernière mise à jours !
Je passe sur un autre extension de formulaire. Vous pouvez contrôler le nombre de mes achat sur ThemeForest , et sérieusement vous m’avez réellement déçu.
Its not right practice to leave negative review to seek attention. No need to be so rude. We are very much happy to help but we keep english as its language of this website too. Still if you want to make this as big matter then i am sorry but we can not do much about it.
L’avis négatif, n’est pas là pour attirer l’attention, mais pour signaler l’incompétence de vos service !
Et dans mes messages il ni rien d’impoli .
Commencez donc à développer des mises à jours qui ne bugue pas, et ensuite vous pourrez me répondre
Pour moi la discussion est clause . Fin de discussion !!!!
kindly reply in english to avoid confusion.
Hi I need to reset the purchase code to three domains. I submitted a support ticket from old ticked because I can not submit a new support ticket unless I buy another license. I don’t need this. I just need it reset to use the form to another domain. The link built in to the plugin does not work either. Thanks.
Yes, dont worry we will help you with that.
Thanks
welcome
For over 7 years we have been using contact form 7 and WP Better Emails to communicate with our Customers. We wanted to upgrade to a better form plug in and after some search we decided on ARforms. After installation and going through making a new form. We found that the mail sent to our customers and to the admin would not work with WP Better Emails. The mail format look really bad. We tried to disable HTML in the global setting and that made it worse. We disabled the WP Better Emails plug in and that did not help. We had to go back to using Contact form 7 and WP Better Emails plug in. Now, please let us know if ARform compatible with WP Better Emails plug in.? if not How do we make the sent email from ARforms look at least normal. Also if that is not possible how do we get a refund. Regards, Alex
Almost a week has gone by and several tickets of sending screen shots of everything, yet, not one idea of what is going on have been provide. nothing provided for us to try to test or to check.
Now we been aske to give access to our business website.
Why can’t you test ARform with the WP Better emails plug in and replicate the problem. if your form doesn’t support HTML tags. tell us. Or just issue a refund and let us move on. We have wasted too much time and we are not prepared to provide access to our website to someone we do even know who we are dealing with.
I recommend to anyone interested in this plug it to seriously test it before forking over any money based on our experience to date.
For anyone reviewing this comments would notice there is no response from the developer. not a good sign
Well,
very first thing, ARForms does not claim every to support WP better emails. But still support staff was providing assistance in good faith, it’s not even part of support scope. There are thousands of plugins its impossible for any author to make their plugin compatible with each of them.
And i have checked your support ticket and you are not willing to cooperate then there is no way we can help you. And working or not working with wp better email is not sufficient ground to get refunds.
So, if you need further support then kindly try to cooperate with support staff.
Thanks
Thank you for your response. We take that as NO. We are not asking to make your plug in work with any other plug in . What we have been asking is to make it work with impeded HTML tags so that the response to our customers would look as good as it is now with contact form 7 and WP better email.
The conclusion in good faith or bad faith is your plug in doesn’t work as advertised period.
Keep the money. We are not willing to provide access to our business website to someone that we can not authenticate.
Unfortunately your ARform plug-in did not even compare to a free plug in like contact form 7.
We take responsibility for our fault that we did not test your plug in prior to purchase. We wish you the best with your business.
Well, ARForms already have html editor where you can format any kind of html. So, it never was the case that ARForms was not working formatted emails as couple of thousand customers already using it for years in case if you haven’t notice.
You have bought plugin, you have been using it, and now you demand us to make it compatible with another third party plugin which we believe is not necessary.
Regarding keeping money, It’s not like you are doing charity. You paid for plugin which you already downloaded and been using it. And as its digital product so it’s not practically possible to return. Still in cases where its genuine case we issue full refunds, But, here its not the case. There is no fault in ARForms.
Still instead of appreciating our support and our attempt to help you for days even when you were rude and not cooperating you are trying to prove us like we took your money for nothing.
Even after such rude behaviour we are always happy to help you, feel free to open support ticket and we will do best we can.
Thanks
No problem we are rude you are Mr. wonderful. That doesn’t solve the problem.
Your support team did not offer one example for us to try. They did not even point us to where or how to use the built in HTML editor in your form editor.
Point us to your documentation that shows how to use your “html editor” and we will use it. we tried we couldn’t find it in the documentation. Even better have your support team give us one example of doing bold text in your editor.
I mean you think they would suggest to us to stop using WP Better email and just use your HTML editor . But nothing. So call me any thing you wish . I am not using your plug in currently and I am back to using contact form 7.
As far as digital product and it is impossible to return! really. All you have to do is to disable the license code and the plug stop getting update and no one wants to run their business with outdated software.
Again all you have to do is point us or give us an example of how to use HTML tags in your email response form.
When you don’t want to take anything positive. There is no point of further discussion.
Again if you want support then you need to open support ticket and cooperate.
Thanks
I think we now understand that there is no HTML editor to use for composing the auto responder message. There is a primitive editor with few HTML tags. But you can’t for example even select fonts. I have never seen anything like it. Also there is no documentation on how to use it. or examples of formatted messages. I mean what good is it to have a great form builder but bad looking message to send the customer.
As far as your customer support team. I think these is a communications problem The screen shots we sent them were meant as an example of what we want to do with the ARform editor. The purpose of purchasing the plug in was to move away from contact form 7 and the WP Better emails. May be it is our fault of not making it clear that we want to use ARForm to recreate what we are currently doing with contact form 7 and the WP better email . For that we apologize.
We should have asked how do we use the built in “sub standard: HTML editor to compose half decent message to our customers. Where is the documentations for the editor? can you post some examples?
Thank you.
Hello,
Will pass your concerns to our development team and as we are always happy to improve ARForms, so if there will be potential in your request then it will be added in future release.
However, no offense but most of the WordPress plugins including other form builders use same “sub standard” WordPress own html editor. so, in years you are the first customer who is expecting that ARForms should have documentation to use wysiwyg editor. In fact any online html editor you can use and copy/paste html code and for fonts emails usually only support standard browser supported fonts only. so, you can put font tag there.
Regarding helpdesk, if you think there is communication gap then will pass your message. you also from your side try to clarify requirement, as they are always willing to help. sometimes even outside support scope.
Thanks
Hello, does your form support conditional calculator? Can I build a conditional form calculator with your form?
Hello,
Yes, you can run conditional running total on field values.
Thanks
Hi, I’ve bought 2 licenses in the past but I’m not using the websites they were registered to. Unfortunately, I don’t have access to the websites’ admin backends to deregister my purchase codes and my support account has expired. Do I need to buy support if I want to deregister my 2 licenses and use one of them on my new website? Thank you
No sir, you dont need to Extend support. just message me through message box of our codecanyon profile page.
Thanks
Hi, I messaged you through message box of your profile page a few days ago but I haven’t received a confirmation or a reply. Could you please confirm whether you’ve received my message and what the next step will be. Thank you
Yes, during weekend, we also take break. so, couldn’t reply earlier. Its been sorted.
Hi, style option is not working? For example, in Field Border Settings, I change Border Size to 3 and Border Radius to 0, nothing happens. Form Padding also, change to zero but not working.
Hello,
Kindly open support ticket if you haven’t already.
Thanks
Can this send Signed Contracts as a PDF Attachment to emails ?
If yes, would the emails be sent to the Admin or Clients ? Or to both ?
Yes, Using ARForms Signatuare & ARForms PDF Creator Add-ons, it’s possible to sign a contract form and send it in the email with PDF attachment to both client and admin
Pre-sale question:
I want for users in my site to fill out a form and the info is stored in the backend.
Once we, the Admins approve the user, only some of their info (meaning, the entries) should be displayed in the website in a certain area for everyone to see.
Is this possible to do?
Hello,
Its not possible yet but we are going to bring addon for that very soon. After that it will be possible with many options on how to display on frontend
Thanks
Pre purchase question.
I know that I can create a multipage form (multi step) and save the partial entries of the abandoned forms on the first pages without submission.
Is there a way to get those partial entries or abandoned forms to send me a notification by mail? as if it were a complete form submission. (Zapier or something)
Regards
Hello,
Sorry but partial entries are not actually submitted from frontend so there is no direct way to get notified through email.
Thanks
I understand. And it is possible that when submitting the data of a form, this data is also sent to a thank you page. In that thank you page I would have another form that could receive the parameters of the first form. Maybe populate fields from a URL
something like this: example.com/thank-you?name=[data Mantenimiento&email=[data2]
then we can send the data in a second email.
In summary, we would receive 2 emails, an email with the data of the first form and if the users complete the second form then we will receive those other fields.
Regards
Yes i think what you are asking is possible as ARForms has facility to pass parameters to next page.