Code

Discussion on Quform - Responsive Ajax Contact Form

Discussion on Quform - Responsive Ajax Contact Form

Cart 8,146 sales

ThemeCatcher supports this item

Supported

This author's response time can be up to 1 business day.

1406 comments found.

Is this tool offer Country List Auto fetch state & city list based on selected country SMS mobile verification Mobile number with country code Leads database

Is this tool offer Country List Auto fetch state & city list based on selected country SMS mobile verification Mobile number with country code Leads database

Waiting for your reply

Hi

No, these features are not included with the script, they would require custom development.

Regards, Ally

Hi i have problem with There was a problem Ajax error ! How to fix this Form cant send

Hi

I replied to your email about this.

Regards, Ally

Hello, In one of Ajax licenses I have of this script, I need to custom format US phone numbers as they go into the database, let’s say: ‘(000)-000-0000’.

I don’t want to prompt the form users to type the number that way, I want the form to format the numbers as they’re typed in by website visitors, usually 0000000000.

Previously you helped me to do it with Phone and SSN numbers in the WordPress version (thank you again) but I need that to work in the Ajax version.

Is it possible? Thanks in advance.

Daniel

Hi Daniel

Could you could try adding the code below to quform/js/scripts.js after line 2:

$('#phone').on('keyup blur', function () {
    var $field = $(this);
    var value = $field.val();

    value = value.replace(/[^\d]/g, '');
    value = value.replace(/(\d{3})(\d{3})(\d{4})/, '($1)-$2-$3');

    $field.val(value);
});

The code will target an input with id=”phone” on the page, if your field has a different ID, change that on the first line. When 10 numbers are entered it will format them as (000)-000-0000.

Regards, Ally

Thanks Ally, you guys rock! The code worked like a charm. Your help is very much appreciated. By the way, I noticed I had not renewed support, do I just did.

Daniel

I keep getting this error. i have uploaded my project to heroku.

Fatal error: Uncaught PHPMailer\PHPMailer\Exception: SMTP Error: Could not authenticate. in /app/quform/vendor/phpmailer/phpmailer/src/PHPMailer.php:2149 Stack trace: #0 /app/quform/vendor/phpmailer/phpmailer/src/PHPMailer.php(1960): PHPMailer\PHPMailer\PHPMailer->smtpConnect() #1 /app/quform/vendor/phpmailer/phpmailer/src/PHPMailer.php(1638): PHPMailer\PHPMailer\PHPMailer->smtpSend() #2 /app/quform/vendor/phpmailer/phpmailer/src/PHPMailer.php(1471): PHPMailer\PHPMailer\PHPMailer->postSend() #3 /app/quform/process.php(382): PHPMailer\PHPMailer\PHPMailer->send() #4 /app/quform/process.php(434): process() #5 {main} thrown in /app/quform/vendor/phpmailer/phpmailer/src/PHPMailer.php on line 2149

Hi

It means that the SMTP details were incorrect or could not be authenticated.

Could you double check the SMTP details? You can also use the file /quform/smtp-check.php to debug the SMTP connection (just follow the instructions in the file). Once you can get it working there, copy the SMTP configuration to the Quform process file.

Regards, Ally

Hi do you have a js version of this or do i need php specifically for a contact form? On my site i’m using html css and js and it’s all hosted by firebase. I don’t know much about php so not sure if i should be adding it when it might not be necessary?

Hi

Unfortunately the script requires PHP execution to be enabled on the server. We don’t have a version without the PHP requirement.

From what I read here, Firebase does not support PHP.

Regards, Ally

Ok thnks Ally. Hope you do a pure JS version of this one day as it’s really nice. :}

Can i use this form as popup on my WordPress website?

Hi

Not with this product, but we have a WordPress version of Quform here that supports popup forms.

When you add the form to the site, you can set it to be a popup form, see Adding the form to the site.

Regards, Ally

Thanks for your time, appreciated

Hello, i bought it but when i try your examples files in html it says an ajax error occured. what’s the problem please?

Hi

Are you trying it locally on your computer by any chance? If so, could you try uploading it to a web server?

If it’s not working online could you please post a link to the page or send the link privately to the contact form on our profile page.

Regards, Ally

Hi Ally, Just wonder is there already a pure JavaScript version in the make? Regards David

Hi

It’s on the cards for future but we’re currently adding features to the WP version of Quform. We may look at this after we’re done there. This form script works without JS if you really didn’t want to use jQuery.

Regards, Ally

which file should i upload to my word press?

Hi

This product is not a WordPress plugin, the WP version of Quform is here.

Regards, Ally

Hi,

I am getting the following errors when trying to send an email:

Warning: require_once(/home1/colorsco/public_html/quform/vendor/autoload.php): failed to open stream: No such file or directory in /home1/colorsco/public_html/quform/common.php on line 31

Fatal error: require_once(): Failed opening required ’/home1/colorsco/public_html/quform/vendor/autoload.php’ (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’) in /home1/colorsco/public_html/quform/common.php on line 31

Any ideas?

So, I reverted to the initial installation, which worked but now when trying to send an email I get the following:

Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /home1/colorsco/public_html/quform/lib/PHPMailerAutoload.php on line 45

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home1/colorsco/public_html/quform/common.php on line 42

Fatal error: Uncaught phpmailerException: SMTP Error: Could not authenticate. in /home1/colorsco/public_html/quform/lib/class.phpmailer.php:1692 Stack trace: #0 /home1/colorsco/public_html/quform/lib/class.phpmailer.php(1540): PHPMailer->smtpConnect(Array) #1 /home1/colorsco/public_html/quform/lib/class.phpmailer.php(1335): PHPMailer->smtpSend(‘Date: Sun, 30 M…’, ‘This is a multi…’) #2 /home1/colorsco/public_html/quform/lib/class.phpmailer.php(1213): PHPMailer->postSend() #3 /home1/colorsco/public_html/quform/process.php(366): PHPMailer->send() #4 /home1/colorsco/public_html/quform/process.php(419): process(Object(Quform), Array) #5 {main} thrown in /home1/colorsco/public_html/quform/lib/class.phpmailer.php on line 1692

So that is the latest error.

Nevermind, I managed to solve everything.

Hi

Great, thanks for letting us know.

Regards, Ally

Can customers fill this forms without captcha. I don’t want captcha to be used.

Hi

It’s optional. If you start with the example contact form you can remove the captcha field HTML from the form and remove the captcha field configuration from the process.php file (remove lines 213-223).

Regards, Ally

Can i redirect to a URL after submitting a form?

Hi

Yes, see this page for how to set that up.

Regards, Ally

Hi, any possibility to see the code example for a sample form. Id like to see how it need to be coded. Just to see the complexity. May be a link to doc if available. Thanks

Hi

You can view the source of this page to see the HTML for one of the example forms.

Please also see the How to install documentation and the Customisation pages.

Regards, Ally

hey @jhoncarter67 the link you have provided is wrong please update your comment or https://tinyurl.com/cvbd3j5s is this your Link because it redirect me on the OLEHANA beauty product niche based site.

It look very simple forms no advanced setting present, Can it be customized or not or are you charged extra amount for support or any change into plugin, because I wanna install it to my client site [https://tinyurl.com/cvbd3j5s] I need answer of my question immediately, time is short

Hi

You are free to customize the form by adding new fields, you can see all of the supported field types here, and the documentation is here.

We aren’t available for custom work, but we can help with any issues you have.

Regards, Ally

Hi. Your support page wouldn’t allow me to add a topic so I’ll ask here: I’m using QuForm simple Contact Me form in a popup (Colorbox(), The elements seem to keep a history of previous entries and so when you click on, for example, Name then a dropdown menu appears below with a list of possible choices. This is not too terrible except it also does that for Captcha which seems to defeat the purpose (or maybe not). Is there a way to disable this “feature”? Thnx

Oh sorry. Wish I could delete the comment but can only reply: this seems to only happen in Sublime Text while programming for some reason. On my site, in actual use, it’s fine. SORRY

Hi

No worries, glad it’s work now :)

Regards, Ally

So, this script is no longer supported?

Hi

Yes, the script is still supported. Sorry about the delay.

Regards, Ally

The dropdown select option is not displaying correctly…maybe a conflict, not sure but everything else seems fine…see image links below…What’s the solution for this?

https://ibb.co/SrNzqpK https://ibb.co/TMHc2fg

Hi

It looks like it might be a conflict with another CSS file on the page, could you please send a link to the form page to the contact form on my profile page so that I can give you a solution?

Regards, Ally

Hello. Can you help me? I uploaded the code without alteration to test its operation, and the following message appears:

There was a problem

Not Acceptable An appropriate representation of the requested resource could not be found on this server.

Very thanks!!!

Hi

I haven’t encountered this error message before but search results show that it is caused by ModSecurity. You could try the solutions here, or ask your hosting company how to fix it.

Regards, Ally

Is user’s input sanitized (php side)?

Hi

By default the user input is only trimmed. You can add your own sanitization using Filters.

Regards, Ally

Hi, Does your contact form have the ability to send emails via SMTP?

Hi

Yes, see the instructions here.

Regards, Ally

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