Fb conversion pixel on confirmation/thank you page

Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jun 19, 2014 2:35 pm
Reply with quote
Report this post
2 Question:

I would like to put Facebook Conversion Pixel Code at the thank you page after user fill in the contact form in

http://visitsungailembing.com/#contact

and

http://visitsungailembing.com/index.php/contact

The website title is missing at contact form. How to solve it?

Capture.JPG

check
http://visitsungailembing.com/index.php/contact
User avatar
Senior Boarder

GK User
Thu Jun 19, 2014 10:49 pm
Reply with quote
Report this post
Hello,

You have to contact with the developer of your contact form component - it is not our extension.
User avatar
Administrator

GK User
Fri Jun 20, 2014 1:56 am
Reply with quote
Report this post
dziudek wrote:Hello,

You have to contact with the developer of your contact form component - it is not our extension.


What about the gkcontact?
User avatar
Senior Boarder

GK User
Fri Jun 20, 2014 12:30 pm
Reply with quote
Report this post
The GK contact plugin has no typical "Thank you" / "Confirmation" page - it only displays the system message. So there is no place to put the custom JS code.
User avatar
Administrator

GK User
Sat Jun 21, 2014 4:54 pm
Reply with quote
Report this post
dziudek wrote:The GK contact plugin has no typical "Thank you" / "Confirmation" page - it only displays the system message. So there is no place to put the custom JS code.


can't place at the system message?
User avatar
Senior Boarder

GK User
Sat Jun 21, 2014 11:05 pm
Reply with quote
Report this post
You can try to do it, but I'm not sure if the specific tags won't be stripped before displaying it by Joomla. You can change the text in the following line of the main gk contact plugin file:

Code: Select all
$app->redirect($post['return'], JText::_('PLG_GKCONTACT_MESSAGE_SENT_INFO'), "information");


Please replace the JText call with your code.
User avatar
Administrator

GK User
Sun Jun 22, 2014 2:39 am
Reply with quote
Report this post
dziudek wrote:You can try to do it, but I'm not sure if the specific tags won't be stripped before displaying it by Joomla. You can change the text in the following line of the main gk contact plugin file:

Code: Select all
$app->redirect($post['return'], JText::_('PLG_GKCONTACT_MESSAGE_SENT_INFO'), "information");


Please replace the JText call with your code.


What about redirect users to a specific page?
User avatar
Senior Boarder

GK User
Sun Jun 22, 2014 10:04 pm
Reply with quote
Report this post
You can change the $post['return'] value to the base64 encoded URL of other page.
User avatar
Administrator


cron