Posts: 7
Threads: 1
Joined: Apr 2020
Dear all,
I have successfully installed commentics and added to my site using iframe method.
I removed verification and from control panel. Now only comment and name are the essential fields. when I click add comment "Please review the errors below" message coming though i have entered all necessary information.
You help is greatly appreciated to get this problem solved.
Posts: 2,888
Threads: 59
Joined: Jun 2010
Hi would you be able to provide a link to your page so I can figure out what's happening. You can PM me it if you prefer.
Have
you completed
the interview?
Posts: 7
Threads: 1
Joined: Apr 2020
Information Sent. Thank you!
Posts: 2,888
Threads: 59
Joined: Jun 2010
Hi keerthi,
I logged in successfully but when I visit your second link I see a "Quiz ended" error message.
Also, I tried to reply to your PM but you've disabled incoming private messages.
Have
you completed
the interview?
Posts: 7
Threads: 1
Joined: Apr 2020
I enabled private messages and sent you a private message explaining to avoid quiz ended message.
Posts: 2,888
Threads: 59
Joined: Jun 2010
I just checked and I haven't received any private messages from you since 11th.
Have
you completed
the interview?
Posts: 7
Threads: 1
Joined: Apr 2020
May be I have done something wrong in sending the message.
I commented a part of code of form.php and now system is working
PHP Code:
<?php
// Form validation
/* if ($json && (isset($json['result']['error']) || isset($json['error'])))
{
if (isset($json['result']['error'])) {
$json['error'] = '';
} else {
$json['result']['error'] = $this->data['lang_error_review'];
}
} else { */
The line executed is
PHP Code:
<?php
$json['result']['error'] = $this->data['lang_error_review'];
What could be the issue?
The method I added the code is iframe method. My site is bootstrap css-based. Some fonts of the form doesn't follow the parent site fonts. What are the adjustments should I do?
Text such as Add Comment use a font type which are primary.
Thanks a lot.