Forms not working

3 replies · opened Apr 25, 2018

NnikoslavsMay 1, 2018

Any points on this?

SSemicolon WebSTAFFMay 2, 2018

Hello,

  1. The Latest Version of PHPMailer needs you PHP version to be 5.6 or above. Your PHP version is 5.3 which is why you are facing this issue.

  2. This is Definitely Possible. Simply find the following code in the js/functions.js File:

$.cookie( elementTargetValue, '0' );

and replace it with:

$.cookie( elementTargetValue, '0', { expires: 7 });

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard