Code

Discussion on WordPress Contact Form Plugin/Form builder - ARForms

Discussion on WordPress Contact Form Plugin/Form builder - ARForms

Cart 10,176 sales
Recently Updated

reputeinfosystems supports this item

Supported

This author's response time can be up to 2 business days.

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)

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/B6KGgbs

Yes, 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!

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 ???

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

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

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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey