GK Contact form return 403 error on submit

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 27, 2016 9:36 am
Site: derka-pickup.ru, contact form is on bottom right screen corner

Image
User avatar
Expert Boarder

GK User
Thu Oct 27, 2016 11:26 am
My clients can't write me about getting price. It's last version (with new captcha) from Creativity template
User avatar
Expert Boarder

GK User
Thu Oct 27, 2016 3:54 pm
Very actually
User avatar
Expert Boarder

GK User
Fri Oct 28, 2016 2:48 pm
I bought template, where is promised support?
User avatar
Expert Boarder

teitbite
Sat Oct 29, 2016 8:58 am
Hi

Do not bump Your own question, it only changes the time of last activity and moves Your question at the bottom of the line.

This issue is caused by new joomla. You need to download rest_files package, unpack it and reinstall the gk_contact You will find there.
User avatar
Moderator

GK User
Sat Oct 29, 2016 12:52 pm
teitbite wrote:You need to download rest_files package, unpack it and reinstall the gk_contact You will find there.

But I do this. If I had not downloaded gk_contact, will I get any problem with it?
User avatar
Expert Boarder

GK User
Sat Oct 29, 2016 8:12 pm
Solved!

Before line:
Code: Select all
$output .= '<form action="'.$cur_url.'" method="post">';


Insert:
Code: Select all
$cur_url = str_replace('iframe=1', '', $cur_url);
User avatar
Expert Boarder

teitbite
Tue Nov 01, 2016 10:40 am
Hi

Sounds a little bit strange than Your link includes "iframe=1", but yes, if it does it's definitely out of place here. Great discovery.
User avatar
Moderator


cron